Skip to content

ci: avoid triggered-by-schedule and triggered-by-merge builds cancelling each other - #1077

Merged
rapids-bot[bot] merged 2 commits into
rapidsai:mainfrom
jameslamb:nightly-builds
Aug 20, 2026
Merged

ci: avoid triggered-by-schedule and triggered-by-merge builds cancelling each other#1077
rapids-bot[bot] merged 2 commits into
rapidsai:mainfrom
jameslamb:nightly-builds

Conversation

@jameslamb

Copy link
Copy Markdown
Member

Contributes to rapidsai/build-planning#278

Today, merging a PR while the nightly build is in progress can lead to it being cancelled.
This updates CI configurations to prevent that.

@jameslamb jameslamb changed the title WIP: ci: avoid triggered-by-schedule and triggered-by-merge builds cancelling each other ci: avoid triggered-by-schedule and triggered-by-merge builds cancelling each other Aug 19, 2026
@jameslamb jameslamb added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Aug 19, 2026
@jameslamb
jameslamb marked this pull request as ready for review August 19, 2026 01:50
@jameslamb
jameslamb requested a review from a team as a code owner August 19, 2026 01:50
@jameslamb
jameslamb requested a review from msarahan August 19, 2026 01:50
@jameslamb
jameslamb removed the request for review from msarahan August 19, 2026 14:41
@jameslamb

jameslamb commented Aug 19, 2026

Copy link
Copy Markdown
Member Author

hmmmm I'm still seeing failures like this:

The following tests FAILED:
	1184 - offline-build-makefile (Failed)                   examples makefile
	1186 - offline-build-ninja (Failed)                      examples ninja
	1188 - offline-build-ninja_multi-config (Failed)         examples ninja_multi-config
	1190 - pin-dependencies-makefile (Failed)                examples makefile
	1192 - pin-dependencies-ninja (Failed)                   examples ninja
	1194 - pin-dependencies-ninja_multi-config (Failed)      examples ninja_multi-config
...
    /__w/rapids-cmake/rapids-cmake/build/examples/pin-dependencies-makefile-build/_deps/cccl-src/lib/cmake/libcudacxx/../../../libcudacxx/include/cuda/std/__cccl/compiler.h:184:30: error: The <cuda/stream_ref> header is deprecated and will be removed in the next major release. The contents were moved to <cuda/stream>. To ignore this message, define CCCL_IGNORE_DEPRECATED_STREAM_REF_HEADER. [-Werror]
      184 | #  define _CCCL_PRAGMA(_ARG) _Pragma(_CCCL_TO_STRING(_ARG))
          |                              ^~~~~~~

(build link)

I think this is what rapidsai/rmm#2513 was intended to fix. Looking into it.

@jameslamb

Copy link
Copy Markdown
Member Author

/merge

@rapids-bot
rapids-bot Bot merged commit e631e7e into rapidsai:main Aug 20, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants