Skip to content

Commit

Permalink
Merge branch 'sebastian/prod-2721-think-up-a-test-strategy-for-plural…
Browse files Browse the repository at this point in the history
…-up' of github.com:pluralsh/plural-cli into sebastian/prod-2721-think-up-a-test-strategy-for-plural-up
  • Loading branch information
floreks committed Nov 26, 2024
2 parents 69af990 + 05b3e3e commit 06e4491
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
PLURAL_UP_AFFIRM_DEPLOY: true
TESTOUT_PATH: /home/runner/testout
SSH_PATH: /home/runner/.ssh
VENOM_VAR_pluralHome: /home/runner/.plural
VENOM_VAR_directory: /home/runner/testout/azure
VENOM_VAR_gitRepo: [email protected]:pluralsh/plural-cli-e2e.git
VENOM_VAR_gitRepoPrivateKeyPath: /home/runner/.ssh/github_actions
Expand Down Expand Up @@ -52,6 +53,7 @@ jobs:
- name: Setup Plural CLI
run: |
make install-cli
mkdir -p $VENOM_VAR_pluralHome
plural version
- name: Print Terraform version
run: terraform --version
Expand All @@ -70,12 +72,12 @@ jobs:
VENOM_VAR_username: ''
VENOM_VAR_email: ''
VENOM_VAR_token: ''
VENOM_VAR_pluralHome: ${{ env.HOME }}/.plural
run: venom run -vv --html-report --format=json --output-dir ${{ env.TESTOUT_PATH }} --stop-on-failure test/plural
- name: Upload test log
if: always()
uses: actions/upload-artifact@v4
with:
name: gcp.log
path: ${{ env.TESTOUT_PATH }}/venom.log
plural-up-azure:
name: plural up / Azure
Expand Down Expand Up @@ -108,6 +110,7 @@ jobs:
- name: Setup Plural CLI
run: |
make install-cli
mkdir -p $VENOM_VAR_pluralHome
plural version
- name: Print Terraform version
run: terraform --version
Expand All @@ -131,10 +134,10 @@ jobs:
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: ${{ env.HOME }}/.plural
run: venom run -vv --html-report --format=json --output-dir ${{ env.TESTOUT_PATH }} --stop-on-failure test/plural
- name: Upload test log
if: always()
uses: actions/upload-artifact@v4
with:
name: azure.log
path: ${{ env.TESTOUT_PATH }}/venom.log

0 comments on commit 06e4491

Please sign in to comment.