-
Notifications
You must be signed in to change notification settings - Fork 109
[ADC Build Image] Add support for build image in ADC #2781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| if aws_region.start_with?("us-iso") | ||
| %w(libibverbs-utils librdmacm-utils) | ||
| else | ||
| %w(environment-modules libibverbs-utils librdmacm-utils) | ||
| end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is environment-modules removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same reasoning as the other comment I left
| %w(dkms rpm-build make check check-devel) | ||
| else | ||
| %w(dkms rpm-build make check check-devel subunit subunit-devel) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why some is removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
those are not available in ADC regions, so they are downloaded in install_packages through the epel_deps.tar.gz artifiact.
a0dfdd3 to
5b349be
Compare
5b349be to
05b9c18
Compare
* [ADC Build Image] Get build dependencies through awscli * [ADC Build Image] Disable epel repo for alinux2 * [ADC Build Image] Install missing yum dependencies from s3 * [ADC Build Image] Get dependencies using https * [ADC Build Image] Patch AWS_CA_BUNDLE * [ADC Build Image] Include differing paths for iso regions * [ADC Build Image] Update changelog --------- Co-authored-by: Hanwen <68928867+hanwen-pcluste@users.noreply.github.com> Signed-off-by: Helena Greebe <hgreebe@amazon.com>
* [ADC Build Image] Get build dependencies through awscli * [ADC Build Image] Disable epel repo for alinux2 * [ADC Build Image] Install missing yum dependencies from s3 * [ADC Build Image] Get dependencies using https * [ADC Build Image] Patch AWS_CA_BUNDLE * [ADC Build Image] Include differing paths for iso regions * [ADC Build Image] Update changelog --------- Co-authored-by: Hanwen <68928867+hanwen-pcluste@users.noreply.github.com> Signed-off-by: Helena Greebe <hgreebe@amazon.com>
* [ADC Build Image] Get build dependencies through awscli * [ADC Build Image] Disable epel repo for alinux2 * [ADC Build Image] Install missing yum dependencies from s3 * [ADC Build Image] Get dependencies using https * [ADC Build Image] Patch AWS_CA_BUNDLE * [ADC Build Image] Include differing paths for iso regions * [ADC Build Image] Update changelog --------- Co-authored-by: Hanwen <68928867+hanwen-pcluste@users.noreply.github.com> Signed-off-by: Helena Greebe <hgreebe@amazon.com>
* [ADC Build Image] Get build dependencies through awscli * [ADC Build Image] Disable epel repo for alinux2 * [ADC Build Image] Install missing yum dependencies from s3 * [ADC Build Image] Get dependencies using https * [ADC Build Image] Patch AWS_CA_BUNDLE * [ADC Build Image] Include differing paths for iso regions * [ADC Build Image] Update changelog --------- Signed-off-by: Helena Greebe <hgreebe@amazon.com> Co-authored-by: Hanwen <68928867+hanwen-pcluste@users.noreply.github.com>
Description of changes
Tests
Please review the guidelines for contributing and Pull Request Instructions.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.