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
Integrate a new ci framework for travis #463
Conversation
|
Early WIP. Want to see travis run this.
|
88dd8a6
to
553757f
Compare
3266ff6
to
4c12f65
Compare
fededf9
to
f54d0e3
Compare
1 similar comment
fb24cbe
to
f182529
Compare
f182529
to
a6366d4
Compare
a6366d4
to
c2fc08a
Compare
c2fc08a
to
4bef642
Compare
|
We have decided per review to wait until Wednesday November 8th, 2017 before merging. At that point it will be ready to go. |
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 recommend 2 things for this PR but neither is required
- Clean up commit history
- Make title more descriptive for when this gets included in release notes.
c960ff4
to
77a2ee7
Compare
|
Let's merge the ansibleplaybookbundle CI first so I can reference those templates in config.yaml depends-on: ansibleplaybookbundle/postgresql-apb#7 |
This repo should carry it's own config.yaml since it's a consumer of the new framework. Remove the local ci scripts and move the templates to the templates directory.
- Add folded up broker an catalog logs to the end of a run - Error properly when setup.sh fails
Verify the secret is created instead of the podpreset
We don't need the broker scripts anymore. We're moving to the new framework.
Make these scripts individually consumable so the APB gates can use them.
The gate job for the broker runs the asb with shell scripts. Make sure we use catasb for non asb jobs.
|
Changes Unknown when pulling 77a2ee7 on rthallisey:new-ci-framework into ** on openshift:master**. |
|
Ok both dependent PRs were merged. ansibleplaybookbundle/mediawiki-apb#8 Merging this now. |
Describe what this PR does and why we need it:
New ci framework will move away from have a set of bash scripts to run only mediawiki and postgresql. This framework will allow us to test any apb.
Changes proposed in this pull request