Skip to content
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

make more than one stage for all the tasks we want to do. #863

Merged
merged 6 commits into from Mar 28, 2018

Conversation

shawn-hurley
Copy link
Contributor

Describe what this PR does and why we need it:

  • this should make it easier to see what failed
  • should allow for easier gate debugging

* this should make it easier to see what failed
* should allow for easier gate debugging
@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Mar 28, 2018
@openshift-ci-robot openshift-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Mar 28, 2018
Copy link
Member

@djzager djzager left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM. Commented with potential improvements.

.travis.yml Outdated
- stage: "Format"
script:
- ./scripts/travis.sh format
- stage: "Vet"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can "Format", "Vet", and "Lint" all be put under a single stage "Lint"?

.travis.yml Outdated
script:
- ./scripts/travis.sh build

- stage: "OpenShift CI"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this comment is outside the scope of this PR, but I was thinking it would be nice if these "OpenShift CI" and "Kubernetes CI" were separate tests belonging to the same stage "Functional Testing".

@openshift-ci-robot openshift-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 28, 2018
@shawn-hurley shawn-hurley force-pushed the make-more-travis-jobs branch 2 times, most recently from 4cd9494 to d5260ae Compare March 28, 2018 15:47
@openshift-ci-robot openshift-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Mar 28, 2018
@rthallisey rthallisey mentioned this pull request Mar 28, 2018
Copy link
Contributor

@jmrodri jmrodri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK looks good

@eriknelson eriknelson merged commit f74ac9a into openshift:master Mar 28, 2018
@eriknelson eriknelson deleted the make-more-travis-jobs branch March 29, 2018 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants