Skip to content

Commit

Permalink
chore(deps): bump Kong/gateway-test-scheduler from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [Kong/gateway-test-scheduler](https://github.com/kong/gateway-test-scheduler) from 3 to 4.
- [Release notes](https://github.com/kong/gateway-test-scheduler/releases)
- [Commits](Kong/gateway-test-scheduler@69f0c2a...00ab547)

---
updated-dependencies:
- dependency-name: Kong/gateway-test-scheduler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bungle committed Apr 24, 2024
1 parent da87c42 commit 1114526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
repo-path: Kong/gateway-action-storage/main/.ci/runtimes.json

- name: Schedule tests
uses: Kong/gateway-test-scheduler/schedule@69f0c2a562ac44fc3650b8bfa62106b34094b5ce # v3
uses: Kong/gateway-test-scheduler/schedule@00ab5474e9a7d11e21738078ee563856dac2b868 # v4
with:
test-suites-file: .ci/test_suites.json
test-file-runtime-file: .ci/runtimes.json
Expand Down Expand Up @@ -290,7 +290,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@69f0c2a562ac44fc3650b8bfa62106b34094b5ce # v3
uses: Kong/gateway-test-scheduler/runner@00ab5474e9a7d11e21738078ee563856dac2b868 # v4
with:
tests-to-run-file: test-chunk.${{ matrix.runner }}.json
failed-test-files-file: ${{ env.FAILED_TEST_FILES_FILE }}
Expand Down
2 changes: 1 addition & 1 deletion .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@69f0c2a562ac44fc3650b8bfa62106b34094b5ce # v3
uses: Kong/gateway-test-scheduler/analyze@00ab5474e9a7d11e21738078ee563856dac2b868 # v4
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
Expand Down

0 comments on commit 1114526

Please sign in to comment.