Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
run: |
./run_tests.sh -t TestDownstreamBasic

test_TestDownstreamProd:
test_TestDownstreamRoles:
needs:
- release
- test_TestOneBasic
Expand Down Expand Up @@ -242,15 +242,15 @@ jobs:
ACME_SERVER_URL: https://acme-v02.api.letsencrypt.org/directory
RANCHER_INSECURE: false
run: |
./run_tests.sh -t TestDownstreamProd
./run_tests.sh -t TestDownstreamRoles

test_Cleanup:
needs:
- release
- test_TestOneBasic
- test_TestProdBasic
- test_TestDownstreamBasic
- test_TestDownstreamProd
- test_TestDownstreamRoles
if: always() && needs.release.outputs.release_pr
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
- test_TestOneBasic
- test_TestProdBasic
- test_TestDownstreamBasic
- test_TestDownstreamProd
- test_TestDownstreamRoles
- test_Cleanup
if: success() && needs.release.outputs.release_pr #Ensure the test jobs succeeded, and that a release PR was created.
runs-on: ubuntu-latest
Expand Down