Skip to content

Commit

Permalink
NO-ISSUE: fixing osc resources (#59897)
Browse files Browse the repository at this point in the history
  • Loading branch information
eifrach authored Dec 15, 2024
1 parent 7286d27 commit 81db806
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1143,38 +1143,38 @@ tests:
OPENSHIFT_VERSION=4.16
workflow: assisted-baremetal
- always_run: false
as: e2e-metal-assisted-osc-sno-4-17
as: e2e-metal-assisted-osc-sno-4-18
optional: true
steps:
cluster_profile: packet-assisted
dependencies:
OPENSHIFT_TESTS_IMAGE: tests-4.17
OPENSHIFT_TESTS_IMAGE: tests-4.18
env:
ASSISTED_CONFIG: |
OLM_OPERATORS=osc
NUM_MASTERS=1
NUM_WORKERS=0
MASTER_MEMORY=20480
MASTER_CPU=12
OPENSHIFT_VERSION=4.17
MASTER_MEMORY=18432
MASTER_CPU=10
OPENSHIFT_VERSION=4.18
workflow: assisted-baremetal
- always_run: false
as: e2e-metal-assisted-osc-4-17
as: e2e-metal-assisted-osc-4-18
optional: true
steps:
cluster_profile: packet-assisted
dependencies:
OPENSHIFT_TESTS_IMAGE: tests-4.17
OPENSHIFT_TESTS_IMAGE: tests-4.18
env:
ASSISTED_CONFIG: |
OLM_OPERATORS=osc
NUM_MASTERS=3
NUM_WORKERS=2
MASTER_MEMORY=10240
MASTER_CPU=6
MASTER_MEMORY=18432
MASTER_CPU=5
WORKER_MEMORY=10240
WORKER_CPU=6
OPENSHIFT_VERSION=4.17
WORKER_CPU=3
OPENSHIFT_VERSION=4.18
workflow: assisted-baremetal
- as: e2e-metal-assisted-day2-4-18
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -384,38 +384,38 @@ tests:
OPENSHIFT_VERSION=4.18
workflow: assisted-baremetal
- always_run: false
as: e2e-metal-assisted-osc-4-17
as: e2e-metal-assisted-osc-4-18
optional: true
steps:
cluster_profile: packet-assisted
dependencies:
OPENSHIFT_TESTS_IMAGE: tests-4.17
OPENSHIFT_TESTS_IMAGE: tests-4.18
env:
ASSISTED_CONFIG: |
OLM_OPERATORS=osc
NUM_MASTERS=3
NUM_WORKERS=2
MASTER_MEMORY=10240
MASTER_CPU=6
MASTER_MEMORY=18432
MASTER_CPU=5
WORKER_MEMORY=10240
WORKER_CPU=6
OPENSHIFT_VERSION=4.17
WORKER_CPU=3
OPENSHIFT_VERSION=4.18
workflow: assisted-baremetal
- always_run: false
as: e2e-metal-assisted-osc-sno-4-17
as: e2e-metal-assisted-osc-sno-4-18
optional: true
steps:
cluster_profile: packet-assisted
dependencies:
OPENSHIFT_TESTS_IMAGE: tests-4.17
OPENSHIFT_TESTS_IMAGE: tests-4.18
env:
ASSISTED_CONFIG: |
OLM_OPERATORS=osc
NUM_MASTERS=1
NUM_WORKERS=0
MASTER_MEMORY=20480
MASTER_CPU=12
OPENSHIFT_VERSION=4.17
MASTER_MEMORY=18432
MASTER_CPU=10
OPENSHIFT_VERSION=4.18
workflow: assisted-baremetal
- always_run: false
as: e2e-metal-assisted-metallb-4-18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4388,7 +4388,7 @@ presubmits:
- ^master$
- ^master-
cluster: build01
context: ci/prow/edge-e2e-metal-assisted-osc-4-17
context: ci/prow/edge-e2e-metal-assisted-osc-4-18
decorate: true
labels:
ci-operator.openshift.io/cloud: packet-edge
Expand All @@ -4397,9 +4397,9 @@ presubmits:
ci.openshift.io/generator: prowgen
job-release: "4.18"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-assisted-service-master-edge-e2e-metal-assisted-osc-4-17
name: pull-ci-openshift-assisted-service-master-edge-e2e-metal-assisted-osc-4-18
optional: true
rerun_command: /test edge-e2e-metal-assisted-osc-4-17
rerun_command: /test edge-e2e-metal-assisted-osc-4-18
spec:
containers:
- args:
Expand All @@ -4408,7 +4408,7 @@ presubmits:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-assisted-osc-4-17
- --target=e2e-metal-assisted-osc-4-18
- --variant=edge
command:
- ci-operator
Expand Down Expand Up @@ -4457,14 +4457,14 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )edge-e2e-metal-assisted-osc-4-17,?($|\s.*)
trigger: (?m)^/test( | .* )edge-e2e-metal-assisted-osc-4-18,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^master$
- ^master-
cluster: build01
context: ci/prow/edge-e2e-metal-assisted-osc-sno-4-17
context: ci/prow/edge-e2e-metal-assisted-osc-sno-4-18
decorate: true
labels:
ci-operator.openshift.io/cloud: packet-edge
Expand All @@ -4473,9 +4473,9 @@ presubmits:
ci.openshift.io/generator: prowgen
job-release: "4.18"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-assisted-service-master-edge-e2e-metal-assisted-osc-sno-4-17
name: pull-ci-openshift-assisted-service-master-edge-e2e-metal-assisted-osc-sno-4-18
optional: true
rerun_command: /test edge-e2e-metal-assisted-osc-sno-4-17
rerun_command: /test edge-e2e-metal-assisted-osc-sno-4-18
spec:
containers:
- args:
Expand All @@ -4484,7 +4484,7 @@ presubmits:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-assisted-osc-sno-4-17
- --target=e2e-metal-assisted-osc-sno-4-18
- --variant=edge
command:
- ci-operator
Expand Down Expand Up @@ -4533,7 +4533,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )edge-e2e-metal-assisted-osc-sno-4-17,?($|\s.*)
trigger: (?m)^/test( | .* )edge-e2e-metal-assisted-osc-sno-4-18,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2454,17 +2454,17 @@ presubmits:
- ^master$
- ^master-
cluster: build01
context: ci/prow/e2e-metal-assisted-osc-4-17
context: ci/prow/e2e-metal-assisted-osc-4-18
decorate: true
labels:
ci-operator.openshift.io/cloud: packet-edge
ci-operator.openshift.io/cloud-cluster-profile: packet-assisted
ci.openshift.io/generator: prowgen
job-release: "4.18"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-assisted-test-infra-master-e2e-metal-assisted-osc-4-17
name: pull-ci-openshift-assisted-test-infra-master-e2e-metal-assisted-osc-4-18
optional: true
rerun_command: /test e2e-metal-assisted-osc-4-17
rerun_command: /test e2e-metal-assisted-osc-4-18
spec:
containers:
- args:
Expand All @@ -2473,7 +2473,7 @@ presubmits:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-assisted-osc-4-17
- --target=e2e-metal-assisted-osc-4-18
command:
- ci-operator
image: ci-operator:latest
Expand Down Expand Up @@ -2521,24 +2521,24 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-metal-assisted-osc-4-17,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-metal-assisted-osc-4-18,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^master$
- ^master-
cluster: build01
context: ci/prow/e2e-metal-assisted-osc-sno-4-17
context: ci/prow/e2e-metal-assisted-osc-sno-4-18
decorate: true
labels:
ci-operator.openshift.io/cloud: packet-edge
ci-operator.openshift.io/cloud-cluster-profile: packet-assisted
ci.openshift.io/generator: prowgen
job-release: "4.18"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-assisted-test-infra-master-e2e-metal-assisted-osc-sno-4-17
name: pull-ci-openshift-assisted-test-infra-master-e2e-metal-assisted-osc-sno-4-18
optional: true
rerun_command: /test e2e-metal-assisted-osc-sno-4-17
rerun_command: /test e2e-metal-assisted-osc-sno-4-18
spec:
containers:
- args:
Expand All @@ -2547,7 +2547,7 @@ presubmits:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-assisted-osc-sno-4-17
- --target=e2e-metal-assisted-osc-sno-4-18
command:
- ci-operator
image: ci-operator:latest
Expand Down Expand Up @@ -2595,7 +2595,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-metal-assisted-osc-sno-4-17,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-metal-assisted-osc-sno-4-18,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down

0 comments on commit 81db806

Please sign in to comment.