Skip to content

Commit

Permalink
debug tekton: no unique match for kind PipelineRun error
Browse files Browse the repository at this point in the history
Signed-off-by: Chandan-DK <[email protected]>
  • Loading branch information
Chandan-DK committed May 25, 2024
1 parent fa4ab55 commit bd16736
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,44 +29,44 @@ jobs:
- name: v1.29
version: v1.29.2
tests:
- ^argo$
- ^aws$
- ^best-practices$
- ^castai$
- ^cert-manager$
- ^consul$
- ^external-secret-operator$
- ^flux$
- ^istio$
- ^karpenter$
- ^kasten$
- ^kubecost$
- ^kubeops$
- ^kubevirt$
- ^linkerd$
- ^nginx-ingress$
- ^openshift$
- ^other$/^a
- ^other-cel$/^a
- ^other$/^[b-d]
- ^other-cel$/^[b-d]
- ^other$/^[e-l]
- ^other-cel$/^[e-l]
- ^other$/^[m-q]
- ^other-cel$/^[m-q]
- ^other$/^re[c-q]
- ^other$/^res
- ^other$/^[s-z]
- ^pod-security$
- ^pod-security-cel$
- ^psa$
- ^psp-migration$
- ^psp-migration-cel$
# - ^argo$
# - ^aws$
# - ^best-practices$
# - ^castai$
# - ^cert-manager$
# - ^consul$
# - ^external-secret-operator$
# - ^flux$
# - ^istio$
# - ^karpenter$
# - ^kasten$
# - ^kubecost$
# - ^kubeops$
# - ^kubevirt$
# - ^linkerd$
# - ^nginx-ingress$
# - ^openshift$
# - ^other$/^a
# - ^other-cel$/^a
# - ^other$/^[b-d]
# - ^other-cel$/^[b-d]
# - ^other$/^[e-l]
# - ^other-cel$/^[e-l]
# - ^other$/^[m-q]
# - ^other-cel$/^[m-q]
# - ^other$/^re[c-q]
# - ^other$/^res
# - ^other$/^[s-z]
# - ^pod-security$
# - ^pod-security-cel$
# - ^psa$
# - ^psp-migration$
# - ^psp-migration-cel$
- ^tekton$
- ^tekton-cel$
- ^traefik$
- ^velero$
- ^velero-cel$
# - ^traefik$
# - ^velero$
# - ^velero-cel$
runs-on: ubuntu-latest
name: ${{ matrix.k8s-version.name }} - ${{ matrix.tests }}
steps:
Expand Down

0 comments on commit bd16736

Please sign in to comment.