-
Notifications
You must be signed in to change notification settings - Fork 188
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
feat: Runs Acceptance and Migration tests for different Terraform CLI versions #1688
Conversation
pull_request: # you can run a specic job in your PR using GitHub labels | ||
types: [ labeled ] | ||
schedule: | ||
- cron: "0 4 * * *" # workflow runs every day at 04:00 AM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
schedule is now only for Test Suite workflow
jobs: | ||
example: | ||
schedule: | ||
- cron: "0 2 * * *" # workflow runs every day at 02:00 AM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the workflow to be scheduled. Run at an earlier time than before to have more time to run all combinations of versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it really take that long to run all combinations that we need to run it earlier?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
last execution was 1h, here we also have migration tests but they're much faster. I prefer to err on the side of starting earlier at night and finish before we start working in the morning. sometimes it can take hours if cluster creation is stuck.
This reverts commit 5e80bff.
max-parallel: 1 | ||
fail-fast: false | ||
matrix: | ||
terraform_version: ['${{ vars.TF_VERSION_LATEST }}', '1.0.8'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Terraform CLI versions to test
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Description
Runs Acceptance and Migration tests for different Terraform CLI versions.
Link to any related issue(s): CLOUDP-215184
Type of change:
Required Checklist:
Further comments