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

Update to tests pipelines and azurerm 3.105.0 #1991

Closed
wants to merge 20 commits into from

Conversation

arnaudlh
Copy link
Member

@arnaudlh arnaudlh commented Jun 3, 2024

This pull request includes several changes to improve and restructure the GitHub Actions workflows for testing. The most significant changes are the renaming of the pr_dispatch.yaml workflow to pr_lint.yaml and the removal of the dispatch job from this workflow. Additionally, several new workflows have been added for testing different areas of the codebase, and the standalone-compute.json and standalone-compute.yaml files have been updated.

Renaming and simplification of workflows:

  • .github/workflows/pr_dispatch.yaml -> .github/workflows/pr_lint.yaml: Renamed the workflow and updated the name within the file to PR Tflint. The workflow_dispatch event has also been added to the on field, allowing the workflow to be manually triggered.
  • .github/workflows/pr_lint.yaml: Removed the dispatch job from the workflow, simplifying its structure.

Addition of new workflows:

Updates to standalone compute files:

@arnaudlh arnaudlh added enhancement New feature or request tooling labels Jun 3, 2024
@arnaudlh arnaudlh added this to the 5.7.12 milestone Jun 3, 2024
@arnaudlh arnaudlh requested a review from LaurentLesle June 3, 2024 03:46
@arnaudlh arnaudlh self-assigned this Jun 3, 2024
@arnaudlh arnaudlh linked an issue Jun 3, 2024 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tooling
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Feature request- Add Terraform tests examples with mock provider and pipelines
1 participant