Skip to content

Commit

Permalink
chore(ci): pin CI to test scheduler release v1 (#12228)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner authored Dec 19, 2023
1 parent c380038 commit ffea959
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ jobs:
uses: actions/checkout@v4

- name: Download runtimes file
uses: Kong/gh-storage/download@main
uses: Kong/gh-storage/download@v1
with:
repo-path: Kong/gateway-action-storage/main/.ci/runtimes.json

- name: Schedule tests
uses: Kong/gateway-test-scheduler/schedule@main
uses: Kong/gateway-test-scheduler/schedule@v1
with:
test-suites-file: .ci/test_suites.json
test-file-runtime-file: .ci/runtimes.json
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
DD_CIVISIBILITY_AGENTLESS_ENABLED: true
DD_TRACE_GIT_METADATA_ENABLED: true
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
uses: Kong/gateway-test-scheduler/runner@main
uses: Kong/gateway-test-scheduler/runner@v1
with:
tests-to-run-file: test-chunk.${{ matrix.runner }}.json
failed-test-files-file: ${{ env.FAILED_TEST_FILES_FILE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-test-runtime-statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
token: ${{ secrets.PAT }}

- name: Process statistics
uses: Kong/gateway-test-scheduler/analyze@main
uses: Kong/gateway-test-scheduler/analyze@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
Expand All @@ -28,7 +28,7 @@ jobs:
artifact-name-regexp: "^test-runtime-statistics-\\d+$"

- name: Upload new runtimes file
uses: Kong/gh-storage/upload@main
uses: Kong/gh-storage/upload@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
Expand Down

0 comments on commit ffea959

Please sign in to comment.