Skip to content

Commit

Permalink
initial test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 22, 2024
1 parent f9ce08e commit 2c363d6
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c363d6

Please sign in to comment.