Change Azure auth method for e2e test (#276)

This commit is contained in:
Paul Meyer 2022-10-14 14:44:32 +02:00 committed by GitHub
parent 0c65e41dae
commit 8cf8b5db12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -6,6 +6,13 @@ on:
workflow_dispatch:
schedule:
- cron: "0 19 * * 0"
env:
ARM_CLIENT_ID: "b657a00e-813a-4dc7-9b09-fa498a254d71"
ARM_CLIENT_SECRET: ${{ secrets.AZURE_E2E_CLIENT_SECRET }}
ARM_SUBSCRIPTION_ID: "0d202bbb-4fa7-4af8-8125-58c269a05435"
ARM_TENANT_ID: "adb650a8-5da3-4b15-b4b0-3daf65ff7626"
jobs:
test-other-versions:
strategy:

View File

@ -4,6 +4,13 @@ on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 2-6"
env:
ARM_CLIENT_ID: "b657a00e-813a-4dc7-9b09-fa498a254d71"
ARM_CLIENT_SECRET: ${{ secrets.AZURE_E2E_CLIENT_SECRET }}
ARM_SUBSCRIPTION_ID: "0d202bbb-4fa7-4af8-8125-58c269a05435"
ARM_TENANT_ID: "adb650a8-5da3-4b15-b4b0-3daf65ff7626"
jobs:
test-default:
runs-on: ubuntu-latest