Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(ci): add nightly race execution. Fixes #13661#15568

Open
miltalex wants to merge 1 commit intoargoproj:mainfrom
miltalex:feat/nightly-builds
Open

chore(ci): add nightly race execution. Fixes #13661#15568
miltalex wants to merge 1 commit intoargoproj:mainfrom
miltalex:feat/nightly-builds

Conversation

Copy link
Member

miltalex commented Feb 15, 2026 *
edited
Loading

Fixes #13661

Motivation

Enable Go's race detector in CI on a nightly schedule to surface data races without slowing down per-PR checks.

Modifications

  • Added a reusable workflow for CI test suites (.github/workflows/reusable-ci-tests.yaml) so both PR and nightly runs share the same logic.
  • Added a scheduled nightly workflow (.github/workflows/ci-build-race-nightly.yaml) that runs unit + E2E suites with race-enabled: true (cron 0 5 * * * UTC).
  • Wired ci-build.yaml to use the reusable workflow and preserved existing conditional behavior.
  • Added GO_TEST_RACE to the Makefile to toggle -race for gotestsum-based runs.

Verification

  • Not run locally (CI to validate).

Documentation

  • No documentation changes.

miltalex changed the title feat: add nightly race execution chore(ci): add nightly race execution Feb 15, 2026
miltalex marked this pull request as ready for review February 16, 2026 17:14
miltalex force-pushed the feat/nightly-builds branch from 4e35246 to dfa429e Compare February 16, 2026 17:14
miltalex changed the title chore(ci): add nightly race execution chore(ci): add nightly race execution. Fixes #13661 Feb 16, 2026
miltalex force-pushed the feat/nightly-builds branch from dfa429e to 7da5a2c Compare February 18, 2026 08:43
Signed-off-by: Miltiadis Alexis
miltalex force-pushed the feat/nightly-builds branch from 7da5a2c to a6127c5 Compare February 18, 2026 10:23
Copy link
Member Author

miltalex commented Feb 23, 2026

/retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Run Go tests nightly with race detector enabled

1 participant