Skip to content

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

Merged
mchaarawi merged 1 commit into
release/2.8from
mschaara/19377-2.8
Jul 29, 2026
Merged

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

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 clean-cherry-pick Cherry-pick from another branch that did not require additional edits 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
@mchaarawi
mchaarawi merged commit 5e17e4e into release/2.8 Jul 29, 2026
40 checks passed
@mchaarawi
mchaarawi deleted the mschaara/19377-2.8 branch July 29, 2026 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clean-cherry-pick Cherry-pick from another branch that did not require additional edits

Development

Successfully merging this pull request may close these issues.

2 participants