Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): pin CI to test scheduler release v1 #12228

Merged
merged 1 commit into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
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
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
Loading