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

Travis: Build once and share build in e2e tests #3901

Merged
merged 10 commits into from
Sep 23, 2019

Conversation

nwmac
Copy link
Contributor

@nwmac nwmac commented Sep 21, 2019

No description provided.

@nwmac nwmac self-assigned this Sep 21, 2019
@cfdreddbot
Copy link

✅ Hey nwmac! The commit authors and yourself have already signed the CLA.

@codecov
Copy link

codecov bot commented Sep 21, 2019

Codecov Report

Merging #3901 into v2-master will decrease coverage by <.01%.
The diff coverage is n/a.

@@              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

@@ -44,6 +45,12 @@ jobs:
script:
- golint src/jetstream/...
- ./deploy/ci/travis/update-go-report-card.sh
- stage: Build
Copy link
Contributor

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

@nwmac nwmac merged commit b32b895 into v2-master Sep 23, 2019
@nwmac nwmac deleted the travis-share-builds-for-e2e branch September 23, 2019 12:58
richard-cox pushed a commit that referenced this pull request Sep 24, 2019
* 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
KlapTrap added a commit that referenced this pull request Sep 25, 2019
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants