Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Oct 3, 2023
1 parent 6ebf21f commit ff9b10c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ jobs:

cmx-versions:
runs-on: ubuntu-20.04
needs: [ enable-tests, can-run-ci ]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -620,7 +621,7 @@ jobs:
needs: [ enable-tests, can-run-ci, build-push-kotsadm-image, build-e2e, build-kurl-proxy, build-migrations, push-minio, push-mc, push-rqlite, cmx-versions ]
uses: ./.github/workflows/compatibility-tests.yaml
with:
versions-to-test: ${{ fromJson(needs.cmx-versions.outputs.versions-to-test) }}
versions-to-test: ${{ needs.cmx-versions.outputs.versions-to-test }}
secrets:
TESTIM_ACCESS_TOKEN: ${{ secrets.TESTIM_ACCESS_TOKEN }}
E2E_SUPPORT_BUNDLE_AWS_ACCESS_KEY_ID: ${{ secrets.E2E_SUPPORT_BUNDLE_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit ff9b10c

Please sign in to comment.