Skip to content

Commit 377caee

Browse files
committed
add static IP jobs for assisted-service and assisted-test-infra
1 parent e7616e0 commit 377caee

File tree

5 files changed

+242
-0
lines changed

5 files changed

+242
-0
lines changed

ci-operator/config/openshift/assisted-service/openshift-assisted-service-master.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,14 @@ tests:
343343
NUM_MASTERS=1
344344
TEST_SUITE: minimal
345345
workflow: baremetalds-assisted-install
346+
- as: e2e-metal-assisted-static-ip
347+
steps:
348+
cluster_profile: packet
349+
env:
350+
ASSISTED_CONFIG: |
351+
STATIC_IPS=yes
352+
TEST_SUITE: minimal
353+
workflow: baremetalds-assisted-install
346354
- as: e2e-metal-assisted-kube-api
347355
run_if_changed: ^(cmd/.*|data/.*|deploy/.*|hack/.*|internal/.*|pkg/.*|tools/.*|Dockerfile\..*|Makefile|go\.mod|go\.sum|swagger.yaml)$
348356
steps:

ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-master.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,23 @@ tests:
137137
IPv6=true
138138
TEST_SUITE: full
139139
workflow: baremetalds-assisted
140+
- as: e2e-metal-assisted-static-ip
141+
steps:
142+
cluster_profile: packet
143+
env:
144+
ASSISTED_CONFIG: |
145+
STATIC_IPS=yes
146+
TEST_SUITE: minimal
147+
workflow: baremetalds-assisted-install
148+
- as: e2e-metal-assisted-static-ip-periodic
149+
cron: '@daily'
150+
steps:
151+
cluster_profile: packet
152+
env:
153+
ASSISTED_CONFIG: |
154+
STATIC_IPS=yes
155+
TEST_SUITE: full
156+
workflow: baremetalds-assisted-install
140157
- as: e2e-metal-assisted-none
141158
optional: true
142159
run_if_changed: ^(terraform_files/.*|.*/controllers/.*)$

ci-operator/jobs/openshift/assisted-service/openshift-assisted-service-master-presubmits.yaml

+75
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,81 @@ presubmits:
803803
secret:
804804
secretName: result-aggregator
805805
trigger: (?m)^/test( | .* )e2e-metal-assisted-single-node,?($|\s.*)
806+
- agent: kubernetes
807+
always_run: false
808+
branches:
809+
- ^master$
810+
- ^master-
811+
cluster: build01
812+
context: ci/prow/e2e-metal-assisted-static-ip
813+
decorate: true
814+
decoration_config:
815+
skip_cloning: true
816+
labels:
817+
ci-operator.openshift.io/prowgen-controlled: "true"
818+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
819+
name: pull-ci-openshift-assisted-service-master-e2e-metal-assisted-static-ip
820+
optional: true
821+
rerun_command: /test e2e-metal-assisted-static-ip
822+
spec:
823+
containers:
824+
- args:
825+
- --gcs-upload-secret=/secrets/gcs/service-account.json
826+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
827+
- --lease-server-credentials-file=/etc/boskos/credentials
828+
- --report-credentials-file=/etc/report/credentials
829+
- --secret-dir=/secrets/ci-pull-credentials
830+
- --secret-dir=/usr/local/e2e-metal-assisted-static-ip-cluster-profile
831+
- --target=e2e-metal-assisted-static-ip
832+
command:
833+
- ci-operator
834+
image: ci-operator:latest
835+
imagePullPolicy: Always
836+
name: ""
837+
resources:
838+
requests:
839+
cpu: 10m
840+
volumeMounts:
841+
- mountPath: /etc/boskos
842+
name: boskos
843+
readOnly: true
844+
- mountPath: /secrets/ci-pull-credentials
845+
name: ci-pull-credentials
846+
readOnly: true
847+
- mountPath: /usr/local/e2e-metal-assisted-static-ip-cluster-profile
848+
name: cluster-profile
849+
- mountPath: /secrets/gcs
850+
name: gcs-credentials
851+
readOnly: true
852+
- mountPath: /etc/pull-secret
853+
name: pull-secret
854+
readOnly: true
855+
- mountPath: /etc/report
856+
name: result-aggregator
857+
readOnly: true
858+
serviceAccountName: ci-operator
859+
volumes:
860+
- name: boskos
861+
secret:
862+
items:
863+
- key: credentials
864+
path: credentials
865+
secretName: boskos-credentials
866+
- name: ci-pull-credentials
867+
secret:
868+
secretName: ci-pull-credentials
869+
- name: cluster-profile
870+
projected:
871+
sources:
872+
- secret:
873+
name: cluster-secrets-packet
874+
- name: pull-secret
875+
secret:
876+
secretName: registry-pull-credentials
877+
- name: result-aggregator
878+
secret:
879+
secretName: result-aggregator
880+
trigger: (?m)^/test( | .* )e2e-metal-assisted-static-ip,?($|\s.*)
806881
- agent: kubernetes
807882
always_run: true
808883
branches:

ci-operator/jobs/openshift/assisted-test-infra/openshift-assisted-test-infra-master-periodics.yaml

+74
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,80 @@ periodics:
582582
- name: result-aggregator
583583
secret:
584584
secretName: result-aggregator
585+
- agent: kubernetes
586+
cluster: build01
587+
cron: '@daily'
588+
decorate: true
589+
decoration_config:
590+
skip_cloning: true
591+
extra_refs:
592+
- base_ref: master
593+
org: openshift
594+
repo: assisted-test-infra
595+
labels:
596+
ci-operator.openshift.io/prowgen-controlled: "true"
597+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
598+
name: periodic-ci-openshift-assisted-test-infra-master-e2e-metal-assisted-static-ip-periodic
599+
reporter_config:
600+
slack:
601+
channel: '#assisted-deployment-ci'
602+
job_states_to_report:
603+
- failure
604+
- error
605+
report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle:
606+
{{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*.
607+
<{{.Status.URL}}|View logs>'
608+
spec:
609+
containers:
610+
- args:
611+
- --gcs-upload-secret=/secrets/gcs/service-account.json
612+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
613+
- --lease-server-credentials-file=/etc/boskos/credentials
614+
- --report-credentials-file=/etc/report/credentials
615+
- --secret-dir=/usr/local/e2e-metal-assisted-static-ip-periodic-cluster-profile
616+
- --target=e2e-metal-assisted-static-ip-periodic
617+
command:
618+
- ci-operator
619+
image: ci-operator:latest
620+
imagePullPolicy: Always
621+
name: ""
622+
resources:
623+
requests:
624+
cpu: 10m
625+
volumeMounts:
626+
- mountPath: /etc/boskos
627+
name: boskos
628+
readOnly: true
629+
- mountPath: /usr/local/e2e-metal-assisted-static-ip-periodic-cluster-profile
630+
name: cluster-profile
631+
- mountPath: /secrets/gcs
632+
name: gcs-credentials
633+
readOnly: true
634+
- mountPath: /etc/pull-secret
635+
name: pull-secret
636+
readOnly: true
637+
- mountPath: /etc/report
638+
name: result-aggregator
639+
readOnly: true
640+
serviceAccountName: ci-operator
641+
volumes:
642+
- name: boskos
643+
secret:
644+
items:
645+
- key: credentials
646+
path: credentials
647+
secretName: boskos-credentials
648+
- name: cluster-profile
649+
projected:
650+
sources:
651+
- secret:
652+
name: cluster-secrets-packet
653+
- name: pull-secret
654+
secret:
655+
secretName: registry-pull-credentials
656+
- name: result-aggregator
657+
secret:
658+
secretName: result-aggregator
585659
- agent: kubernetes
586660
cluster: build01
587661
cron: '@daily'

ci-operator/jobs/openshift/assisted-test-infra/openshift-assisted-test-infra-master-presubmits.yaml

+68
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,74 @@ presubmits:
546546
secret:
547547
secretName: result-aggregator
548548
trigger: (?m)^/test( | .* )e2e-metal-assisted-single-node,?($|\s.*)
549+
- agent: kubernetes
550+
always_run: false
551+
branches:
552+
- ^master$
553+
- ^master-
554+
cluster: build01
555+
context: ci/prow/e2e-metal-assisted-static-ip
556+
decorate: true
557+
decoration_config:
558+
skip_cloning: true
559+
labels:
560+
ci-operator.openshift.io/prowgen-controlled: "true"
561+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
562+
name: pull-ci-openshift-assisted-test-infra-master-e2e-metal-assisted-static-ip
563+
optional: true
564+
rerun_command: /test e2e-metal-assisted-static-ip
565+
spec:
566+
containers:
567+
- args:
568+
- --gcs-upload-secret=/secrets/gcs/service-account.json
569+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
570+
- --lease-server-credentials-file=/etc/boskos/credentials
571+
- --report-credentials-file=/etc/report/credentials
572+
- --secret-dir=/usr/local/e2e-metal-assisted-static-ip-cluster-profile
573+
- --target=e2e-metal-assisted-static-ip
574+
command:
575+
- ci-operator
576+
image: ci-operator:latest
577+
imagePullPolicy: Always
578+
name: ""
579+
resources:
580+
requests:
581+
cpu: 10m
582+
volumeMounts:
583+
- mountPath: /etc/boskos
584+
name: boskos
585+
readOnly: true
586+
- mountPath: /usr/local/e2e-metal-assisted-static-ip-cluster-profile
587+
name: cluster-profile
588+
- mountPath: /secrets/gcs
589+
name: gcs-credentials
590+
readOnly: true
591+
- mountPath: /etc/pull-secret
592+
name: pull-secret
593+
readOnly: true
594+
- mountPath: /etc/report
595+
name: result-aggregator
596+
readOnly: true
597+
serviceAccountName: ci-operator
598+
volumes:
599+
- name: boskos
600+
secret:
601+
items:
602+
- key: credentials
603+
path: credentials
604+
secretName: boskos-credentials
605+
- name: cluster-profile
606+
projected:
607+
sources:
608+
- secret:
609+
name: cluster-secrets-packet
610+
- name: pull-secret
611+
secret:
612+
secretName: registry-pull-credentials
613+
- name: result-aggregator
614+
secret:
615+
secretName: result-aggregator
616+
trigger: (?m)^/test( | .* )e2e-metal-assisted-static-ip,?($|\s.*)
549617
- agent: kubernetes
550618
always_run: false
551619
branches:

0 commit comments

Comments
 (0)