Skip to content

Commit

Permalink
Removing watcher-agent and nf-deploy-controler (nephio-project#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslawc authored and dkosteck committed Aug 15, 2024
1 parent f560818 commit dc9249c
Showing 1 changed file with 0 additions and 144 deletions.
144 changes: 0 additions & 144 deletions prow/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc9249c

Please sign in to comment.