Skip to content

Commit

Permalink
Test TA debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart committed Dec 2, 2024
1 parent 27b87f9 commit 0c020c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .tekton/cli-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
- name: name
value: git-clone-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4bf48d038ff12d25bdeb5ab3e98dc2271818056f454c83d7393ebbd413028147
value: quay.io/zregvart_redhat/task-git-clone-oci-ta:0.1
- name: kind
value: task
resolver: bundles
Expand Down Expand Up @@ -154,7 +154,7 @@ spec:
- name: name
value: prefetch-dependencies-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.1@sha256:4072f732119864d12ec8e2ff075f01487aaee9df4440166dbe85fdd447865161
value: quay.io/zregvart_redhat/task-prefetch-dependencies-oci-ta:0.1
- name: kind
value: task
resolver: bundles
Expand Down Expand Up @@ -195,7 +195,7 @@ spec:
- name: name
value: buildah-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.2@sha256:ee8a91b85cd51394489ec09c9d5e8742328ef9f64a692716449a166519f4b948
value: quay.io/zregvart_redhat/task-buildah-oci-ta:0.2
- name: kind
value: task
resolver: bundles
Expand Down Expand Up @@ -248,7 +248,7 @@ spec:
- name: name
value: source-build-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.1@sha256:24dba7b4eb207592e4a24710a24a01b57e9477bc37bdb2f2d04bff5d4fb7ccec
value: quay.io/zregvart_redhat/task-source-build-oci-ta:0.1
- name: kind
value: task
resolver: bundles
Expand Down Expand Up @@ -342,7 +342,7 @@ spec:
- name: name
value: sast-snyk-check-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3@sha256:65a213322ea7c64159e37071d369d74b6378b23403150e29537865cada90f022
value: quay.io/zregvart_redhat/task-sast-snyk-check-oci-ta:0.3
- name: kind
value: task
resolver: bundles
Expand Down Expand Up @@ -407,7 +407,7 @@ spec:
- name: name
value: push-dockerfile-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:80d48a1b9d2707490309941ec9f79338533938f959ca9a207b481b0e8a5e7a93
value: quay.io/zregvart_redhat/task-push-dockerfile-oci-ta:0.1
- name: kind
value: task
resolver: bundles
Expand Down
5 changes: 4 additions & 1 deletion .tekton/cli-main-ci-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ spec:
value: 'true'
pipelineRef:
name: cli-build
taskRunTemplate: {}
taskRunTemplate:
podTemplate:
env:
DEBUG: 1
workspaces:
- name: git-auth
secret:
Expand Down

0 comments on commit 0c020c1

Please sign in to comment.