Skip to content

Commit

Permalink
CVP-4024: Add FIPS v4.6-v4.11 clusters to cvp-cluster-pool (#49271)
Browse files Browse the repository at this point in the history
  • Loading branch information
asergienk authored and candita committed Feb 27, 2024
1 parent 78cad01 commit 1de7c71
Show file tree
Hide file tree
Showing 16 changed files with 705 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,24 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-single-node
- as: e2e-aws-gatewayapi
optional: true
steps:
cluster_profile: aws
steps:
env:
FEATURE_GATES: '[GatewayAPIEnabled=true]'
FEATURE_SET: CustomNoUpgrade
TEST: TestGatewayAPI
test:
- as: test
cli: latest
commands: make test-e2e
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,24 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-single-node
- as: e2e-aws-gatewayapi
optional: true
steps:
cluster_profile: aws
steps:
env:
FEATURE_GATES: '[GatewayAPIEnabled=true]'
FEATURE_SET: CustomNoUpgrade
TEST: TestGatewayAPI
test:
- as: test
cli: latest
commands: make test-e2e
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
zz_generated_metadata:
branch: release-4.16
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,24 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-single-node
- as: e2e-aws-gatewayapi
optional: true
steps:
cluster_profile: aws
steps:
env:
FEATURE_GATES: '[GatewayAPIEnabled=true]'
FEATURE_SET: CustomNoUpgrade
TEST: TestGatewayAPI
test:
- as: test
cli: latest
commands: make test-e2e
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
zz_generated_metadata:
branch: release-4.17
org: openshift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,84 @@
presubmits:
openshift/cluster-ingress-operator:
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build05
context: ci/prow/e2e-aws-gatewayapi
decorate: true
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-ingress-operator-master-e2e-aws-gatewayapi
optional: true
rerun_command: /test e2e-aws-gatewayapi
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-aws-gatewayapi-cluster-profile
- --target=e2e-aws-gatewayapi
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-aws-gatewayapi-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: cluster-profile
secret:
secretName: cluster-secrets-aws
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-gatewayapi,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,84 @@
presubmits:
openshift/cluster-ingress-operator:
- agent: kubernetes
always_run: true
branches:
- ^release-4\.16$
- ^release-4\.16-
cluster: build05
context: ci/prow/e2e-aws-gatewayapi
decorate: true
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-ingress-operator-release-4.16-e2e-aws-gatewayapi
optional: true
rerun_command: /test e2e-aws-gatewayapi
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-aws-gatewayapi-cluster-profile
- --target=e2e-aws-gatewayapi
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-aws-gatewayapi-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: cluster-profile
secret:
secretName: cluster-secrets-aws
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-gatewayapi,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,84 @@
presubmits:
openshift/cluster-ingress-operator:
- agent: kubernetes
always_run: true
branches:
- ^release-4\.17$
- ^release-4\.17-
cluster: build05
context: ci/prow/e2e-aws-gatewayapi
decorate: true
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-ingress-operator-release-4.17-e2e-aws-gatewayapi
optional: true
rerun_command: /test e2e-aws-gatewayapi
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-aws-gatewayapi-cluster-profile
- --target=e2e-aws-gatewayapi
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-aws-gatewayapi-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: cluster-profile
secret:
secretName: cluster-secrets-aws
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-gatewayapi,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
apiVersion: hive.openshift.io/v1
kind: ClusterPool
metadata:
creationTimestamp: null
labels:
architecture: amd64
cloud: aws
owner: cvp
product: ocp
region: eu-west-1
variant: fips
version: "4.10"
version_lower: 4.10.0-0
version_upper: 4.11.0-0
name: cvp-fips-ocp-4-10-amd64-aws-eu-west-1
namespace: cvp-cluster-pool
spec:
baseDomain: cpaas-ci.devcluster.openshift.com
hibernationConfig:
resumeTimeout: 15m0s
imageSetRef:
name: ocp-release-4.10.67-x86-64-for-4.10.0-0-to-4.11.0-0
installAttemptsLimit: 1
installConfigSecretTemplateRef:
name: fips-install-config-aws-eu-west-1
labels:
tp.openshift.io/owner: cvp
maxSize: 4
platform:
aws:
credentialsSecretRef:
name: cvp-aws-credentials
region: eu-west-1
pullSecretRef:
name: pull-secret
size: 1
skipMachinePools: true
status:
ready: 0
size: 0
standby: 0

0 comments on commit 1de7c71

Please sign in to comment.