Skip to content

Commit

Permalink
#1793 Add CloudProvider for E2E tests
Browse files Browse the repository at this point in the history
Add CloudProvider config for E2E tests
Add Azure in the current test pipeline (a new AWS test pipeline will be created in the next feature)
  • Loading branch information
delager committed Mar 27, 2023
1 parent 14ac2aa commit 762f946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ jobs:
IOTHUB__EVENTHUB__ENDPOINT: ${{ secrets.IOTHUB__EVENTHUB__ENDPOINT }}
LORAKEYMANAGEMENT__CODE: ${{ secrets.LORAKEYMANAGEMENT__CODE }}
IDEAS__AUTHENTICATION__TOKEN: ${{ secrets.IDEAS__AUTHENTICATION__TOKEN }}

CLOUDPROVIDER: Azure

- name: Wait until portal is up
run: |
Expand Down
1 change: 1 addition & 0 deletions src/e2e-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ services:
IoTHub__EventHub__Endpoint: "${IOTHUB__EVENTHUB__ENDPOINT}"
LoRaKeyManagement__Code: "${LORAKEYMANAGEMENT__CODE}"
Ideas__Authentication__Token: "${IDEAS__AUTHENTICATION__TOKEN}"
CloudProvider: "${CLOUDPROVIDER}"
depends_on:
- "database"
ports:
Expand Down

0 comments on commit 762f946

Please sign in to comment.