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

Exclude Filestore module from integration test #2725

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mr0re1
Copy link
Collaborator

@mr0re1 mr0re1 commented Jun 27, 2024

Add integration test  `pre_create_task` `remove_modules`

import yaml # pip install pyyaml

def delete_module(bp, mod_id: str):
Copy link
Collaborator

Choose a reason for hiding this comment

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

If we print to console in this method, will it show up in CloudBuild logs? If so, I think it would be really helpful to see in the logs exactly which modules were removed from the blueprint. It would also be really helpful to see two more artifacts:

  1. Original blueprint
  2. Modified blueprint

Maybe we could save them in GCS and reference them in our CloudBuild yaml like this?
https://cloud.google.com/build/docs/building/store-artifacts-in-cloud-storage

At the very least, for this PR, it would be good to print the blueprint before and after modification to the log.

@rohitramu rohitramu assigned mr0re1 and unassigned rohitramu Jul 31, 2024
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.

2 participants