Skip to content

refac(ci): improve build time #205

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

Merged
merged 1 commit into from
Jan 7, 2019
Merged

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.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.239% when pulling b804e4e on jctong/improve_build_time into fb0cd7a on master.

3 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.239% when pulling b804e4e on jctong/improve_build_time into fb0cd7a on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.239% when pulling b804e4e on jctong/improve_build_time into fb0cd7a on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.239% when pulling b804e4e on jctong/improve_build_time into fb0cd7a on master.

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 d33e2cb into master Jan 7, 2019
@juancarlostong juancarlostong removed the WIP label Jan 7, 2019
@mikeproeng37 mikeproeng37 deleted the jctong/improve_build_time branch January 14, 2019 21:12
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