Skip to content

Commit 4040cd3

Browse files
authored
Disable AKS e2e tests (#191)
1 parent 65fa24a commit 4040cd3

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -201,16 +201,6 @@ jobs:
201201
target_environment: ${{ inputs.target_environment }}
202202
aws_pcr0: ${{ inputs.aws_pcr0 }}
203203

204-
- name: Prepare AKS metadata
205-
id: prepare_aks_metadata
206-
if: ${{ inputs.operator_type == 'aks' }}
207-
uses: IABTechLab/uid2-shared-actions/actions/prepare_aks_metadata@v3
208-
with:
209-
operator_image_version: ${{ inputs.operator_image_version }}
210-
target_environment: ${{ inputs.target_environment }}
211-
bore_url_core: ${{ steps.bore.outputs.bore_url_core }}
212-
bore_url_optout: ${{ steps.bore.outputs.bore_url_optout }}
213-
214204
- name: Bring up Docker Compose
215205
id: docker-compose
216206
if: ${{ inputs.target_environment == 'mock' }}
@@ -265,14 +255,6 @@ jobs:
265255
target_environment: ${{ inputs.target_environment }}
266256
operator_key: ${{ steps.prepare_aws_metadata.outputs.operator_key }}
267257

268-
- name: Start AKS private operator
269-
id: start_aks_private_operator
270-
if: ${{ inputs.operator_type == 'aks' }}
271-
uses: IABTechLab/uid2-shared-actions/actions/start_aks_private_operator@v3
272-
with:
273-
template_file: ${{ steps.prepare_aks_metadata.outputs.template_file }}
274-
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
275-
276258
- name: Decide E2E test environment variables
277259
id: decide_env_var
278260
shell: bash
@@ -376,9 +358,3 @@ jobs:
376358
with:
377359
aws_stack_name: ${{ needs.e2e-test.outputs.aws_stack_name }}
378360
aws_region: ${{ inputs.aws_region }}
379-
380-
- name: Stop AKS operator
381-
if: ${{ inputs.operator_type == 'aks' }}
382-
uses: IABTechLab/uid2-shared-actions/actions/stop_aks_private_operator@v3
383-
with:
384-
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}

0 commit comments

Comments
 (0)