@@ -2519,7 +2519,7 @@ jobs:
25192519 - LOCAL_PORT : 8000
25202520 - COLLECTION_METHOD : ebpf
25212521 - GCP_IMAGE_TYPE : " COS"
2522- - POD_SECURITY_POLICIES : " true "
2522+ - POD_SECURITY_POLICIES : " false "
25232523 - MONITORING_SUPPORT : false
25242524 - SCANNER_SUPPORT : true
25252525 - ROX_BASELINE_GENERATION_DURATION : 1m
@@ -2936,7 +2936,7 @@ jobs:
29362936 resource_class : small
29372937 environment :
29382938 - GCP_IMAGE_TYPE : " COS"
2939- - POD_SECURITY_POLICIES : " true "
2939+ - POD_SECURITY_POLICIES : " false "
29402940 steps :
29412941 - checkout
29422942 - check-backend-changes
@@ -2946,27 +2946,27 @@ jobs:
29462946 - provision-gke-cluster :
29472947 cluster-id : api-e2e-tests
29482948
2949- provision-gke-api-e2e-tests-no -psps :
2949+ provision-gke-api-e2e-tests-with -psps :
29502950 executor : custom
29512951 resource_class : small
29522952 environment :
29532953 - GCP_IMAGE_TYPE : " COS"
2954- - POD_SECURITY_POLICIES : " false "
2954+ - POD_SECURITY_POLICIES : " true "
29552955 steps :
29562956 - checkout
29572957 - check-backend-changes
29582958 - check-label-to-skip-tests :
29592959 label : ci-no-qa-tests
29602960
29612961 - provision-gke-cluster :
2962- cluster-id : api-e2e-tests-no -psps
2962+ cluster-id : api-e2e-tests-with -psps
29632963
29642964 provision-gke-postgres-api-e2e-tests :
29652965 executor : custom
29662966 resource_class : small
29672967 environment :
29682968 - GCP_IMAGE_TYPE : " COS"
2969- - POD_SECURITY_POLICIES : " true "
2969+ - POD_SECURITY_POLICIES : " false "
29702970 steps :
29712971 - checkout
29722972 - check-backend-changes
@@ -3345,7 +3345,7 @@ jobs:
33453345 resource_class : small
33463346 environment :
33473347 GCP_IMAGE_TYPE : " COS"
3348- POD_SECURITY_POLICIES : " true "
3348+ POD_SECURITY_POLICIES : " false "
33493349 steps :
33503350 - checkout
33513351 - check-backend-changes
@@ -3626,7 +3626,7 @@ jobs:
36263626 - check-label-to-skip-tests :
36273627 label : ci-no-qa-tests
36283628
3629- gke-api-e2e-tests-no -psps :
3629+ gke-api-e2e-tests-with -psps :
36303630 executor : custom
36313631 environment :
36323632 - LOCAL_PORT : 443
@@ -3640,17 +3640,17 @@ jobs:
36403640 - ADMISSION_CONTROLLER_UPDATES : true
36413641 - ROX_NETWORK_BASELINE_OBSERVATION_PERIOD : 2m
36423642 - ROX_NEW_POLICY_CATEGORIES : true
3643- - POD_SECURITY_POLICIES : false
3643+ - POD_SECURITY_POLICIES : true
36443644
36453645 steps :
36463646 - run-qa-tests :
3647- cluster-id : api-e2e-tests-no -psps
3647+ cluster-id : api-e2e-tests-with -psps
36483648 sensor-deploy-flavor : helm
36493649 determine-whether-to-run :
36503650 - check-label-to-skip-tests :
36513651 label : ci-no-qa-tests
36523652 - run-qa-tests :
3653- cluster-id : api-e2e-tests-no -psps
3653+ cluster-id : api-e2e-tests-with -psps
36543654 sensor-deploy-flavor : kubectl
36553655 determine-whether-to-run :
36563656 - check-label-to-skip-tests :
@@ -4889,15 +4889,15 @@ workflows:
48894889 - build-rhacs
48904890 - build-scale-monitoring-and-mock-server
48914891 - provision-gke-api-e2e-tests
4892- - provision-gke-api-e2e-tests-no -psps :
4892+ - provision-gke-api-e2e-tests-with -psps :
48934893 << : *runOnAllTagsWithQuayIOPullCtx
4894- - gke-api-e2e-tests-no -psps :
4894+ - gke-api-e2e-tests-with -psps :
48954895 << : *runOnAllTagsWithQuayIOPullCtx
48964896 requires :
48974897 - build-stackrox
48984898 - build-rhacs
48994899 - build-scale-monitoring-and-mock-server
4900- - provision-gke-api-e2e-tests-no -psps
4900+ - provision-gke-api-e2e-tests-with -psps
49014901 - provision-gke-postgres-api-e2e-tests :
49024902 << : *runOnAllTagsWithQuayIOPullCtx
49034903 - gke-postgres-api-e2e-tests :
0 commit comments