-
Notifications
You must be signed in to change notification settings - Fork 900
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
Changes for supporting ppc64le #19689
Changes from all commits
9aad0f2
557d8d0
23c4847
7fc39fe
482e04a
a99daba
cdb3bd4
587b7bc
b6fc82c
ab7369e
e9e4877
374fedf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
dist: xenial | ||
dist: bionic | ||
arch: | ||
- amd64 | ||
- ppc64le | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a change that we should make in all the repos before merging this in here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @carbonin thank you and acknowledged, I have had to touch mostly the container-ruby and manageiq-pods repo only besides this, would you be able to point to the other repositories that need to have Travis support enabled or I guess I can look up each one under the ManageIQ umbrella? also as mentioned I am working directly with the Travis team to get the PostgreSQL sorted out on Power, so we post an update here once that is done and I can get the job to pass. |
||
language: ruby | ||
rvm: | ||
- 2.5.7 | ||
|
@@ -17,8 +20,8 @@ env: | |
- TEST_SUITE=brakeman | ||
matrix: | ||
fast_finish: true | ||
addons: | ||
postgresql: '10' | ||
services: | ||
- postgresql | ||
before_install: | ||
- source ${TRAVIS_BUILD_DIR}/tools/ci/before_install.sh | ||
before_script: | ||
|
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.
I assume we're updating the distribution because
xenial
doesn't support ppc64le?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.
xenial supports ppc64le but has the older (9.x) version of PostgreSQL, where we need 10.x