-
Notifications
You must be signed in to change notification settings - Fork 74
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(datacatalog): add taxonomy & policy tags resources #637
feat(datacatalog): add taxonomy & policy tags resources #637
Conversation
/test-examples="examples/datacatalog/v1beta1/policytag.yaml" |
can I please request to be a contributor for this repo? |
Upon successful merging of your first PR you will automatically become a contributor. |
/test-examples="examples/datacatalog/v1beta1/policytag.yaml" |
could you re run this test pls? I've just added a validation rule to the CRD |
/test-examples="examples/datacatalog/v1beta1/policytag.yaml" |
Could you please remove the API files of the resources you did not add? |
@turkenf thanks for the comment, those files are cleaned up |
/test-examples="examples/datacatalog/v1beta1/policytag.yaml" |
/test-examples="examples/datacatalog/v1beta1/taxonomy.yaml" |
f664ca6
to
a114497
Compare
/test-examples="examples/datacatalog/v1beta1/taxonomy.yaml" |
@jeanduplessis could you help with running this test again. I've just done a complete clean up |
/test-examples="examples/datacatalog/v1beta1/taxonomy.yaml" |
@jeanduplessis do you know why the CI checks could be failing? It's failing on 'Vendor dependencies' stage |
@nilan3, could you please run |
@turkenf it looks like 09:59:40 [ .. ] installing uptest /workspaces/provider-upjet-gcp-1/.cache/tools/linux_x86_64/uptest-v0.11.1
curl: (22) The requested URL returned error: 404
09:59:41 [FAIL]
make: *** [build/makelib/k8s_tools.mk:204: /workspaces/provider-upjet-gcp-1/.cache/tools/linux_x86_64/uptest-v0.11.1] Error 1 Also I've had to modify the CRD conditions after running |
Hi @nilan3 , thank you for your efforts. The issue we got in the report-breaking changes pipeline seems meaningless/temporary; Similarly, here is passed. If you have time, can you reset your branch to main, add only the external name configurations of the resources you will add, run make generate, then add the examples and push with the new commit(s). This can help us get rid of temporary/meaningless errors. Also, please do not make any manual changes to the generated files and CRDs and please sign the DCO. Thanks in advance! |
8e34bde
to
dc0fbe5
Compare
Description of your changes
Add resources for the following terraform resources:
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR if necessary.How has this code been tested
Running Uptest locally against a personal sandbox GCP project
UPTEST_EXAMPLE_LIST="examples/datacatalog/v1beta1/policytag.yaml"