From 336b5d3d5444ad847cd5fbf1490055e733911b57 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 17 Jul 2026 18:29:55 -0400 Subject: [PATCH] Update build workflow. --- .webhook_bridge/pipeline-build-hash.yaml | 6 ++++-- .webhook_bridge/pipeline-foreign-document-test.yaml | 6 ++++-- .webhook_bridge/pipeline-format.yaml | 6 ++++-- .webhook_bridge/pipeline-rust-clippy.yaml | 6 ++++-- .webhook_bridge/pipeline-rust-test.yaml | 6 ++++-- 5 files changed, 20 insertions(+), 10 deletions(-) diff --git a/.webhook_bridge/pipeline-build-hash.yaml b/.webhook_bridge/pipeline-build-hash.yaml index 21a18c0..84e4834 100644 --- a/.webhook_bridge/pipeline-build-hash.yaml +++ b/.webhook_bridge/pipeline-build-hash.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: name: build + labels: + pdb: protect spec: timeouts: pipeline: "2h0m0s" @@ -62,7 +64,7 @@ spec: - name: url value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git - name: revision - value: "31376f29c6332ea8c378152d5ccda1ba9dbcd7bb" + value: "dda7b690195b43e8b9859d1caf5dcbf48588ade1" - name: pathInRepo value: task/git-clone/0.1/git-clone.yaml resolver: git @@ -101,7 +103,7 @@ spec: - name: url value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git - name: revision - value: 31376f29c6332ea8c378152d5ccda1ba9dbcd7bb + value: dda7b690195b43e8b9859d1caf5dcbf48588ade1 - name: pathInRepo value: task/buildkit-rootless-daemonless/0.1/buildkit-rootless-daemonless.yaml params: diff --git a/.webhook_bridge/pipeline-foreign-document-test.yaml b/.webhook_bridge/pipeline-foreign-document-test.yaml index 79dad8e..9063cd2 100644 --- a/.webhook_bridge/pipeline-foreign-document-test.yaml +++ b/.webhook_bridge/pipeline-foreign-document-test.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: name: foreign-document-test + labels: + pdb: protect spec: timeouts: pipeline: "2h0m0s" @@ -62,7 +64,7 @@ spec: - name: url value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git - name: revision - value: "31376f29c6332ea8c378152d5ccda1ba9dbcd7bb" + value: "dda7b690195b43e8b9859d1caf5dcbf48588ade1" - name: pathInRepo value: task/git-clone/0.1/git-clone.yaml resolver: git @@ -101,7 +103,7 @@ spec: - name: url value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git - name: revision - value: 31376f29c6332ea8c378152d5ccda1ba9dbcd7bb + value: dda7b690195b43e8b9859d1caf5dcbf48588ade1 - name: pathInRepo value: task/buildkit-rootless-daemonless/0.1/buildkit-rootless-daemonless.yaml params: diff --git a/.webhook_bridge/pipeline-format.yaml b/.webhook_bridge/pipeline-format.yaml index f11ec0c..cb9aaf2 100644 --- a/.webhook_bridge/pipeline-format.yaml +++ b/.webhook_bridge/pipeline-format.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: name: rust-format + labels: + pdb: protect spec: timeouts: pipeline: "2h0m0s" @@ -62,7 +64,7 @@ spec: - name: url value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git - name: revision - value: "31376f29c6332ea8c378152d5ccda1ba9dbcd7bb" + value: "dda7b690195b43e8b9859d1caf5dcbf48588ade1" - name: pathInRepo value: task/git-clone/0.1/git-clone.yaml resolver: git @@ -101,7 +103,7 @@ spec: - name: url value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git - name: revision - value: 31376f29c6332ea8c378152d5ccda1ba9dbcd7bb + value: dda7b690195b43e8b9859d1caf5dcbf48588ade1 - name: pathInRepo value: task/buildkit-rootless-daemonless/0.1/buildkit-rootless-daemonless.yaml params: diff --git a/.webhook_bridge/pipeline-rust-clippy.yaml b/.webhook_bridge/pipeline-rust-clippy.yaml index d533828..7ca6a23 100644 --- a/.webhook_bridge/pipeline-rust-clippy.yaml +++ b/.webhook_bridge/pipeline-rust-clippy.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: name: rust-clippy + labels: + pdb: protect spec: taskRunTemplate: serviceAccountName: build-bot @@ -62,7 +64,7 @@ spec: - name: url value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git - name: revision - value: "31376f29c6332ea8c378152d5ccda1ba9dbcd7bb" + value: "dda7b690195b43e8b9859d1caf5dcbf48588ade1" - name: pathInRepo value: task/git-clone/0.1/git-clone.yaml resolver: git @@ -101,7 +103,7 @@ spec: - name: url value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git - name: revision - value: 31376f29c6332ea8c378152d5ccda1ba9dbcd7bb + value: dda7b690195b43e8b9859d1caf5dcbf48588ade1 - name: pathInRepo value: task/buildkit-rootless-daemonless/0.1/buildkit-rootless-daemonless.yaml params: diff --git a/.webhook_bridge/pipeline-rust-test.yaml b/.webhook_bridge/pipeline-rust-test.yaml index d215ca3..d56cd7b 100644 --- a/.webhook_bridge/pipeline-rust-test.yaml +++ b/.webhook_bridge/pipeline-rust-test.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: name: rust-test + labels: + pdb: protect spec: timeouts: pipeline: "2h0m0s" @@ -62,7 +64,7 @@ spec: - name: url value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git - name: revision - value: "31376f29c6332ea8c378152d5ccda1ba9dbcd7bb" + value: "dda7b690195b43e8b9859d1caf5dcbf48588ade1" - name: pathInRepo value: task/git-clone/0.1/git-clone.yaml resolver: git @@ -101,7 +103,7 @@ spec: - name: url value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git - name: revision - value: 31376f29c6332ea8c378152d5ccda1ba9dbcd7bb + value: dda7b690195b43e8b9859d1caf5dcbf48588ade1 - name: pathInRepo value: task/buildkit-rootless-daemonless/0.1/buildkit-rootless-daemonless.yaml params: