Skip to content

Commit

Permalink
(cicd): Enabled ZS3 tenant CICD (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr authored Aug 29, 2023
1 parent b5fce4c commit 0f44a7b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,26 @@ on:
- cron: '0 13 * * 1-5' # UTC

jobs:
zs2-tests:
uses: ./.github/workflows/reuse-zia-tests.yml
with:
environment: ZS2_CLOUD
secrets:
ZIA_USERNAME: ${{ secrets.ZIA_USERNAME }}
ZIA_PASSWORD: ${{ secrets.ZIA_PASSWORD }}
ZIA_API_KEY: ${{ secrets.ZIA_API_KEY }}
ZIA_CLOUD: ${{ secrets.ZIA_CLOUD }}
TF_ACC: ${{ secrets.TF_ACC }}
# zs3-tests:
# zs2-tests:
# uses: ./.github/workflows/reuse-zia-tests.yml
# with:
# environment: ZS3_CLOUD
# environment: ZS2_CLOUD
# secrets:
# ZIA_USERNAME: ${{ secrets.ZIA_USERNAME }}
# ZIA_PASSWORD: ${{ secrets.ZIA_PASSWORD }}
# ZIA_API_KEY: ${{ secrets.ZIA_API_KEY }}
# ZIA_CLOUD: ${{ secrets.ZIA_CLOUD }}
# TF_ACC: ${{ secrets.TF_ACC }}
zs3-tests:
uses: ./.github/workflows/reuse-zia-tests.yml
with:
environment: ZS3_CLOUD
secrets:
ZIA_USERNAME: ${{ secrets.ZIA_USERNAME }}
ZIA_PASSWORD: ${{ secrets.ZIA_PASSWORD }}
ZIA_API_KEY: ${{ secrets.ZIA_API_KEY }}
ZIA_CLOUD: ${{ secrets.ZIA_CLOUD }}
TF_ACC: ${{ secrets.TF_ACC }}
# zs-beta-tests:
# uses: ./.github/workflows/reuse-zia-tests.yml
# with:
Expand Down

0 comments on commit 0f44a7b

Please sign in to comment.