Skip to content

Commit 4148325

Browse files
authored
Rebalance jobs (#69636)
* Rebalance jobs between aws profiles * Update cluster-profile for rebalancing * make jobs
1 parent 7ab53d7 commit 4148325

File tree

182 files changed

+898
-894
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+898
-894
lines changed

ci-operator/config/cri-o/cri-o/cri-o-cri-o-release-1.29.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ rpm_build_commands: hack/build-rpms.sh
5656
tests:
5757
- as: e2e-aws-ovn
5858
steps:
59-
cluster_profile: aws-3
59+
cluster_profile: aws-2
6060
workflow: openshift-e2e-aws
6161
- as: e2e-gcp-ovn
6262
steps:

ci-operator/config/netobserv/network-observability-cli/netobserv-network-observability-cli-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resources:
3939
tests:
4040
- as: integration-tests
4141
steps:
42-
cluster_profile: aws
42+
cluster_profile: aws-3
4343
dependencies:
4444
NETOBSERV_COLLECTOR_IMAGE: ""
4545
test:

ci-operator/config/netobserv/network-observability-operator/netobserv-network-observability-operator-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tests:
6060
- as: e2e-operator
6161
optional: true
6262
steps:
63-
cluster_profile: aws-2
63+
cluster_profile: aws-4
6464
dependencies:
6565
OO_BUNDLE: noo-bundle
6666
env:

ci-operator/config/openshift-kni/lifecycle-agent/openshift-kni-lifecycle-agent-main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ tests:
104104
optional: true
105105
skip_if_only_changed: ^\.tekton/.*|^\.konflux/.*|^docs/|LICENSE|OWNERS|\.md$|^hack$
106106
steps:
107-
cluster_profile: aws-2
107+
cluster_profile: aws-5
108108
dependencies:
109109
LCA_PULL_REF: lifecycle-agent-operator
110110
OO_BUNDLE: lifecycle-agent-operator-bundle-pipeline
@@ -121,7 +121,7 @@ tests:
121121
optional: true
122122
skip_if_only_changed: ^\.tekton/.*|^\.konflux/.*|^docs/|LICENSE|OWNERS|\.md$|^hack$
123123
steps:
124-
cluster_profile: aws-3
124+
cluster_profile: aws-2
125125
dependencies:
126126
INSTALLER_PULL_REF: pipeline:installer
127127
LCA_PULL_REF: lifecycle-agent-operator

ci-operator/config/openshift-kni/lifecycle-agent/openshift-kni-lifecycle-agent-release-4.16.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ tests:
100100
optional: true
101101
skip_if_only_changed: ^\.tekton/.*|^\.konflux/.*|^docs/|LICENSE|OWNERS|\.md$|^hack$
102102
steps:
103-
cluster_profile: aws-3
103+
cluster_profile: aws-4
104104
dependencies:
105105
LCA_PULL_REF: lifecycle-agent-operator
106106
OO_BUNDLE: lifecycle-agent-operator-bundle-pipeline

ci-operator/config/openshift-kni/lifecycle-agent/openshift-kni-lifecycle-agent-release-4.17.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ tests:
104104
optional: true
105105
skip_if_only_changed: ^\.tekton/.*|^\.konflux/.*|^docs/|LICENSE|OWNERS|\.md$|^hack$
106106
steps:
107-
cluster_profile: aws
107+
cluster_profile: aws-3
108108
dependencies:
109109
LCA_PULL_REF: lifecycle-agent-operator
110110
OO_BUNDLE: lifecycle-agent-operator-bundle-pipeline

ci-operator/config/openshift-kni/lifecycle-agent/openshift-kni-lifecycle-agent-release-4.19.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ tests:
104104
optional: true
105105
skip_if_only_changed: ^\.tekton/.*|^\.konflux/.*|^docs/|LICENSE|OWNERS|\.md$|^hack$
106106
steps:
107-
cluster_profile: aws
107+
cluster_profile: aws-4
108108
dependencies:
109109
LCA_PULL_REF: lifecycle-agent-operator
110110
OO_BUNDLE: lifecycle-agent-operator-bundle-pipeline
@@ -121,7 +121,7 @@ tests:
121121
optional: true
122122
skip_if_only_changed: ^\.tekton/.*|^\.konflux/.*|^docs/|LICENSE|OWNERS|\.md$|^hack$
123123
steps:
124-
cluster_profile: aws
124+
cluster_profile: aws-4
125125
dependencies:
126126
INSTALLER_PULL_REF: pipeline:installer
127127
LCA_PULL_REF: lifecycle-agent-operator

ci-operator/config/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-master.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ tests:
6666
from: src
6767
- as: e2e-aws-ovn-upgrade
6868
steps:
69-
cluster_profile: aws
69+
cluster_profile: aws-4
7070
workflow: openshift-upgrade-aws
7171
- as: e2e-aws-csi
7272
steps:
73-
cluster_profile: aws
73+
cluster_profile: aws-3
7474
workflow: openshift-e2e-aws-csi
7575
- as: e2e-aws-csi-extended
7676
optional: true
@@ -80,7 +80,7 @@ tests:
8080
- as: e2e-aws-csi-techpreview-volumeattributesclass
8181
optional: true
8282
steps:
83-
cluster_profile: aws
83+
cluster_profile: aws-2
8484
env:
8585
FEATURE_SET: TechPreviewNoUpgrade
8686
TEST_ARGS: --run=VolumeAttributesClass

ci-operator/config/openshift/api/openshift-api-master.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tests:
114114
as: e2e-aws-ovn
115115
pipeline_run_if_changed: ^Dockerfile\.ocp$|^Makefile$|^(manifests/.*|payload-command/.*|payload-manifests/.*)$
116116
steps:
117-
cluster_profile: aws-3
117+
cluster_profile: aws-5
118118
workflow: openshift-e2e-aws
119119
- always_run: false
120120
as: e2e-aws-ovn-techpreview
@@ -129,7 +129,7 @@ tests:
129129
pipeline_run_if_changed: ^Dockerfile\.ocp$|^Makefile$|^(manifests/.*|payload-command/.*|payload-manifests/.*)$
130130
shard_count: 2
131131
steps:
132-
cluster_profile: aws
132+
cluster_profile: aws-3
133133
workflow: openshift-e2e-aws-serial
134134
- always_run: false
135135
as: e2e-aws-serial-techpreview
@@ -158,13 +158,13 @@ tests:
158158
as: e2e-upgrade
159159
pipeline_run_if_changed: ^Dockerfile\.ocp$|^Makefile$|^(manifests/.*|payload-command/.*|payload-manifests/.*)$
160160
steps:
161-
cluster_profile: aws-2
161+
cluster_profile: aws-3
162162
workflow: openshift-upgrade-aws
163163
- always_run: false
164164
as: e2e-upgrade-out-of-change
165165
pipeline_run_if_changed: ^Dockerfile\.ocp$|^Makefile$|^(manifests/.*|payload-command/.*|payload-manifests/.*)$
166166
steps:
167-
cluster_profile: aws
167+
cluster_profile: aws-4
168168
dependencies:
169169
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:latest
170170
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:initial

ci-operator/config/openshift/aws-load-balancer-operator/openshift-aws-load-balancer-operator-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ tests:
119119
- as: e2e-aws-proxy-operator
120120
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
121121
steps:
122-
cluster_profile: aws
122+
cluster_profile: aws-5
123123
env:
124124
OO_APPLY_RESOURCES: "false"
125125
OO_INSTALL_NAMESPACE: aws-load-balancer-operator

0 commit comments

Comments
 (0)