Skip to content

SRE-3737 ci: allows custom source for gem install#18024

Merged
phender merged 8 commits intomasterfrom
grom72/SRE-3737-gem-custom-source
Apr 23, 2026
Merged

SRE-3737 ci: allows custom source for gem install#18024
phender merged 8 commits intomasterfrom
grom72/SRE-3737-gem-custom-source

Conversation

@grom72
Copy link
Copy Markdown
Contributor

@grom72 grom72 commented Apr 15, 2026

Allows custom source for gem install.
This change is necessary to fully disable HTTPS_PROXY usage in build dockers in CI.

It is also use to validate daos-stack/pipeline-lib#508.

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).

Comment thread utils/docker/Dockerfile.el.8 Outdated
@daosbuild3
Copy link
Copy Markdown
Collaborator

Test stage Test RPMs on EL 9.6 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18024/1/display/redirect

@github-actions
Copy link
Copy Markdown

Errors are Unable to load ticket data
https://daosio.atlassian.net/browse/SRE-3737

@grom72 grom72 force-pushed the grom72/SRE-3737-gem-custom-source branch from 40cfb3d to e43801c Compare April 15, 2026 21:37
@daosbuild3
Copy link
Copy Markdown
Collaborator

Test stage Test RPMs on EL 9.6 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18024/2/display/redirect

@grom72 grom72 force-pushed the grom72/SRE-3737-gem-custom-source branch from e43801c to d0eee63 Compare April 16, 2026 05:07
@daosbuild3
Copy link
Copy Markdown
Collaborator

Test stage Test RPMs on EL 9.6 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18024/4/display/redirect

grom72 added 2 commits April 16, 2026 08:22
Priority: 2

Skip-unit-tests:true
Skip-unit-test: true
Skip-NLT: true
Skip-unit-test-memcheck: true

Skip-func-vm: true
Skip-func-hw-test: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
Cancel-prev-build: false
Priority: 2

Skip-unit-tests:true
Skip-unit-test: true
Skip-NLT: true
Skip-unit-test-memcheck: true

Skip-func-test-el9: true
Skip-func-hw-test: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
@grom72 grom72 force-pushed the grom72/SRE-3737-gem-custom-source branch from 6cbb42d to 1d71784 Compare April 16, 2026 15:00
@grom72 grom72 marked this pull request as ready for review April 16, 2026 17:25
@grom72 grom72 requested a review from a team as a code owner April 16, 2026 17:25
@grom72 grom72 added the forced-landing The PR has known failures or has intentionally reduced testing, but should still be landed. label Apr 20, 2026
@grom72 grom72 requested review from osalyk and ryon-jensen April 20, 2026 15:44
@grom72 grom72 added the approved-to-merge PR has received release branch merge approval label Apr 20, 2026
Comment thread utils/scripts/helpers/repo-helper-ubuntu.sh
Comment thread utils/scripts/helpers/repo-helper-leap15.sh
Comment thread utils/scripts/helpers/repo-helper-leap15.sh
Comment thread utils/scripts/helpers/repo-helper-leap15.sh
Comment thread utils/scripts/helpers/repo-helper-leap15.sh
Doc-only: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
@grom72 grom72 requested review from janekmi and osalyk April 22, 2026 07:44
grom72 added 3 commits April 22, 2026 09:52
…-custom-source

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
This reverts commit 1d71784.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
Docker image for fault injection testing shall be build
without access to internet, that means neither https_proxy nor no_proxy
variables shall be provided as docker build parameters.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
Cancel-prev-build: false
Priority: 2

Skip-unit-tests:true
Skip-unit-test: true
Skip-NLT: true
Skip-unit-test-memcheck: true

Skip-func-test-el9: true
Skip-func-hw-test: true

Skip-test-el-9-rpms: true
Skip-test-leap-15-rpms: true
osalyk
osalyk previously approved these changes Apr 22, 2026
janekmi
janekmi previously approved these changes Apr 22, 2026
This reverts commit 010a362.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>

Cancel-prev-build: false
Priority: 2

Skip-unit-tests:true
Skip-unit-test: true
Skip-NLT: true
Skip-unit-test-memcheck: true

Skip-func-test-el9: true
Skip-func-hw-test: true

Skip-test-el-9-rpms: true
Skip-test-leap-15-rpms: true
@grom72 grom72 dismissed stale reviews from janekmi and osalyk via c16241f April 22, 2026 11:36
@grom72 grom72 requested review from janekmi and osalyk April 22, 2026 12:19
@grom72
Copy link
Copy Markdown
Contributor Author

grom72 commented Apr 22, 2026

Validation results (with proper version of pipeline-lib): https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18024/11/pipeline-overview/

phender pushed a commit that referenced this pull request Apr 23, 2026
Allows custom source for gem install.
This change is necessary to fully disable HTTPS_PROXY usage in build dockers in CI.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
@phender phender merged commit 5596a5a into master Apr 23, 2026
48 of 49 checks passed
@phender phender deleted the grom72/SRE-3737-gem-custom-source branch April 23, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved-to-merge PR has received release branch merge approval forced-landing The PR has known failures or has intentionally reduced testing, but should still be landed.

Development

Successfully merging this pull request may close these issues.

7 participants