From b4b5cd56ae4fcb5c5700b8a0681805a34d3ed253 Mon Sep 17 00:00:00 2001 From: red-hat-konflux Date: Tue, 19 May 2026 16:42:14 +0000 Subject: [PATCH] Red Hat Konflux purge network-observability-cli-ystream Signed-off-by: red-hat-konflux --- ...bservability-cli-ystream-pull-request.yaml | 55 ------------------- ...etwork-observability-cli-ystream-push.yaml | 54 ------------------ 2 files changed, 109 deletions(-) delete mode 100644 .tekton/network-observability-cli-ystream-pull-request.yaml delete mode 100644 .tekton/network-observability-cli-ystream-push.yaml diff --git a/.tekton/network-observability-cli-ystream-pull-request.yaml b/.tekton/network-observability-cli-ystream-pull-request.yaml deleted file mode 100644 index f85fc7c03..000000000 --- a/.tekton/network-observability-cli-ystream-pull-request.yaml +++ /dev/null @@ -1,55 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/netobserv/netobserv-cli?rev={{revision}} - build.appstudio.redhat.com/commit_sha: '{{revision}}' - build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' - build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: | - event == "pull_request" && target_branch == "main" && ( - ".tekton/***".pathChanged() || - ".dockerignore".pathChanged() || - "Dockerfile.downstream".pathChanged() || - "Dockerfile-args.downstream".pathChanged() || - "go.mod".pathChanged() || - "go.sum".pathChanged() || - "main.go".pathChanged() || - "Makefile".pathChanged() || - "cmd/***".pathChanged() || - "commands/***".pathChanged() || - "res/***".pathChanged() || - "scripts/***".pathChanged() || - ".mk/***".pathChanged() || - "LICENSE".pathChanged() - ) - creationTimestamp: null - labels: - appstudio.openshift.io/application: netobserv-ystream - appstudio.openshift.io/component: network-observability-cli-ystream - pipelines.appstudio.openshift.io/type: build - name: network-observability-cli-ystream-on-pull-request - namespace: ocp-network-observab-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/network-observability-cli-ystream:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: build-args-file - value: Dockerfile-args.downstream - - name: dockerfile - value: Dockerfile.downstream - - name: build-platforms - value: - - linux/x86_64 - pipelineRef: - name: build-pipeline - taskRunTemplate: - serviceAccountName: build-pipeline-network-observability-cli-ystream -status: {} diff --git a/.tekton/network-observability-cli-ystream-push.yaml b/.tekton/network-observability-cli-ystream-push.yaml deleted file mode 100644 index dd350def9..000000000 --- a/.tekton/network-observability-cli-ystream-push.yaml +++ /dev/null @@ -1,54 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/netobserv/netobserv-cli?rev={{revision}} - build.appstudio.redhat.com/commit_sha: '{{revision}}' - build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/max-keep-runs: "3" - # switch comment in/out at branch cut / release - pipelinesascode.tekton.dev/on-cel-expression: | - event == "push" && target_branch == "main" && ( - ".tekton/***".pathChanged() || - ".dockerignore".pathChanged() || - "Dockerfile.downstream".pathChanged() || - "Dockerfile-args.downstream".pathChanged() || - "go.mod".pathChanged() || - "go.sum".pathChanged() || - "main.go".pathChanged() || - "Makefile".pathChanged() || - "cmd/***".pathChanged() || - "commands/***".pathChanged() || - "res/***".pathChanged() || - "scripts/***".pathChanged() || - ".mk/***".pathChanged() || - "LICENSE".pathChanged() || - "vendor/***".pathChanged() - ) - # pipelinesascode.tekton.dev/on-cel-expression: "false" - creationTimestamp: null - labels: - appstudio.openshift.io/application: netobserv-ystream - appstudio.openshift.io/component: network-observability-cli-ystream - pipelines.appstudio.openshift.io/type: build - name: network-observability-cli-ystream-on-push - namespace: ocp-network-observab-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/network-observability-cli-ystream:{{revision}} - - name: build-args-file - value: Dockerfile-args.downstream - - name: dockerfile - value: Dockerfile.downstream - - name: snyk-args - value: "--project-name=netobserv-operator --report --org=824715e7-b597-4123-bdb7-ba8abc3d3b2f" - pipelineRef: - name: build-pipeline - taskRunTemplate: - serviceAccountName: build-pipeline-network-observability-cli-ystream -status: {}