https://github.com/detiber/multiarch-openshift-ci-bak
https://github.com/detiber/multiarch-openshift-ci-bak
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/detiber/multiarch-openshift-ci-bak
- Owner: detiber
- License: apache-2.0
- Created: 2017-07-19T16:35:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T16:28:55.000Z (over 8 years ago)
- Last Synced: 2025-03-27T04:22:08.819Z (about 1 year ago)
- Language: Groovy
- Size: 270 KB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multiarch-openshift-ci
###Pipeline Info
This repository backs the CI pipeline hosted here; https://ci.centos.org/view/PaaS-SIG/job/paas-multiarch-test/
Jenkinsfile.centos is the actively used Jenkinsfile that backs the above job.
The job is currently manually triggered and can provision x86_64 and ppc64le hosts from Duffy depending on the value of the ARCH parameter for the Job.
The job also merges in a set of multi-arch enabling changes from the multiarch branch here: https://github.com/detiber/origin/tree/multiarch These changes are being temporarily carried in this branch until they are merged and accepted in upstream Origin.
###Contributing fixes
Issues related to host and test setup for running the jobs should be reported and addressed in this repository.
Issues that are reproducable locally on an x86_64 host should be reported and addressed in https://github.com/openshift/origin
Issues that are reproducable locally on a non-x86_64 host should be reported and addressed in the multiarch branch of https://github.com/detiber/origin or https://github.com/openshift/origin if the multiarch branch changeset is not required for the changes.