Skip to content

Commit e5c3492

Browse files
clean up
1 parent a23e0b0 commit e5c3492

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Checkout uid2-shared-actions repo
152152
uses: actions/checkout@v4
153153
with:
154-
ref: sch-UID2-6632-load-test-private-operator
154+
ref: v3
155155
repository: IABTechLab/uid2-shared-actions
156156
path: uid2-shared-actions
157157

@@ -180,7 +180,7 @@ jobs:
180180
- name: Prepare GCP metadata
181181
id: prepare_gcp_metadata
182182
if: ${{ inputs.operator_type == 'gcp' }}
183-
uses: IABTechLab/uid2-shared-actions/actions/prepare_gcp_metadata@sch-UID2-6632-load-test-private-operator
183+
uses: IABTechLab/uid2-shared-actions/actions/prepare_gcp_metadata@v3
184184
with:
185185
operator_image_version: ${{ inputs.operator_image_version }}
186186
target_environment: ${{ inputs.target_environment }}
@@ -190,15 +190,15 @@ jobs:
190190
- name: Prepare Azure metadata
191191
id: prepare_azure_metadata
192192
if: ${{ inputs.operator_type == 'azure' }}
193-
uses: IABTechLab/uid2-shared-actions/actions/prepare_azure_metadata@sch-UID2-6632-load-test-private-operator
193+
uses: IABTechLab/uid2-shared-actions/actions/prepare_azure_metadata@v3
194194
with:
195195
operator_image_version: ${{ inputs.operator_image_version }}
196196
target_environment: ${{ inputs.target_environment }}
197197

198198
- name: Prepare AWS metadata
199199
id: prepare_aws_metadata
200200
if: ${{ inputs.operator_type == 'aws' }}
201-
uses: IABTechLab/uid2-shared-actions/actions/prepare_aws_metadata@sch-UID2-6632-load-test-private-operator
201+
uses: IABTechLab/uid2-shared-actions/actions/prepare_aws_metadata@v3
202202
with:
203203
identity_scope: ${{ inputs.identity_scope }}
204204
target_environment: ${{ inputs.target_environment }}
@@ -207,7 +207,7 @@ jobs:
207207
- name: Start AKS cluster
208208
id: start_aks_cluster
209209
if: ${{ inputs.operator_type == 'aks' }}
210-
uses: IABTechLab/uid2-shared-actions/actions/start_aks_cluster@sch-UID2-6632-load-test-private-operator
210+
uses: IABTechLab/uid2-shared-actions/actions/start_aks_cluster@v3
211211
with:
212212
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
213213
run_id: ${{ github.run_id }}
@@ -226,7 +226,7 @@ jobs:
226226
- name: Prepare AKS metadata
227227
id: prepare_aks_metadata
228228
if: ${{ inputs.operator_type == 'aks' }}
229-
uses: IABTechLab/uid2-shared-actions/actions/prepare_aks_metadata@sch-UID2-6632-load-test-private-operator
229+
uses: IABTechLab/uid2-shared-actions/actions/prepare_aks_metadata@v3
230230
with:
231231
operator_image_version: ${{ inputs.operator_image_version }}
232232
target_environment: ${{ inputs.target_environment }}
@@ -254,7 +254,7 @@ jobs:
254254
- name: Start GCP private operator
255255
id: start_gcp_private_operator
256256
if: ${{ inputs.operator_type == 'gcp' }}
257-
uses: IABTechLab/uid2-shared-actions/actions/start_gcp_private_operator@sch-UID2-6632-load-test-private-operator
257+
uses: IABTechLab/uid2-shared-actions/actions/start_gcp_private_operator@v3
258258
with:
259259
bore_url_core: ${{ steps.bore.outputs.bore_url_core }}
260260
bore_url_optout: ${{ steps.bore.outputs.bore_url_optout }}
@@ -266,7 +266,7 @@ jobs:
266266
- name: Start Azure private operator
267267
id: start_azure_private_operator
268268
if: ${{ inputs.operator_type == 'azure' }}
269-
uses: IABTechLab/uid2-shared-actions/actions/start_azure_private_operator@sch-UID2-6632-load-test-private-operator
269+
uses: IABTechLab/uid2-shared-actions/actions/start_azure_private_operator@v3
270270
with:
271271
bore_url_core: ${{ steps.bore.outputs.bore_url_core }}
272272
bore_url_optout: ${{ steps.bore.outputs.bore_url_optout }}
@@ -278,7 +278,7 @@ jobs:
278278
- name: Start AWS private operator
279279
id: start_aws_private_operator
280280
if: ${{ inputs.operator_type == 'aws' }}
281-
uses: IABTechLab/uid2-shared-actions/actions/start_aws_private_operator@sch-UID2-6632-load-test-private-operator
281+
uses: IABTechLab/uid2-shared-actions/actions/start_aws_private_operator@v3
282282
with:
283283
bore_url_core: ${{ steps.bore.outputs.bore_url_core }}
284284
bore_url_optout: ${{ steps.bore.outputs.bore_url_optout }}
@@ -292,7 +292,7 @@ jobs:
292292
- name: Start AKS private operator
293293
id: start_aks_private_operator
294294
if: ${{ inputs.operator_type == 'aks' }}
295-
uses: IABTechLab/uid2-shared-actions/actions/start_aks_private_operator@sch-UID2-6632-load-test-private-operator
295+
uses: IABTechLab/uid2-shared-actions/actions/start_aks_private_operator@v3
296296
with:
297297
template_file: ${{ steps.prepare_aks_metadata.outputs.template_file }}
298298
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
@@ -316,7 +316,7 @@ jobs:
316316
317317
- name: Run E2E tests
318318
id: e2e
319-
uses: IABTechLab/uid2-shared-actions/actions/run_e2e_tests@sch-UID2-6632-load-test-private-operator
319+
uses: IABTechLab/uid2-shared-actions/actions/run_e2e_tests@v3
320320
with:
321321
e2e_network: ${{ steps.decide_env_var.outputs.e2e_network }}
322322
e2e_image_version: ${{ inputs.e2e_image_version }}
@@ -383,7 +383,7 @@ jobs:
383383

384384
- name: Stop GCP private operator
385385
if: ${{ inputs.operator_type == 'gcp' }}
386-
uses: IABTechLab/uid2-shared-actions/actions/stop_gcp_private_operator@sch-UID2-6632-load-test-private-operator
386+
uses: IABTechLab/uid2-shared-actions/actions/stop_gcp_private_operator@v3
387387
with:
388388
gcp_project: ${{ inputs.gcp_project }}
389389
gcp_service_account: ${{ inputs.gcp_service_account }}
@@ -392,21 +392,21 @@ jobs:
392392

393393
- name: Stop Azure private operator
394394
if: ${{ inputs.operator_type == 'azure' }}
395-
uses: IABTechLab/uid2-shared-actions/actions/stop_azure_private_operator@sch-UID2-6632-load-test-private-operator
395+
uses: IABTechLab/uid2-shared-actions/actions/stop_azure_private_operator@v3
396396
with:
397397
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
398398
azure_container_group_name: ${{ needs.e2e-test.outputs.azure_container_group_name }}
399399

400400
- name: Stop AWS private operator
401401
if: ${{ inputs.operator_type == 'aws' }}
402-
uses: IABTechLab/uid2-shared-actions/actions/stop_aws_private_operator@sch-UID2-6632-load-test-private-operator
402+
uses: IABTechLab/uid2-shared-actions/actions/stop_aws_private_operator@v3
403403
with:
404404
aws_stack_name: ${{ needs.e2e-test.outputs.aws_stack_name }}
405405
aws_region: ${{ inputs.aws_region }}
406406

407407
- name: Stop AKS private operator
408408
if: ${{ inputs.operator_type == 'aks' }}
409-
uses: IABTechLab/uid2-shared-actions/actions/stop_aks_private_operator@sch-UID2-6632-load-test-private-operator
409+
uses: IABTechLab/uid2-shared-actions/actions/stop_aks_private_operator@v3
410410
with:
411411
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
412412
run_id: ${{ github.run_id }}

0 commit comments

Comments
 (0)