Ville Aikas
Ville Aikas
FYI. here's a working example demonstrating how it works with before / after. As in an answer to my question above :) https://github.com/sigstore/policy-controller/pull/165
Not sure what the Tekton test is all about: ``` go: finding module for package knative.dev/pkg/pool github.com/tektoncd/chains/pkg/chains imports github.com/sigstore/cosign/pkg/cosign imports knative.dev/pkg/pool: module knative.dev/pkg@latest found (v0.0.0-20220819090049-2e08ca63a922, replaced by /home/runner/work/pkg/pkg/upstream), but does...
UT failed with: ``` --- FAIL: TestDialTLSWithBackoffSuccess (0.32s) FAIL network.TestDialTLSWithBackoffSuccess (0.32s) PASS test/imports PASS test/interactive.TestNewCommand (0.00s) PASS test/interactive.TestAddArgs (0.00s) PASS test/interactive.TestCommandStringer (0.00s) ``` /test unit-tests_pkg_main
/test unit-tests_pkg_main
Oops, forgot to cut&paste the previous failures for retrying the unit tests: ``` --- FAIL: TestDialTLSWithBackoffSuccess (0.38s) FAIL network.TestDialTLSWithBackoffSuccess (0.38s) PASS test/imports PASS test/helpers.TestAppendRandomString (0.00s) PASS test/helpers.TestMakeK8sNamePrefix/abcd123 (0.00s) PASS test/helpers.TestMakeK8sNamePrefix/AbCdef...
Tomorrow I'm going to add a workaround for this by using Retry loops, just like we do for when pod creates (or configmaps fail) with very specific error cases. This...
As discussed in slack, I think this is a great idea!! Couple of thoughts, wonder if we should diff labels/annotations as well since at least some of the resources utilize...
@mattmoor you have a link to Tekton thread handy since it seems to have more context?
I'd be happy to help with this effort if help is needed :) Since this issue is under Fulcio, I'd like to clarify the discussion about having multiple CT Log...
That all sounds great, thanks! That's how I roughly understood things, but got confused by some comment in some other bug, so just wanted to double-check :) The one other...