Fix nightly builds#422
Conversation
|
Hi @lcarva. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
This should fix https://dashboard.dogfooding.tekton.dev/#/namespaces/default/taskruns/deploy-resources-tekton-hkxrf?step=deploy-from-folder At least running the cc @vdemeester |
|
/assign @mattmoor |
|
/test pull-tekton-chains-build-tests |
|
/lgtm |
|
@priyawadhwa, I can't imagine the failed test is related to this change. |
The plubming project has a reference to the 'release' directory of the chains project. This is a kustomize remote resource reference. In order to satisfy 'kustomize build', add a new kustomization.yaml file under the 'release' directory. Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
f7a6f8d to
1f8a4d0
Compare
Hmm. Well the license check failure does related to these changes, fixed it. Unclear about the other error reported. |
|
@priyawadhwa, all tests are passing now 🙂 |
|
Hmm, I don't have context here's so I'll defer to @priyawadhwa |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: priyawadhwa, vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
The other test is flaky! We should be good to go :) |
|
/lgtm |
The plubming project has a reference to the 'release' directory of the
chains project. This is a kustomize remote resource reference. In order
to satisfy 'kustomize build', add a new kustomization.yaml file under
the 'release' directory.
Signed-off-by: Luiz Carvalho lucarval@redhat.com