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

[DRAFT] chore: parallel builds for int tests #454

Merged
merged 13 commits into from
Sep 11, 2020
Merged

Conversation

bharathkkb
Copy link
Member

@bharathkkb bharathkkb commented Sep 10, 2020

Recently CI for PF seems to be failing at the destroy step. For instance #450
I have been unable to repro locally but my theory is that it is due to multiple gcloud destroys happening in the same build step. This aims to build them in separate build steps in parallel.

edit: that alone did not solve the problem completely, ended up skipping gcloud for all but one example

Changelist

  • parallel builds
  • added global GCLOUD_TF_DOWNLOAD=always
  • set GCLOUD_TF_DOWNLOAD=never for minimal example

@morgante
Copy link
Contributor

@bharathkkb Please ping me once tests are passing / you're ready for review.

@bharathkkb
Copy link
Member Author

/gcbrun

@bharathkkb
Copy link
Member Author

@morgante looks like this has stabilized and we have some savings in build time too. ~45m -> ~15m.
Updated the description with all changes.
/cc @umairidris

@morgante morgante merged commit d9a7731 into master Sep 11, 2020
@morgante morgante deleted the parallel-tests branch June 10, 2021 17:36
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.

2 participants