File tree Expand file tree Collapse file tree
config/ComplianceAsCode/content
jobs/ComplianceAsCode/content Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,54 +156,6 @@ tests:
156156 requests :
157157 cpu : 100m
158158 workflow : ipi-aws
159- - as : e2e-aws-openshift-platform-compliance-weekly
160- cron : 0 21 * * 3,6
161- steps :
162- cluster_profile : quay-aws
163- env :
164- BASE_DOMAIN : quay.devcluster.openshift.com
165- test :
166- - as : test
167- cli : latest
168- commands : |
169- set -x
170- export component=ocp4-content-ds
171- export CONTENT_DIRECTORY=$PWD
172- git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
173- pushd ocp4e2e; make install-jq
174- PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestPlatformCompliance$ -install-operator=$(INSTALL_OPERATOR) -test-type="platform" -content-directory="$CONTENT_DIRECTORY"
175- dependencies :
176- - env : CONTENT_IMAGE
177- name : ocp4-content-ds
178- from : src
179- resources :
180- requests :
181- cpu : 100m
182- workflow : ipi-aws
183- - as : e2e-aws-openshift-node-compliance-weekly
184- cron : 0 21 * * 3,6
185- steps :
186- cluster_profile : quay-aws
187- env :
188- BASE_DOMAIN : quay.devcluster.openshift.com
189- test :
190- - as : test
191- cli : latest
192- commands : |
193- set -x
194- export component=ocp4-content-ds
195- export CONTENT_DIRECTORY=$PWD
196- git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
197- pushd ocp4e2e; make install-jq
198- PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestNodeCompliance$ -install-operator=$(INSTALL_OPERATOR) -test-type="node" -content-directory="$CONTENT_DIRECTORY"
199- dependencies :
200- - env : CONTENT_IMAGE
201- name : ocp4-content-ds
202- from : src
203- resources :
204- requests :
205- cpu : 100m
206- workflow : ipi-aws
207159- as : e2e-aws-openshift-platform-compliance-arm-weekly
208160 cron : 0 21 * * 3,6
209161 steps :
Original file line number Diff line number Diff line change @@ -598,66 +598,6 @@ tests:
598598 requests :
599599 cpu : 100m
600600 workflow : ipi-aws
601- - as : e2e-aws-openshift-platform-compliance-arm-weekly
602- cron : 0 23 * * 3,6
603- steps :
604- cluster_profile : quay-aws
605- dependencies :
606- OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE : release:arm64-latest
607- env :
608- BASE_DOMAIN : quay.devcluster.openshift.com
609- COMPUTE_ARCH : arm64
610- CONTROL_ARCH : arm64
611- FIPS_ENABLED : " true"
612- OCP_ARCH : arm64
613- test :
614- - as : test
615- cli : latest
616- commands : |
617- set -x
618- export CONTENT_DIRECTORY=$PWD
619- export component=ocp4-content-ds
620- git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
621- pushd ocp4e2e; make install-jq
622- PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestPlatformCompliance$ -install-operator=$(INSTALL_OPERATOR) -test-type="platform" -content-directory="$CONTENT_DIRECTORY"
623- dependencies :
624- - env : CONTENT_IMAGE
625- name : ocp4-content-ds
626- from : src
627- resources :
628- requests :
629- cpu : 100m
630- workflow : ipi-aws
631- - as : e2e-aws-openshift-node-compliance-arm-weekly
632- cron : 0 23 * * 3,6
633- steps :
634- cluster_profile : quay-aws
635- dependencies :
636- OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE : release:arm64-latest
637- env :
638- BASE_DOMAIN : quay.devcluster.openshift.com
639- COMPUTE_ARCH : arm64
640- CONTROL_ARCH : arm64
641- FIPS_ENABLED : " true"
642- OCP_ARCH : arm64
643- test :
644- - as : test
645- cli : latest
646- commands : |
647- set -x
648- export CONTENT_DIRECTORY=$PWD
649- export component=ocp4-content-ds
650- git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
651- pushd ocp4e2e; make install-jq
652- PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestNodeCompliance$ -install-operator=$(INSTALL_OPERATOR) -test-type="node" -content-directory="$CONTENT_DIRECTORY"
653- dependencies :
654- - env : CONTENT_IMAGE
655- name : ocp4-content-ds
656- from : src
657- resources :
658- requests :
659- cpu : 100m
660- workflow : ipi-aws
661601zz_generated_metadata :
662602 branch : master
663603 org : ComplianceAsCode
Original file line number Diff line number Diff line change @@ -550,46 +550,6 @@ tests:
550550 requests :
551551 cpu : 100m
552552 workflow : ipi-aws
553- - as : e2e-aws-openshift-platform-compliance-weekly
554- cron : 30 23 * * 3,6
555- steps :
556- cluster_profile : quay-aws
557- env :
558- BASE_DOMAIN : quay.devcluster.openshift.com
559- test :
560- - as : test
561- cli : latest
562- commands : |
563- set -x
564- export CONTENT_DIRECTORY=$PWD
565- git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
566- pushd ocp4e2e; make install-jq
567- PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestPlatformCompliance$ -install-operator=$(INSTALL_OPERATOR) -test-type="platform" -content-directory="$CONTENT_DIRECTORY"
568- from : src
569- resources :
570- requests :
571- cpu : 100m
572- workflow : ipi-aws
573- - as : e2e-aws-openshift-node-compliance-weekly
574- cron : 30 23 * * 3,6
575- steps :
576- cluster_profile : quay-aws
577- env :
578- BASE_DOMAIN : quay.devcluster.openshift.com
579- test :
580- - as : test
581- cli : latest
582- commands : |
583- set -x
584- export CONTENT_DIRECTORY=$PWD
585- git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
586- pushd ocp4e2e; make install-jq
587- PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestNodeCompliance$ -install-operator=$(INSTALL_OPERATOR) -test-type="node" -content-directory="$CONTENT_DIRECTORY"
588- from : src
589- resources :
590- requests :
591- cpu : 100m
592- workflow : ipi-aws
593553- as : e2e-aws-openshift-platform-compliance-arm-weekly
594554 cron : 30 23 * * 3,6
595555 steps :
Original file line number Diff line number Diff line change @@ -590,58 +590,6 @@ tests:
590590 requests :
591591 cpu : 100m
592592 workflow : ipi-aws
593- - as : e2e-aws-openshift-platform-compliance-arm-weekly
594- cron : 45 23 * * 3,6
595- steps :
596- cluster_profile : quay-aws
597- dependencies :
598- OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE : release:arm64-latest
599- env :
600- BASE_DOMAIN : quay.devcluster.openshift.com
601- COMPUTE_ARCH : arm64
602- CONTROL_ARCH : arm64
603- FIPS_ENABLED : " true"
604- OCP_ARCH : arm64
605- test :
606- - as : test
607- cli : latest
608- commands : |
609- set -x
610- export CONTENT_DIRECTORY=$PWD
611- git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
612- pushd ocp4e2e; make install-jq
613- PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestPlatformCompliance$ -install-operator=$(INSTALL_OPERATOR) -test-type="platform" -content-directory="$CONTENT_DIRECTORY"
614- from : src
615- resources :
616- requests :
617- cpu : 100m
618- workflow : ipi-aws
619- - as : e2e-aws-openshift-node-compliance-arm-weekly
620- cron : 45 23 * * 3,6
621- steps :
622- cluster_profile : quay-aws
623- dependencies :
624- OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE : release:arm64-latest
625- env :
626- BASE_DOMAIN : quay.devcluster.openshift.com
627- COMPUTE_ARCH : arm64
628- CONTROL_ARCH : arm64
629- FIPS_ENABLED : " true"
630- OCP_ARCH : arm64
631- test :
632- - as : test
633- cli : latest
634- commands : |
635- set -x
636- export CONTENT_DIRECTORY=$PWD
637- git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
638- pushd ocp4e2e; make install-jq
639- PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestNodeCompliance$ -install-operator=$(INSTALL_OPERATOR) -test-type="node" -content-directory="$CONTENT_DIRECTORY"
640- from : src
641- resources :
642- requests :
643- cpu : 100m
644- workflow : ipi-aws
645593zz_generated_metadata :
646594 branch : master
647595 org : ComplianceAsCode
Original file line number Diff line number Diff line change @@ -550,46 +550,6 @@ tests:
550550 requests :
551551 cpu : 100m
552552 workflow : ipi-aws
553- - as : e2e-aws-openshift-platform-compliance-weekly
554- cron : 45 23 * * 3,6
555- steps :
556- cluster_profile : quay-aws
557- env :
558- BASE_DOMAIN : quay.devcluster.openshift.com
559- test :
560- - as : test
561- cli : latest
562- commands : |
563- set -x
564- export CONTENT_DIRECTORY=$PWD
565- git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
566- pushd ocp4e2e; make install-jq
567- PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestPlatformCompliance$ -install-operator=$(INSTALL_OPERATOR) -test-type="platform" -content-directory="$CONTENT_DIRECTORY"
568- from : src
569- resources :
570- requests :
571- cpu : 100m
572- workflow : ipi-aws
573- - as : e2e-aws-openshift-node-compliance-weekly
574- cron : 45 23 * * 3,6
575- steps :
576- cluster_profile : quay-aws
577- env :
578- BASE_DOMAIN : quay.devcluster.openshift.com
579- test :
580- - as : test
581- cli : latest
582- commands : |
583- set -x
584- export CONTENT_DIRECTORY=$PWD
585- git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
586- pushd ocp4e2e; make install-jq
587- PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestNodeCompliance$ -install-operator=$(INSTALL_OPERATOR) -test-type="node" -content-directory="$CONTENT_DIRECTORY"
588- from : src
589- resources :
590- requests :
591- cpu : 100m
592- workflow : ipi-aws
593553- as : e2e-aws-openshift-platform-compliance-arm-weekly
594554 cron : 45 23 * * 3,6
595555 steps :
You can’t perform that action at this time.
0 commit comments