Skip to content

Commit 5f6d22b

Browse files
authored
Merge pull request #1608 from IABTechLab/gdm-UID2-5040-e2e
Updated E2E test pipeline
2 parents 375de1a + cba7abf commit 5f6d22b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/run-e2e-tests-on-operator.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ on:
2828
- mock
2929
- integ
3030
- prod
31-
operator_shutdown:
32-
description: PRIVATE OPERATORS ONLY - If true, will automatically shut down operators after E2E tests. If false, remember to manually clean up the operator.
31+
delay_operator_shutdown:
32+
description: PRIVATE OPERATORS ONLY - If true, will delay operator shutdown by 24 hours.
3333
required: true
3434
type: boolean
35-
default: true
35+
default: false
3636
operator_image_version:
3737
description: 'Image: Operator image version (for gcp/azure, set appropriate image)'
3838
type: string
@@ -79,10 +79,10 @@ on:
7979
description: PRIVATE OPERATORS ONLY - The target environment [mock, integ, prod]
8080
type: string
8181
default: mock
82-
operator_shutdown:
83-
description: PRIVATE OPERATORS ONLY - If true, will automatically shut down operators after E2E tests. If false, remember to manually clean up the operator.
82+
delay_operator_shutdown:
83+
description: PRIVATE OPERATORS ONLY - If true, will delay operator shutdown by 24 hours.
8484
type: boolean
85-
default: true
85+
default: false
8686
operator_image_version:
8787
description: 'Image: Operator image version (for gcp/azure, set appropriate image)'
8888
type: string
@@ -122,7 +122,7 @@ jobs:
122122
operator_type: ${{ inputs.operator_type }}
123123
identity_scope: ${{ inputs.identity_scope }}
124124
target_environment: ${{ inputs.target_environment }}
125-
operator_shutdown: ${{ inputs.operator_shutdown }}
125+
delay_operator_shutdown: ${{ inputs.delay_operator_shutdown }}
126126
operator_image_version: ${{ inputs.operator_image_version }}
127127
core_image_version: ${{ inputs.core_image_version }}
128128
optout_image_version: ${{ inputs.optout_image_version }}

0 commit comments

Comments
 (0)