Skip to content

Commit

Permalink
e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
patelchandni committed May 22, 2024
1 parent ac9595d commit 224d38b
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 12 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/run-e2e-tests-dotnet3-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
paths-ignore:
- '**.md'

permissions:
id-token: write

env:
AZURE_FUNCTIONAPP_NAME: gae-fa-dotnet3-lcon
AZURE_FUNCTIONAPP_PACKAGE_PATH: './tests/e2e/dotnet3'
Expand Down Expand Up @@ -51,7 +54,9 @@ jobs:
- name: 'Login via Azure CLI'
uses: azure/login@v1
with:
creds: ${{ secrets.RBAC_GAE_FA_DOTNET3_LCON }}
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_DOTNET3_LCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_E2E_TESTS }}

- name: E2E Run Azure Functions Action
uses: ./
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/run-e2e-tests-dotnet3-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
paths-ignore:
- '**.md'

permissions:
id-token: write

env:
AZURE_FUNCTIONAPP_NAME: gae-fa-dotnet3-wcon
AZURE_FUNCTIONAPP_PACKAGE_PATH: './tests/e2e/dotnet3'
Expand Down Expand Up @@ -51,7 +54,9 @@ jobs:
- name: 'Login via Azure CLI'
uses: azure/login@v1
with:
creds: ${{ secrets.RBAC_GAE_FA_DOTNET3_WCON }}
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_DOTNET3_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_E2E_TESTS }}

- name: E2E Run Azure Functions Action
uses: ./
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/run-e2e-tests-java8-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
paths-ignore:
- '**.md'

permissions:
id-token: write

env:
AZURE_FUNCTIONAPP_NAME: gae-fa-java8-lcon
POM_XML_DIRECTORY: './tests/e2e/java8'
Expand Down Expand Up @@ -53,7 +56,9 @@ jobs:
- name: 'Login via Azure CLI'
uses: azure/login@v1
with:
creds: ${{ secrets.RBAC_GAE_FA_JAVA8_LCON }}
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_JAVA8_LCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_E2E_TESTS }}

- name: E2E Run Azure Functions Action
uses: ./
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/run-e2e-tests-java8-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
paths-ignore:
- '**.md'

permissions:
id-token: write

env:
AZURE_FUNCTIONAPP_NAME: gae-fa-java8-wcon
POM_XML_DIRECTORY: './tests/e2e/java8'
Expand Down Expand Up @@ -53,7 +56,9 @@ jobs:
- name: 'Login via Azure CLI'
uses: azure/login@v1
with:
creds: ${{ secrets.RBAC_GAE_FA_JAVA8_WCON }}
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_JAVA8_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_E2E_TESTS }}

- name: E2E Run Azure Functions Action
uses: ./
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/run-e2e-tests-node20-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
paths-ignore:
- '**.md'

permissions:
id-token: write

env:
AZURE_FUNCTIONAPP_NAME: gae-fa-node20-lcon
AZURE_FUNCTIONAPP_PACKAGE_PATH: './tests/e2e/node20'
Expand Down Expand Up @@ -53,7 +56,9 @@ jobs:
- name: 'Login via Azure CLI'
uses: azure/login@v1
with:
creds: ${{ secrets.RBAC_GAE_FA_NODE20_LCON }}
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_NODE20_LCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_E2E_TESTS }}

- name: E2E Run Azure Functions Action
uses: ./
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/run-e2e-tests-node20-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
paths-ignore:
- '**.md'

permissions:
id-token: write

env:
AZURE_FUNCTIONAPP_NAME: gae-fa-node20-wcon
AZURE_FUNCTIONAPP_PACKAGE_PATH: './tests/e2e/node20'
Expand Down Expand Up @@ -53,7 +56,9 @@ jobs:
- name: 'Login via Azure CLI'
uses: azure/login@v1
with:
creds: ${{ secrets.RBAC_GAE_FA_NODE20_WCON }}
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_NODE20_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_E2E_TESTS }}

- name: E2E Run Azure Functions Action
uses: ./
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/run-e2e-tests-powershell6-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
paths-ignore:
- '**.md'

permissions:
id-token: write

env:
AZURE_FUNCTIONAPP_NAME: gae-fa-powershell6-wcon
AZURE_FUNCTIONAPP_PACKAGE_PATH: './tests/e2e/powershell6'
Expand Down Expand Up @@ -44,7 +47,9 @@ jobs:
- name: 'Login via Azure CLI'
uses: azure/login@v1
with:
creds: ${{ secrets.RBAC_GAE_FA_POWERSHELL6_WCON }}
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_POWERSHELL6_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_E2E_TESTS }}

- name: E2E Run Azure Functions Action
uses: ./
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests-python310-flexcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_PYTHON310_FLEXCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_PYTHON310_FLEXCON }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_PYTHON310_FLEXCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_E2E_TESTS }}

- name: E2E Run Azure Functions Action
uses: ./
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests-python310-lcon-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_PYTHON310_LCON_MSI }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_PYTHON310_LCON_MSI }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_PYTHON310_LCON_MSI }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_E2E_TESTS }}

- name: E2E Run Azure Functions Action
uses: ./
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/run-e2e-tests-python37-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
paths-ignore:
- '**.md'

permissions:
id-token: write

env:
AZURE_FUNCTIONAPP_NAME: gae-fa-python37-lcon
AZURE_FUNCTIONAPP_PACKAGE_PATH: './tests/e2e/python37'
Expand Down Expand Up @@ -52,7 +55,9 @@ jobs:
- name: 'Login via Azure CLI'
uses: azure/login@v1
with:
creds: ${{ secrets.RBAC_GAE_FA_PYTHON37_LCON }}
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_PYTHON37_LCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_E2E_TESTS }}

- name: E2E Run Azure Functions Action
uses: ./
Expand Down

0 comments on commit 224d38b

Please sign in to comment.