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

Add github actions for tf lint check #296

Merged
merged 5 commits into from
Mar 6, 2024
Merged

Add github actions for tf lint check #296

merged 5 commits into from
Mar 6, 2024

Conversation

umeshkumhar
Copy link
Collaborator

  • Add github actions for TF fmt, TF validate and TF init

@umeshkumhar
Copy link
Collaborator Author

/gcbrun

@umeshkumhar
Copy link
Collaborator Author

/gcbrun

.github/workflows/ci.yaml Outdated Show resolved Hide resolved
@umeshkumhar
Copy link
Collaborator Author

/gcbrun

@umeshkumhar
Copy link
Collaborator Author

/gcbrun

@umeshkumhar
Copy link
Collaborator Author

/gcbrun

2 similar comments
@umeshkumhar
Copy link
Collaborator Author

/gcbrun

@umeshkumhar
Copy link
Collaborator Author

/gcbrun

@umeshkumhar
Copy link
Collaborator Author

/gcbrun

@umeshkumhar umeshkumhar merged commit ffd5a19 into main Mar 6, 2024
7 checks passed
terraform -chdir=applications/ray init
terraform -chdir=applications/jupyter init

- name: Terraform Validate
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already do this check in cloud build

with:
terraform_version: "1.5.7"

- name: Terraform fmt
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you just add this lint check to cloudbuild.yaml and remove the github actions workflow? I don't think we're at a point where we want to manage both cloudbuild and github actions for presubmit.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(also because cloudbuild is a blocking pre-submit now)

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.

3 participants