SRE-3737 ci: allows custom source for gem install (#18024)#18035
Merged
phender merged 4 commits intorelease/2.8from Apr 23, 2026
Merged
SRE-3737 ci: allows custom source for gem install (#18024)#18035phender merged 4 commits intorelease/2.8from
phender merged 4 commits intorelease/2.8from
Conversation
|
Errors are Unable to load ticket data |
osalyk
previously approved these changes
Apr 20, 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>
Doc-only: true 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 Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
45b31ff to
1b1fcd2
Compare
This reverts commit 1b1fcd2. 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
approved these changes
Apr 22, 2026
janekmi
approved these changes
Apr 22, 2026
Contributor
Author
|
Validation results (with proper version of pipeline-lib): https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18035/2/pipeline-overview/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
Backport of (#18024)
Steps for the author:
After all prior steps are complete: