Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cnf-features-deploy: set master to 4.19 #60244

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
base_images:
base:
name: "4.18"
name: "4.19"
namespace: ocp
tag: base
base-9:
name: "4.18"
name: "4.19"
namespace: ocp
tag: base-rhel9
ocp_builder_rhel-8-golang-1.22-openshift-4.18:
ocp_builder_rhel-9-golang-1.22-openshift-4.19:
name: builder
namespace: ocp
tag: rhel-8-golang-1.22-openshift-4.18
os-min8:
tag: rhel-9-golang-1.22-openshift-4.19
os-min9:
name: ubi-minimal
namespace: ocp
tag: "8"
tag: "9"
binary_build_commands: make build
build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools
images:
- context_dir: .
dockerfile_path: cnf-tests/Dockerfile.openshift
from: base
from: base-9
inputs:
ocp_builder_rhel-8-golang-1.22-openshift-4.18:
ocp_builder_rhel-9-golang-1.22-openshift-4.19:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.22-openshift-4.18
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.19
to: cnf-tests
- context_dir: tools/s2i-dpdk/
dockerfile_path: Dockerfile
from: base-9
to: dpdk
- context_dir: .
dockerfile_path: ztp/resource-generator/Containerfile
from: os-min8
from: os-min9
inputs:
ocp_builder_rhel-8-golang-1.22-openshift-4.18:
ocp_builder_rhel-9-golang-1.22-openshift-4.19:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.22-openshift-4.18
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.19
to: ztp-site-generator
promotion:
to:
- name: "4.18"
- name: "4.19"
namespace: ocp-kni
releases:
initial:
integration:
name: "4.18"
name: "4.19"
namespace: ocp
latest:
candidate:
product: ocp
stream: ci
version: "4.18"
version: "4.19"
resources:
'*':
requests:
Expand Down Expand Up @@ -135,7 +135,7 @@ tests:
CNF_E2E_TESTS=true
CNF_ORIGIN_TESTS=false
T5CI_JOB_TYPE: cnftests
T5CI_VERSION: "4.18"
T5CI_VERSION: "4.19"
workflow: telco5g-cnf
timeout: 6h0m0s
- always_run: false
Expand All @@ -149,7 +149,7 @@ tests:
CNF_E2E_TESTS=true
CNF_ORIGIN_TESTS=false
T5CI_JOB_TYPE: sno-cnftests
T5CI_VERSION: "4.18"
T5CI_VERSION: "4.19"
workflow: telco5g-sno-cnf
- always_run: false
as: e2e-telco5g-hcp-cnftests
Expand All @@ -162,7 +162,7 @@ tests:
CNF_E2E_TESTS=true
CNF_ORIGIN_TESTS=false
T5CI_JOB_TYPE: hcp-cnftests
T5CI_VERSION: "4.18"
T5CI_VERSION: "4.19"
workflow: telco5g-hcp-cnf
zz_generated_metadata:
branch: master
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
base_images:
base:
name: "4.18"
namespace: ocp
tag: base
base-9:
name: "4.18"
namespace: ocp
tag: base-rhel9
ocp_builder_rhel-8-golang-1.22-openshift-4.18:
name: builder
namespace: ocp
tag: rhel-8-golang-1.22-openshift-4.18
os-min8:
name: ubi-minimal
namespace: ocp
tag: "8"
binary_build_commands: make build
build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools
images:
- context_dir: .
dockerfile_path: cnf-tests/Dockerfile.openshift
from: base
inputs:
ocp_builder_rhel-8-golang-1.22-openshift-4.18:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.22-openshift-4.18
to: cnf-tests
- context_dir: tools/s2i-dpdk/
dockerfile_path: Dockerfile
from: base-9
to: dpdk
- context_dir: .
dockerfile_path: ztp/resource-generator/Containerfile
from: os-min8
inputs:
ocp_builder_rhel-8-golang-1.22-openshift-4.18:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.22-openshift-4.18
to: ztp-site-generator
promotion:
to:
- name: "4.18"
namespace: ocp-kni
releases:
initial:
integration:
name: "4.18"
namespace: ocp
latest:
candidate:
product: ocp
stream: ci
version: "4.18"
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tests:
- as: ci
commands: make ci-job
container:
from: src
- as: ztp-ci
commands: make ztp-ci-job
container:
from: src
run_if_changed: ^ztp
- as: e2e-aws-ci-tests
skip_if_only_changed: ^ztp
steps:
cluster_profile: aws-telco
env:
BASE_DOMAIN: telco5g-ci.devcluster.openshift.com
SPOT_INSTANCES: "true"
USER_TAGS: |
ci-job-source prowci
ci-job-branch master
ci-job-fullname openshift-kni-cnf-features-deploy-e2e-aws-ci-tests-master
ci-job-type e2e-aws-ci-tests
ci-repo-name cnf-features-deploy
ci-org-name openshift-kni
test:
- as: e2e-aws-ci-tests
commands: FEATURES_ENVIRONMENT=ci IPERF3_BITRATE_OVERRIDE="300000000" make functests-on-ci
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-aws-ovn
- as: e2e-aws-ran-profile
optional: true
steps:
cluster_profile: aws-telco
env:
BASE_DOMAIN: telco5g-ci.devcluster.openshift.com
SPOT_INSTANCES: "true"
USER_TAGS: |
ci-job-source prowci
ci-job-branch master
ci-job-fullname openshift-kni-cnf-features-deploy-e2e-aws-ran-profile-master
ci-job-type e2e-aws-ran-profile
ci-repo-name cnf-features-deploy
ci-org-name openshift-kni
test:
- as: e2e-aws-ran-profile
commands: FEATURES_ENVIRONMENT=cn-ran-overlays FEATURES=ran-profile-gcp SKIP_TESTS="xt_u32
container-mount-namespace gatekeeper n3000 fec metallb sro multinetworkpolicy"
make validate-on-ci
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-aws-ovn
- as: security
optional: true
steps:
env:
PROJECT_NAME: cnf-features-deploy
SNYK_CODE_ADDITIONAL_ARGS: --severity-threshold=high --policy-path=.snyk
workflow: openshift-ci-security
- always_run: false
as: e2e-telco5g-cnftests
cluster: build05
optional: true
restrict_network_access: false
steps:
env:
E2E_TESTS_CONFIG: |
CNF_E2E_TESTS=true
CNF_ORIGIN_TESTS=false
T5CI_JOB_TYPE: cnftests
T5CI_VERSION: "4.18"
workflow: telco5g-cnf
timeout: 6h0m0s
- always_run: false
as: e2e-telco5g-sno-cnftests
cluster: build05
optional: true
restrict_network_access: false
steps:
env:
E2E_TESTS_CONFIG: |
CNF_E2E_TESTS=true
CNF_ORIGIN_TESTS=false
T5CI_JOB_TYPE: sno-cnftests
T5CI_VERSION: "4.18"
workflow: telco5g-sno-cnf
- always_run: false
as: e2e-telco5g-hcp-cnftests
cluster: build05
optional: true
restrict_network_access: false
steps:
env:
E2E_TESTS_CONFIG: |
CNF_E2E_TESTS=true
CNF_ORIGIN_TESTS=false
T5CI_JOB_TYPE: hcp-cnftests
T5CI_VERSION: "4.18"
workflow: telco5g-hcp-cnf
zz_generated_metadata:
branch: release-4.18
org: openshift-kni
repo: cnf-features-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ postsubmits:
labels:
ci-operator.openshift.io/is-promotion: "true"
ci.openshift.io/generator: prowgen
job-release: "4.18"
job-release: "4.19"
max_concurrency: 1
name: branch-ci-openshift-kni-cnf-features-deploy-master-images
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ presubmits:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
job-release: "4.18"
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kni-cnf-features-deploy-master-ci
rerun_command: /test ci
Expand Down Expand Up @@ -70,7 +70,7 @@ presubmits:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-telco
ci.openshift.io/generator: prowgen
job-release: "4.18"
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kni-cnf-features-deploy-master-e2e-aws-ci-tests
rerun_command: /test e2e-aws-ci-tests
Expand Down Expand Up @@ -146,7 +146,7 @@ presubmits:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-telco
ci.openshift.io/generator: prowgen
job-release: "4.18"
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kni-cnf-features-deploy-master-e2e-aws-ran-profile
optional: true
Expand Down Expand Up @@ -222,7 +222,7 @@ presubmits:
labels:
ci-operator.openshift.io/cluster: build05
ci.openshift.io/generator: prowgen
job-release: "4.18"
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kni-cnf-features-deploy-master-e2e-telco5g-cnftests
optional: true
Expand Down Expand Up @@ -287,7 +287,7 @@ presubmits:
labels:
ci-operator.openshift.io/cluster: build05
ci.openshift.io/generator: prowgen
job-release: "4.18"
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kni-cnf-features-deploy-master-e2e-telco5g-hcp-cnftests
optional: true
Expand Down Expand Up @@ -352,7 +352,7 @@ presubmits:
labels:
ci-operator.openshift.io/cluster: build05
ci.openshift.io/generator: prowgen
job-release: "4.18"
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kni-cnf-features-deploy-master-e2e-telco5g-sno-cnftests
optional: true
Expand Down Expand Up @@ -416,7 +416,7 @@ presubmits:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
job-release: "4.18"
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kni-cnf-features-deploy-master-images
rerun_command: /test images
Expand Down Expand Up @@ -472,7 +472,7 @@ presubmits:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
job-release: "4.18"
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kni-cnf-features-deploy-master-security
optional: true
Expand Down Expand Up @@ -536,7 +536,7 @@ presubmits:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
job-release: "4.18"
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kni-cnf-features-deploy-master-ztp-ci
rerun_command: /test ztp-ci
Expand Down
Loading