From dc9249c9a2e63672d3672d2209270110a7b236e8 Mon Sep 17 00:00:00 2001 From: Rado Chmiel Date: Thu, 1 Feb 2024 18:54:53 +0100 Subject: [PATCH] Removing watcher-agent and nf-deploy-controler (#233) --- prow/config/config.yaml | 144 ---------------------------------------- 1 file changed, 144 deletions(-) diff --git a/prow/config/config.yaml b/prow/config/config.yaml index f8b01892..d9be4492 100644 --- a/prow/config/config.yaml +++ b/prow/config/config.yaml @@ -953,150 +953,6 @@ postsubmits: - key: .dockerconfigjson path: config.json - nephio-project/watcher-agent: - - name: build-push-image-watcher-agent-release-conf - cluster: default - always_run: true - branches: - - "^v.*$" - annotations: - description: Build and Push Image to DockerHub when release tag is created - decorate: true - decoration_config: - censor_secrets: true - max_concurrency: 0 - spec: - containers: - - name: kaniko - image: gcr.io/kaniko-project/executor:debug - command: - - "/bin/sh" - - "-c" - - | - executor --context=${PWD}/ \ - --dockerfile=Dockerfile --destination=nephio/watcher-agent:${PULL_BASE_REF} - volumeMounts: - - name: kaniko-secret - mountPath: /kaniko/.docker/ - resources: - requests: - cpu: 2 - memory: 2Gi - volumes: - - name: kaniko-secret - secret: - secretName: regcred - items: - - key: .dockerconfigjson - path: config.json - - name: build-push-image-watcher-agent-commit-conf - cluster: default - always_run: true - branches: - - "main" - annotations: - description: Build and Push Image to DockerHub every commit - decorate: true - decoration_config: - censor_secrets: true - max_concurrency: 0 - spec: - containers: - - name: kaniko - image: gcr.io/kaniko-project/executor:debug - command: - - "/bin/sh" - - "-c" - - | - executor --context=${PWD}/ \ - --dockerfile=Dockerfile --destination=nephio/watcher-agent:${BUILD_ID} - volumeMounts: - - name: kaniko-secret - mountPath: /kaniko/.docker/ - resources: - requests: - cpu: 2 - memory: 2Gi - volumes: - - name: kaniko-secret - secret: - secretName: regcred - items: - - key: .dockerconfigjson - path: config.json - - nephio-project/nf-deploy-controller: - - name: build-push-image-nf-deploy-controller-release-conf - cluster: default - always_run: true - branches: - - "^v.*$" - annotations: - description: Build and Push Image to DockerHub when release tag is created - decorate: true - decoration_config: - censor_secrets: true - max_concurrency: 0 - spec: - containers: - - name: kaniko - image: gcr.io/kaniko-project/executor:debug - command: - - "/bin/sh" - - "-c" - - | - executor --context=${PWD}/ \ - --dockerfile=Dockerfile --destination=nephio/nf-deploy-controller:${PULL_BASE_REF} - volumeMounts: - - name: kaniko-secret - mountPath: /kaniko/.docker/ - resources: - requests: - cpu: 2 - memory: 2Gi - volumes: - - name: kaniko-secret - secret: - secretName: regcred - items: - - key: .dockerconfigjson - path: config.json - - name: build-push-image-nf-deploy-controller-commit-conf - cluster: default - always_run: true - branches: - - "main" - annotations: - description: Build and Push Image to DockerHub every commit - decorate: true - decoration_config: - censor_secrets: true - max_concurrency: 0 - spec: - containers: - - name: kaniko - image: gcr.io/kaniko-project/executor:debug - command: - - "/bin/sh" - - "-c" - - | - executor --context=${PWD}/ \ - --dockerfile=Dockerfile --destination=nephio/nf-deploy-controller:${BUILD_ID} - volumeMounts: - - name: kaniko-secret - mountPath: /kaniko/.docker/ - resources: - requests: - cpu: 2 - memory: 2Gi - volumes: - - name: kaniko-secret - secret: - secretName: regcred - items: - - key: .dockerconfigjson - path: config.json - nephio-project/oai: - name: build-push-image-oai-release-conf cluster: default