From a654e204c3496340cf1736a37dd31d752bb0f11a Mon Sep 17 00:00:00 2001 From: Konrad Ohms <40577406+konrad-ohms@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:16:00 +0100 Subject: [PATCH] ci: Cleanup manual unlock (#234) --- ci/pipeline.yaml | 80 ------------------------------------------------ 1 file changed, 80 deletions(-) diff --git a/ci/pipeline.yaml b/ci/pipeline.yaml index 29d244f2..6a27e221 100644 --- a/ci/pipeline.yaml +++ b/ci/pipeline.yaml @@ -18,11 +18,6 @@ groups: - name: build-test-images jobs: - build-e2e-operator-base-image - - name: manual-unlock - jobs: - - gke-lowest-release-unlock-manual - - gke-latest-release-unlock-manual - - openshift-4.11-release-unlock-manual var: instana-operator-git-repo-config: &instana-operator-git-repo-config @@ -59,15 +54,6 @@ resource_types: resources: - - name: test-clusters - type: pool - source: - uri: https://github.ibm.com/instana/k8s-e2e-resources-coordination.git - username: ((ibm-ghe-tokens.concourse-other-teams)) - password: x-oauth-basic - branch: main - pool: k8s-clusters - - name: slack-alert type: slack-notification source: @@ -1506,69 +1492,3 @@ jobs: image: image/image.tar get_params: skip_download: true - - - name: gke-lowest-release-unlock-manual - plan: - - task: prepare-lock - config: - platform: linux - image_resource: - type: registry-image - source: - repository: busybox - outputs: - - name: tmp-lock - run: - path: sh - args: - - -cx - - | - echo "gke-lowest" > tmp-lock/name - touch tmp-lock/metadata - - put: test-clusters - params: - release: tmp-lock - - - name: gke-latest-release-unlock-manual - plan: - - task: prepare-lock - config: - platform: linux - image_resource: - type: registry-image - source: - repository: busybox - outputs: - - name: tmp-lock - run: - path: sh - args: - - -cx - - | - echo "gke-latest" > tmp-lock/name - touch tmp-lock/metadata - - put: test-clusters - params: - release: tmp-lock - - - name: openshift-4.11-release-unlock-manual - plan: - - task: prepare-lock - config: - platform: linux - image_resource: - type: registry-image - source: - repository: busybox - outputs: - - name: tmp-lock - run: - path: sh - args: - - -cx - - | - echo "openshift-4.11" > tmp-lock/name - touch tmp-lock/metadata - - put: test-clusters - params: - release: tmp-lock \ No newline at end of file