Skip to content

Commit 11a9963

Browse files
update ref
1 parent e7a8eb3 commit 11a9963

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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@v3
210+
uses: IABTechLab/uid2-shared-actions/actions/start_aks_cluster@sch-UID2-6632-load-test-private-operator
211211
with:
212212
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
213213
run_id: ${{ github.run_id }}
@@ -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@v3
386+
uses: IABTechLab/uid2-shared-actions/actions/stop_gcp_private_operator@sch-UID2-6632-load-test-private-operator
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@v3
395+
uses: IABTechLab/uid2-shared-actions/actions/stop_azure_private_operator@sch-UID2-6632-load-test-private-operator
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@v3
402+
uses: IABTechLab/uid2-shared-actions/actions/stop_aws_private_operator@sch-UID2-6632-load-test-private-operator
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@v3
409+
uses: IABTechLab/uid2-shared-actions/actions/stop_aks_private_operator@sch-UID2-6632-load-test-private-operator
410410
with:
411411
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
412412
run_id: ${{ github.run_id }}

0 commit comments

Comments
 (0)