Skip to content

Commit 09add75

Browse files
committed
installer/presubmit: adding a job to force disalbe BYO IP
1 parent 3e7f5a8 commit 09add75

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed

ci-operator/config/openshift/installer/openshift-installer-master__altinfra.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,17 @@ tests:
163163
resource_type: aws-3-quota-slice
164164
workflow: openshift-e2e-aws
165165
timeout: 6h0m0s
166+
- always_run: false
167+
as: e2e-aws-ovn-public-ipv4-pool-disabled
168+
optional: true
169+
steps:
170+
cluster_profile: aws
171+
env:
172+
FEATURE_GATES: '["ClusterAPIInstall=true"]'
173+
FEATURE_SET: CustomNoUpgrade
174+
AWS_PUBLIC_IPV4_POOL_ID: none
175+
workflow: openshift-e2e-aws
176+
timeout: 6h0m0s
166177
- always_run: false
167178
as: e2e-aws-ovn-shared-vpc
168179
optional: true

ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,89 @@ presubmits:
582582
secret:
583583
secretName: result-aggregator
584584
trigger: (?m)^/test( | .* )altinfra-e2e-aws-ovn-public-ipv4-pool,?($|\s.*)
585+
- agent: kubernetes
586+
always_run: false
587+
branches:
588+
- ^master$
589+
- ^master-
590+
cluster: build05
591+
context: ci/prow/altinfra-e2e-aws-ovn-public-ipv4-pool-disabled
592+
decorate: true
593+
decoration_config:
594+
timeout: 6h0m0s
595+
labels:
596+
ci-operator.openshift.io/cloud: aws
597+
ci-operator.openshift.io/cloud-cluster-profile: aws
598+
ci-operator.openshift.io/variant: altinfra
599+
ci.openshift.io/generator: prowgen
600+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
601+
name: pull-ci-openshift-installer-master-altinfra-e2e-aws-ovn-public-ipv4-pool-disabled
602+
optional: true
603+
rerun_command: /test altinfra-e2e-aws-ovn-public-ipv4-pool-disabled
604+
spec:
605+
containers:
606+
- args:
607+
- --gcs-upload-secret=/secrets/gcs/service-account.json
608+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
609+
- --lease-server-credentials-file=/etc/boskos/credentials
610+
- --report-credentials-file=/etc/report/credentials
611+
- --secret-dir=/secrets/ci-pull-credentials
612+
- --secret-dir=/usr/local/e2e-aws-ovn-public-ipv4-pool-disabled-cluster-profile
613+
- --target=e2e-aws-ovn-public-ipv4-pool-disabled
614+
- --variant=altinfra
615+
command:
616+
- ci-operator
617+
image: ci-operator:latest
618+
imagePullPolicy: Always
619+
name: ""
620+
resources:
621+
requests:
622+
cpu: 10m
623+
volumeMounts:
624+
- mountPath: /etc/boskos
625+
name: boskos
626+
readOnly: true
627+
- mountPath: /secrets/ci-pull-credentials
628+
name: ci-pull-credentials
629+
readOnly: true
630+
- mountPath: /usr/local/e2e-aws-ovn-public-ipv4-pool-disabled-cluster-profile
631+
name: cluster-profile
632+
- mountPath: /secrets/gcs
633+
name: gcs-credentials
634+
readOnly: true
635+
- mountPath: /secrets/manifest-tool
636+
name: manifest-tool-local-pusher
637+
readOnly: true
638+
- mountPath: /etc/pull-secret
639+
name: pull-secret
640+
readOnly: true
641+
- mountPath: /etc/report
642+
name: result-aggregator
643+
readOnly: true
644+
serviceAccountName: ci-operator
645+
volumes:
646+
- name: boskos
647+
secret:
648+
items:
649+
- key: credentials
650+
path: credentials
651+
secretName: boskos-credentials
652+
- name: ci-pull-credentials
653+
secret:
654+
secretName: ci-pull-credentials
655+
- name: cluster-profile
656+
secret:
657+
secretName: cluster-secrets-aws
658+
- name: manifest-tool-local-pusher
659+
secret:
660+
secretName: manifest-tool-local-pusher
661+
- name: pull-secret
662+
secret:
663+
secretName: registry-pull-credentials
664+
- name: result-aggregator
665+
secret:
666+
secretName: result-aggregator
667+
trigger: (?m)^/test( | .* )altinfra-e2e-aws-ovn-public-ipv4-pool-disabled,?($|\s.*)
585668
- agent: kubernetes
586669
always_run: false
587670
branches:

0 commit comments

Comments
 (0)