Skip to content

Conversation

juancarlostong
Copy link
Contributor

Summary

Optimizations to the 'Integration tests' triggering build:

  • added merge_mode: replace, trigger job only needs to run shell script, so just do that and nothing else.
  • added cache: false, caching is used for some *-sdk, this disables it for the 'Integration tests' triggering build since it is not needed.
  • replaced after_success: skip with after_success: travis_terminate 0, this avoids running srcclr which saves 18-30s from build time.

@juancarlostong juancarlostong added the WIP Work in progress label Jan 2, 2019
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.007%) to 98.027% when pulling 22fa48b on jctong/improve_build_time into c83981b on master.

@coveralls
Copy link

coveralls commented Jan 2, 2019

Coverage Status

Coverage remained the same at 97.987% when pulling 55acdb9 on jctong/improve_build_time into 42445df on master.

@juancarlostong juancarlostong removed the WIP Work in progress label Jan 7, 2019
Copy link
Contributor

@mikeproeng37 mikeproeng37 left a comment

Choose a reason for hiding this comment

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

lgtm

@mikeproeng37 mikeproeng37 merged commit c0ad1db into master Jan 24, 2019
@aliabbasrizvi aliabbasrizvi deleted the jctong/improve_build_time branch January 29, 2019 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants