From 5c6928c3d57e051850dabc5972e1c851d99d4979 Mon Sep 17 00:00:00 2001 From: Misha Sugakov Date: Wed, 8 Jan 2025 11:57:30 +0100 Subject: [PATCH] Kill Java mentions in Konflux pipelines --- .tekton/basic-component-pipeline.yaml | 7 ------- .tekton/main-pipeline.yaml | 7 ------- .tekton/operator-bundle-pipeline.yaml | 7 ------- .tekton/scanner-v4-pipeline.yaml | 7 ------- 4 files changed, 28 deletions(-) diff --git a/.tekton/basic-component-pipeline.yaml b/.tekton/basic-component-pipeline.yaml index ff48341dfa73e..50811218ce2a1 100644 --- a/.tekton/basic-component-pipeline.yaml +++ b/.tekton/basic-component-pipeline.yaml @@ -81,10 +81,6 @@ spec: description: Build dependencies to be prefetched by Cachi2 name: prefetch-input type: string - - default: "false" - description: Java build - name: java - type: string - description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after @@ -123,9 +119,6 @@ spec: - description: "" name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) - - description: "" - name: JAVA_COMMUNITY_DEPENDENCIES - value: $(tasks.build-container-amd64.results.JAVA_COMMUNITY_DEPENDENCIES) workspaces: - name: git-auth diff --git a/.tekton/main-pipeline.yaml b/.tekton/main-pipeline.yaml index 7367f6f6820e6..df0f209216afe 100644 --- a/.tekton/main-pipeline.yaml +++ b/.tekton/main-pipeline.yaml @@ -81,10 +81,6 @@ spec: description: Build dependencies to be prefetched by Cachi2 name: prefetch-input type: string - - default: "false" - description: Java build - name: java - type: string - description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after @@ -119,9 +115,6 @@ spec: - description: "" name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) - - description: "" - name: JAVA_COMMUNITY_DEPENDENCIES - value: $(tasks.build-container-amd64.results.JAVA_COMMUNITY_DEPENDENCIES) workspaces: - name: git-auth diff --git a/.tekton/operator-bundle-pipeline.yaml b/.tekton/operator-bundle-pipeline.yaml index 8f6864ebc4362..f1ef9654c6be5 100644 --- a/.tekton/operator-bundle-pipeline.yaml +++ b/.tekton/operator-bundle-pipeline.yaml @@ -81,10 +81,6 @@ spec: description: Build dependencies to be prefetched by Cachi2 name: prefetch-input type: string - - default: "false" - description: Java build - name: java - type: string - description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after @@ -227,9 +223,6 @@ spec: - description: "" name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) - - description: "" - name: JAVA_COMMUNITY_DEPENDENCIES - value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES) - description: "" name: SNAPSHOT_NAME value: $(tasks.create-acs-style-snapshot.results.SNAPSHOT_NAME) diff --git a/.tekton/scanner-v4-pipeline.yaml b/.tekton/scanner-v4-pipeline.yaml index 2a0926159e578..c2c0af9bb3b64 100644 --- a/.tekton/scanner-v4-pipeline.yaml +++ b/.tekton/scanner-v4-pipeline.yaml @@ -81,10 +81,6 @@ spec: description: Build dependencies to be prefetched by Cachi2 name: prefetch-input type: string - - default: "false" - description: Java build - name: java - type: string - description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after @@ -119,9 +115,6 @@ spec: - description: "" name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) - - description: "" - name: JAVA_COMMUNITY_DEPENDENCIES - value: $(tasks.build-container-amd64.results.JAVA_COMMUNITY_DEPENDENCIES) workspaces: - name: git-auth