@@ -7,6 +7,10 @@ base_images:
77 name : test
88 namespace : ocp-kni
99 tag : dev-scripts
10+ gcp-pd-csi-driver-operator-test :
11+ name : " 4.21"
12+ namespace : ocp
13+ tag : gcp-pd-csi-driver-operator-test
1014 hypershift-operator :
1115 name : hypershift-operator
1216 namespace : hypershift
@@ -472,6 +476,76 @@ tests:
472476 enable :
473477 - observers-resource-watch
474478 workflow : openshift-e2e-aws-proxy
479+ - as : e2e-gcp-ovn-extended-f2
480+ cron : 36 2 1-31/2 * *
481+ steps :
482+ cluster_profile : gcp-openshift-gce-devel-ci-2
483+ env :
484+ FAIL_ON_CORE_DUMP : " true"
485+ TEST_ARGS : --monitor=watch-namespaces
486+ TEST_SUITE : olmv0/extended/candidate/fast
487+ workflow : openshift-e2e-gcp-ovn
488+ - as : e2e-gcp-ovn-slow-extended-f3
489+ cron : 32 14 1-31/3 * *
490+ steps :
491+ cluster_profile : gcp-openshift-gce-devel-ci-2
492+ env :
493+ FAIL_ON_CORE_DUMP : " true"
494+ TEST_ARGS : --monitor=watch-namespaces
495+ TEST_SUITE : olmv0/extended/candidate/slow
496+ workflow : openshift-e2e-gcp-ovn
497+ - as : e2e-gcp-ovn-csi-extended-f3
498+ cron : 48 12 1-31/3 * *
499+ steps :
500+ cluster_profile : gcp-openshift-gce-devel-ci-2
501+ env :
502+ ENABLE_LONG_CSI_CERTIFICATION_TESTS : " true"
503+ TEST_ARGS : --monitor=watch-namespaces
504+ TEST_SUITE : olmv0/extended/candidate/fast
505+ workflow : openshift-e2e-gcp-csi
506+ - as : e2e-gcp-ovn-csi-slow-extended-f4
507+ cron : 10 4 1-31/4 * *
508+ steps :
509+ cluster_profile : gcp-openshift-gce-devel-ci-2
510+ env :
511+ ENABLE_LONG_CSI_CERTIFICATION_TESTS : " true"
512+ TEST_ARGS : --monitor=watch-namespaces
513+ TEST_SUITE : olmv0/extended/candidate/slow
514+ workflow : openshift-e2e-gcp-csi
515+ - as : e2e-aws-ovn-upi-extended-f2
516+ cron : 12 13 1-31/2 * *
517+ steps :
518+ cluster_profile : aws-2
519+ env :
520+ TEST_ARGS : --monitor=watch-namespaces
521+ TEST_SUITE : olmv0/extended/candidate/fast
522+ workflow : openshift-e2e-aws-upi
523+ - as : e2e-aws-ovn-upi-slow-extended-f3
524+ cron : 30 6 1-31/3 * *
525+ steps :
526+ cluster_profile : aws-2
527+ env :
528+ TEST_ARGS : --monitor=watch-namespaces
529+ TEST_SUITE : olmv0/extended/candidate/slow
530+ workflow : openshift-e2e-aws-upi
531+ - as : e2e-aws-ovn-upi-techpreview-extended-f2
532+ cron : 27 0 1-31/2 * *
533+ steps :
534+ cluster_profile : aws-2
535+ env :
536+ FEATURE_SET : TechPreviewNoUpgrade
537+ TEST_ARGS : --monitor=watch-namespaces
538+ TEST_SUITE : olmv0/extended/candidate/fast
539+ workflow : openshift-e2e-aws-upi
540+ - as : e2e-aws-ovn-upi-techpreview-slow-extended-f3
541+ cron : 11 6 1-31/3 * *
542+ steps :
543+ cluster_profile : aws-2
544+ env :
545+ FEATURE_SET : TechPreviewNoUpgrade
546+ TEST_ARGS : --monitor=watch-namespaces
547+ TEST_SUITE : olmv0/extended/candidate/slow
548+ workflow : openshift-e2e-aws-upi
475549zz_generated_metadata :
476550 branch : release-4.21
477551 org : openshift
0 commit comments