Skip to content

DAOS-19377 build: make pipeline a runtime feature toggle (#18732) - #18744

Merged
mchaarawi merged 1 commit into
release/2.6from
mschaara/19377-2.6
Jul 30, 2026
Merged

DAOS-19377 build: make pipeline a runtime feature toggle (#18732)#18744
mchaarawi merged 1 commit into
release/2.6from
mschaara/19377-2.6

Conversation

@mchaarawi

Copy link
Copy Markdown
Contributor

Remove the BUILD_PIPELINE compile-time define and replace it with the DAOS_PIPELINE environment variable (disabled by default). The client and server init/fini now enable pipeline support at runtime based on this variable, and the pipeline code is always compiled into libdaos.

Update the pipeline test suites to compile unconditionally and gate execution on DAOS_PIPELINE, and set DAOS_PIPELINE=1 for the client and server when running the daos_test suite.

Steps for the author:

  • Commit message follows the guidelines.
  • Appropriate Features or Test-tag pragmas were used.
  • Appropriate Functional Test Stages were run.
  • At least two positive code reviews including at least one code owner from each category referenced in the PR.
  • Testing is complete. If necessary, forced-landing label added and a reason added in a comment.

After all prior steps are complete:

  • Gatekeeper requested (daos-gatekeeper added as a reviewer).

Remove the BUILD_PIPELINE compile-time define and replace it with the
DAOS_PIPELINE environment variable (disabled by default). The client
and server init/fini now enable pipeline support at runtime based on
this variable, and the pipeline code is always compiled into libdaos.

Update the pipeline test suites to compile unconditionally and gate
execution on DAOS_PIPELINE, and set DAOS_PIPELINE=1 for the client and
server when running the daos_test suite.

Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@hpe.com>
@github-actions

Copy link
Copy Markdown

Ticket title is 'Remove BUILD_PIPELINE and make it a runtime env'
Status is 'Open'
Labels: 'request_for_2.6.5,request_for_2.8'
https://daosio.atlassian.net/browse/DAOS-19377

@mchaarawi mchaarawi added the unclean-cherry-pick Indicates that a cherry-pick had merge conflicts that needed resolving. label Jul 29, 2026
@mchaarawi
mchaarawi marked this pull request as ready for review July 29, 2026 12:51
@mchaarawi
mchaarawi requested review from a team as code owners July 29, 2026 12:51
@daosbuild3

Copy link
Copy Markdown
Collaborator

@mchaarawi
mchaarawi requested a review from wangshilong July 29, 2026 13:49
@mchaarawi
mchaarawi requested a review from a team July 30, 2026 12:48
@mchaarawi

Copy link
Copy Markdown
Contributor Author

only failures are NLT go valgrind issues

@mchaarawi
mchaarawi merged commit fc9b72a into release/2.6 Jul 30, 2026
42 of 45 checks passed
@mchaarawi
mchaarawi deleted the mschaara/19377-2.6 branch July 30, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

unclean-cherry-pick Indicates that a cherry-pick had merge conflicts that needed resolving.

Development

Successfully merging this pull request may close these issues.

3 participants