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

ci: use a unique ID to allow multiple runs of the provider tests at the same time #145

Open
dnephin opened this issue May 1, 2020 · 0 comments

Comments

@dnephin
Copy link
Contributor

dnephin commented May 1, 2020

Currently if more than one CI workflow is running the provider tests will conflict with each other, causing jobs to fail. Ex: https://circleci.com/workflow-run/84fab5af-2778-4899-a631-c3ab4970ace4

Generally using CIRCLE_BUILD_NUM as the unique ID works well. 4 of the providers already use a prefix variable in their terraform config. Setting that var to include CIRCLE_BUILD_NUM may fix the problem for those tests. The others provider tests may require more changes to support the unique ID.

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

No branches or pull requests

1 participant