-
Notifications
You must be signed in to change notification settings - Fork 709
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
Update mock tests pipelines and azurerm 3.105.0 #1992
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Upgrade to 3.105
…f into arnaudlh-AL-updatep
arnaudlh
changed the title
Update mock tests pipelines
Update mock tests pipelines and azurerm 3.105.0
Jun 3, 2024
1 task
LaurentLesle
approved these changes
Jun 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merges changes from #1991 into main.
This pull request includes changes to the GitHub workflows and test scenarios to improve the structure and organization of the tests. The most important changes are the renaming of the PR dispatch workflow, the removal of the dispatch job from the linting workflow, and the addition of new test workflows for different modules.
Renaming and modification of the linting workflow:
.github/workflows/pr_lint.yaml
: The PR dispatch workflow was renamed to PR Tflint and the workflow dispatch trigger was added. The dispatch job was also removed from this workflow. [1] [2]Addition of new test workflows:
.github/workflows/pr_tests-azuread.yaml
: A new test workflow was added for the Azure Active Directory (Azure AD) module..github/workflows/pr_tests-compute.yaml
: A new test workflow was added for the compute module..github/workflows/pr_tests-dataplat.yaml
: A new test workflow was added for the data platform (dataplat) module..github/workflows/pr_tests-networking.yaml
: A new test workflow was added for the networking module..github/workflows/pr_tests-scenarios.yaml
: A new test workflow was added for all test scenarios.Changes to test scenarios:
.github/workflows/standalone-compute.json
: The order of the test scenarios was changed and a new test scenario for the VMware cluster was added. [1] [2]Removal of a test workflow:
.github/workflows/standalone-compute.yaml
: This test workflow was removed.