mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-18 12:04:41 -04:00
Change Azure auth method for e2e test (#276)
This commit is contained in:
parent
0c65e41dae
commit
8cf8b5db12
2 changed files with 14 additions and 0 deletions
7
.github/workflows/e2e-test-azure-weekly.yml
vendored
7
.github/workflows/e2e-test-azure-weekly.yml
vendored
|
@ -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:
|
||||
|
|
7
.github/workflows/e2e-test-azure.yml
vendored
7
.github/workflows/e2e-test-azure.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue