-
Notifications
You must be signed in to change notification settings - Fork 134
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
Travis: Build once and share build in e2e tests #3901
Conversation
✅ Hey nwmac! The commit authors and yourself have already signed the CLA. |
Codecov Report
@@ Coverage Diff @@
## v2-master #3901 +/- ##
=============================================
- Coverage 52.22% 52.21% -0.01%
=============================================
Files 785 785
Lines 23010 23017 +7
Branches 4124 4124
=============================================
+ Hits 12017 12019 +2
- Misses 10993 10998 +5 |
…-incubator/stratos into travis-share-builds-for-e2e
@@ -44,6 +45,12 @@ jobs: | |||
script: | |||
- golint src/jetstream/... | |||
- ./deploy/ci/travis/update-go-report-card.sh | |||
- stage: Build |
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.
We could save ~4 minutes by combining this stage into the Lint one so they all run concurrently. OK to merge without this though
* Build once and share build in e2e tests * Fix stage order * Fix typo * Only build if needed * Fix * Fix typo when editing * Ensure we configure * Do not exit in build script * Use better ID for the build package
* v3-master: Fix cf summary unit test failures - cf now has dependency on autoscaler - see #3916 catalogue: fixed initial state that was overwritten Travis: Build once and share build in e2e tests (#3901) Improve user clean up Ensure MB is only shown for memory based quota values in edit quota forms (#3892) Fix domains in create app shell stepper Fix git commit world WIP Fix two actionBuilder params issues - Fix three places where `includeRelations` were passed incorrectly to actionBuilder - Fix bind service Ensure multi endpoint requests only go out to connected/unconnectable endpoints - Fixes #3887 Travis: Build once and share build in e2e tests (#3901) Improve user clean up Ensure MB is only shown for memory based quota values in edit quota forms (#3892) Add support for view and edit profile for local user (#3883) Add fix to wait until delete indicator has been removed (#3889) FIx setup detection for local users (#3888) Ensure stepper buttons are always visible and content scrolls (#3890) E2E Test should run as user not admin (#3894)
No description provided.