Skip to content

ci: move timing tests to nightly gauntlet #7910

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

Merged
merged 2 commits into from
Jun 8, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
fixup! ci: move timing tests to nightly gauntlet
  • Loading branch information
ammario committed Jun 8, 2023
commit efad07892181d7d2655236a5d29f209d2b88b35d
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branch:
- nightly-gauntlet
jobs:
test-go-race:
go-race:
# While GitHub's toaster runners are likelier to flake, we want consistency
# between this environment and the regular test environment for DataDog
# statistics and to only show real workflow threats.
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
with:
api-key: ${{ secrets.DATADOG_API_KEY }}

test-go-timing:
go-timing:
# We run these tests with p=1 so we don't need a lot of compute.
runs-on: "buildjet-2vcpu-ubuntu-2204"
timeout-minutes: 10
Expand Down