-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9ce08e
commit 2c363d6
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,4 +70,24 @@ jobs: | |
auth-type: IDENTITY | ||
client-id: ${{ secrets.E2E_AZURE_CLIENT_ID }} | ||
tenant-id: ${{ secrets.E2E_AZURE_TENANT_ID }} | ||
subscription-id: ${{ secrets.E2E_AZURE_SUBSCRIPTION_ID }} | ||
subscription-id: ${{ secrets.E2E_AZURE_SUBSCRIPTION_ID }} | ||
# - name: Run tests | ||
# env: | ||
# VENOM_VAR_provider: azure | ||
# VENOM_VAR_region: eastus | ||
# VENOM_VAR_azureTenantId: ${{ secrets.E2E_AZURE_TENANT_ID }} | ||
# VENOM_VAR_azureSubscriptionId: ${{ secrets.E2E_AZURE_SUBSCRIPTION_ID }} | ||
# VENOM_VAR_azureStorageAccount: e2e-123 # Use timestamp for uniqueness | ||
# VENOM_VAR_project: e2e-123 # Use timestamp for uniqueness | ||
# VENOM_VAR_directory: ${{ HOME }}/testout/azure # Check if it works | ||
# VENOM_VAR_gitRepo: [email protected]:pluralsh/plural-cli-e2e.git | ||
# VENOM_VAR_gitRepoPrivateKey: ${{ secrets.E2E_REPO_PRIVATE_KEY }} | ||
# VENOM_VAR_privateKeyPath: '' # Put data from the secret above in a file and reference it here | ||
# VENOM_VAR_branch: e2e-azure-123 # Use timestamp for uniqueness | ||
# VENOM_VAR_username: ${{ secrets.E2E_AZURE_SA_USERNAME }} | ||
# VENOM_VAR_email: ${{ secrets.E2E_AZURE_SA_EMAIL }} | ||
# VENOM_VAR_token: ${{ secrets.E2E_AZURE_SA_TOKEN }} | ||
# VENOM_VAR_pluralHome: ${{ HOME }}/.plural # Check if it works | ||
# PLURAL_LOGIN_AFFIRM_CURRENT_USER: true | ||
# PLURAL_UP_AFFIRM_DEPLOY: true | ||
# run: venom run -v --output-dir ${HOME}/testout --stop-on-failure test/plural |