Skip to content

Commit 8fbbd9d

Browse files
committed
Reverted branch deployment
1 parent b57adaf commit 8fbbd9d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/shared-run-e2e-tests.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: Checkout uid2-shared-actions repo
136136
uses: actions/checkout@v4
137137
with:
138-
ref: gdm-UID2-5050-e2e
138+
ref: v3
139139
repository: IABTechLab/uid2-shared-actions
140140
path: uid2-shared-actions
141141

@@ -164,7 +164,7 @@ jobs:
164164
- name: Prepare GCP metadata
165165
id: prepare_gcp_metadata
166166
if: ${{ inputs.operator_type == 'gcp' }}
167-
uses: IABTechLab/uid2-shared-actions/actions/prepare_gcp_metadata@gdm-UID2-5050-e2e
167+
uses: IABTechLab/uid2-shared-actions/actions/prepare_gcp_metadata@v3
168168
with:
169169
operator_image_version: ${{ inputs.operator_image_version }}
170170
target_environment: ${{ inputs.target_environment }}
@@ -174,15 +174,15 @@ jobs:
174174
- name: Prepare Azure metadata
175175
id: prepare_azure_metadata
176176
if: ${{ inputs.operator_type == 'azure' }}
177-
uses: IABTechLab/uid2-shared-actions/actions/prepare_azure_metadata@gdm-UID2-5050-e2e
177+
uses: IABTechLab/uid2-shared-actions/actions/prepare_azure_metadata@v3
178178
with:
179179
operator_image_version: ${{ inputs.operator_image_version }}
180180
target_environment: ${{ inputs.target_environment }}
181181

182182
- name: Prepare AWS metadata
183183
id: prepare_aws_metadata
184184
if: ${{ inputs.operator_type == 'aws' }}
185-
uses: IABTechLab/uid2-shared-actions/actions/prepare_aws_metadata@gdm-UID2-5050-e2e
185+
uses: IABTechLab/uid2-shared-actions/actions/prepare_aws_metadata@v3
186186
with:
187187
identity_scope: ${{ inputs.identity_scope }}
188188
target_environment: ${{ inputs.target_environment }}
@@ -191,7 +191,7 @@ jobs:
191191
- name: Prepare AKS metadata
192192
id: prepare_aks_metadata
193193
if: ${{ inputs.operator_type == 'aks' }}
194-
uses: IABTechLab/uid2-shared-actions/actions/prepare_aks_metadata@gdm-UID2-5050-e2e
194+
uses: IABTechLab/uid2-shared-actions/actions/prepare_aks_metadata@v3
195195
with:
196196
operator_image_version: ${{ inputs.operator_image_version }}
197197
target_environment: ${{ inputs.target_environment }}
@@ -217,7 +217,7 @@ jobs:
217217
- name: Start GCP private operator
218218
id: start_gcp_private_operator
219219
if: ${{ inputs.operator_type == 'gcp' }}
220-
uses: IABTechLab/uid2-shared-actions/actions/start_gcp_private_operator@gdm-UID2-5050-e2e
220+
uses: IABTechLab/uid2-shared-actions/actions/start_gcp_private_operator@v3
221221
with:
222222
bore_url_core: ${{ steps.bore.outputs.bore_url_core }}
223223
bore_url_optout: ${{ steps.bore.outputs.bore_url_optout }}
@@ -229,7 +229,7 @@ jobs:
229229
- name: Start Azure private operator
230230
id: start_azure_private_operator
231231
if: ${{ inputs.operator_type == 'azure' }}
232-
uses: IABTechLab/uid2-shared-actions/actions/start_azure_private_operator@gdm-UID2-5050-e2e
232+
uses: IABTechLab/uid2-shared-actions/actions/start_azure_private_operator@v3
233233
with:
234234
bore_url_core: ${{ steps.bore.outputs.bore_url_core }}
235235
bore_url_optout: ${{ steps.bore.outputs.bore_url_optout }}
@@ -241,7 +241,7 @@ jobs:
241241
- name: Start AWS private operator
242242
id: start_aws_private_operator
243243
if: ${{ inputs.operator_type == 'aws' }}
244-
uses: IABTechLab/uid2-shared-actions/actions/start_aws_private_operator@gdm-UID2-5050-e2e
244+
uses: IABTechLab/uid2-shared-actions/actions/start_aws_private_operator@v3
245245
with:
246246
bore_url_core: ${{ steps.bore.outputs.bore_url_core }}
247247
bore_url_optout: ${{ steps.bore.outputs.bore_url_optout }}
@@ -255,7 +255,7 @@ jobs:
255255
- name: Start AKS private operator
256256
id: start_aks_private_operator
257257
if: ${{ inputs.operator_type == 'aks' }}
258-
uses: IABTechLab/uid2-shared-actions/actions/start_aks_private_operator@gdm-UID2-5050-e2e
258+
uses: IABTechLab/uid2-shared-actions/actions/start_aks_private_operator@v3
259259
with:
260260
template_file: ${{ steps.prepare_aks_metadata.outputs.template_file }}
261261
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
@@ -279,7 +279,7 @@ jobs:
279279
280280
- name: Run E2E tests
281281
id: e2e
282-
uses: IABTechLab/uid2-shared-actions/actions/run_e2e_tests@gdm-UID2-5050-e2e
282+
uses: IABTechLab/uid2-shared-actions/actions/run_e2e_tests@v3
283283
with:
284284
e2e_network: ${{ steps.decide_env_var.outputs.e2e_network }}
285285
e2e_image_version: ${{ inputs.e2e_image_version }}

0 commit comments

Comments
 (0)