Skip to content

Commit

Permalink
Switch CI/CD jobs to ghcr.io images
Browse files Browse the repository at this point in the history
Switch all CI/CD jobs from the plumbing images gcr.io/tekton-releases/dogfooding
to the plumbing images ghcr.io/tektoncd/plumbing.

Images have been copied over with crane, until the publish
template are updated. This PR has been generated with regex
search and replace.

Part of #2157

Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli authored and tekton-robot committed Nov 12, 2024
1 parent 6eebd35 commit 890270b
Show file tree
Hide file tree
Showing 45 changed files with 111 additions and 111 deletions.
2 changes: 1 addition & 1 deletion bots/mariobot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This will respond with a JSON body something like this:
"gitRepository": "github.com/tektoncd/plumbing",
"gitRevision": "pull/20/head",
"contextPath": "tekton/images/tkn",
"targetImage": "gcr.io/tekton-releases/dogfooding/tkn:mario",
"targetImage": "ghcr.io/tektoncd/plumbing/tkn:mario",
"pullRequestID": "20"
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kind-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ This ensures that specific nodes are used for your `kind` job. These nodes have
and 16gb RAM, with local SSD-backed ephemeral storage. We have determined that this
configuration is the optimal one for `kind`.

The image used in your container should be `gcr.io/tekton-releases/dogfooding/test-runner:v20220812-35d6c29808@sha256:b9010d2fe3d1da99c1735ad291271ca8ed56c8e0f3a16d4b0de7a1096fcf5a08`
The image used in your container should be `ghcr.io/tektoncd/plumbing/test-runner:v20220812-35d6c29808@sha256:b9010d2fe3d1da99c1735ad291271ca8ed56c8e0f3a16d4b0de7a1096fcf5a08`
or newer. You can use `:latest`, but we'd recommend against that.

The `args` for your job's container should look like this:
Expand Down
112 changes: 56 additions & 56 deletions prow/config.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
cp ${DOCKER_CONFIG} /workspace/docker-config.json
- name: run-ko
image: gcr.io/tekton-releases/dogfooding/ko:v20240926-3daa55a03e@sha256:393155dbdd7c8d920925b202c88e4846f46a70c1e1dc218b0ea5e2d7e388b576
image: ghcr.io/tektoncd/plumbing/ko:v20240926-3daa55a03e@sha256:393155dbdd7c8d920925b202c88e4846f46a70c1e1dc218b0ea5e2d7e388b576
env:
- name: KO_DOCKER_REPO
value: $(params.imageRegistry)/$(params.imageRegistryPath)
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
ko resolve --platform=${PLATFORMS} --preserve-import-paths -f ${PROJECT_ROOT}/config/ > $OUTPUT_RELEASE_DIR/release.notags.yaml
- name: koparse
image: gcr.io/tekton-releases/dogfooding/koparse:v20240910-ec3cf3c749@sha256:5e8a522fc1e587fc00b69a6d73e0bfdf7a29ca143537a5542eb224680d2dbf2f
image: ghcr.io/tektoncd/plumbing/koparse:v20240910-ec3cf3c749@sha256:5e8a522fc1e587fc00b69a6d73e0bfdf7a29ca143537a5542eb224680d2dbf2f
script: |
set -ex
Expand Down
4 changes: 2 additions & 2 deletions tekton/ci/cluster-interceptors/build-id/tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
cp ${DOCKER_CONFIG} /workspace/docker-config.json
- name: run-ko
image: gcr.io/tekton-releases/dogfooding/ko:latest
image: ghcr.io/tektoncd/plumbing/ko:latest
env:
- name: KO_DOCKER_REPO
value: $(params.imageRegistry)/$(params.imageRegistryPath)
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
ko resolve --platform=${PLATFORMS} --preserve-import-paths -f ${PROJECT_ROOT}/config/ > $OUTPUT_RELEASE_DIR/release.notags.yaml
- name: koparse
image: gcr.io/tekton-releases/dogfooding/koparse:latest
image: ghcr.io/tektoncd/plumbing/koparse:latest
script: |
set -ex
Expand Down
4 changes: 2 additions & 2 deletions tekton/ci/custom-tasks/pr-commenter/tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
cp ${DOCKER_CONFIG} /workspace/docker-config.json
- name: run-ko
image: gcr.io/tekton-releases/dogfooding/ko:v20240926-3daa55a03e@sha256:393155dbdd7c8d920925b202c88e4846f46a70c1e1dc218b0ea5e2d7e388b576
image: ghcr.io/tektoncd/plumbing/ko:v20240926-3daa55a03e@sha256:393155dbdd7c8d920925b202c88e4846f46a70c1e1dc218b0ea5e2d7e388b576
env:
- name: KO_DOCKER_REPO
value: $(params.imageRegistry)/$(params.imageRegistryPath)
Expand Down Expand Up @@ -143,7 +143,7 @@ spec:
ko resolve --platform=${PLATFORMS} --preserve-import-paths -f ${PROJECT_ROOT}/config/ > $OUTPUT_RELEASE_DIR/release.notags.yaml
- name: koparse
image: gcr.io/tekton-releases/dogfooding/koparse:v20240910-ec3cf3c749@sha256:5e8a522fc1e587fc00b69a6d73e0bfdf7a29ca143537a5542eb224680d2dbf2f
image: ghcr.io/tektoncd/plumbing/koparse:v20240910-ec3cf3c749@sha256:5e8a522fc1e587fc00b69a6d73e0bfdf7a29ca143537a5542eb224680d2dbf2f
script: |
set -ex
Expand Down
4 changes: 2 additions & 2 deletions tekton/ci/custom-tasks/pr-status-updater/tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
cp ${DOCKER_CONFIG} /workspace/docker-config.json
- name: run-ko
image: gcr.io/tekton-releases/dogfooding/ko:v20240926-3daa55a03e@sha256:393155dbdd7c8d920925b202c88e4846f46a70c1e1dc218b0ea5e2d7e388b576
image: ghcr.io/tektoncd/plumbing/ko:v20240926-3daa55a03e@sha256:393155dbdd7c8d920925b202c88e4846f46a70c1e1dc218b0ea5e2d7e388b576
env:
- name: KO_DOCKER_REPO
value: $(params.imageRegistry)/$(params.imageRegistryPath)
Expand Down Expand Up @@ -141,7 +141,7 @@ spec:
ko resolve --platform=${PLATFORMS} --preserve-import-paths -f ${PROJECT_ROOT}/config/ > $OUTPUT_RELEASE_DIR/release.notags.yaml
- name: koparse
image: gcr.io/tekton-releases/dogfooding/koparse:v20240910-ec3cf3c749@sha256:5e8a522fc1e587fc00b69a6d73e0bfdf7a29ca143537a5542eb224680d2dbf2f
image: ghcr.io/tektoncd/plumbing/koparse:v20240910-ec3cf3c749@sha256:5e8a522fc1e587fc00b69a6d73e0bfdf7a29ca143537a5542eb224680d2dbf2f
script: |
set -ex
Expand Down
4 changes: 2 additions & 2 deletions tekton/ci/interceptors/add-pr-body/tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
cp ${DOCKER_CONFIG} /workspace/docker-config.json
- name: run-ko
image: gcr.io/tekton-releases/dogfooding/ko:v20240926-3daa55a03e@sha256:393155dbdd7c8d920925b202c88e4846f46a70c1e1dc218b0ea5e2d7e388b576
image: ghcr.io/tektoncd/plumbing/ko:v20240926-3daa55a03e@sha256:393155dbdd7c8d920925b202c88e4846f46a70c1e1dc218b0ea5e2d7e388b576
env:
- name: KO_DOCKER_REPO
value: $(params.imageRegistry)/$(params.imageRegistryPath)
Expand Down Expand Up @@ -143,7 +143,7 @@ spec:
ko resolve --platform=${PLATFORMS} --preserve-import-paths -f ${PROJECT_ROOT}/config/ > $OUTPUT_RELEASE_DIR/release.notags.yaml
- name: koparse
image: gcr.io/tekton-releases/dogfooding/koparse:v20240910-ec3cf3c749@sha256:5e8a522fc1e587fc00b69a6d73e0bfdf7a29ca143537a5542eb224680d2dbf2f
image: ghcr.io/tektoncd/plumbing/koparse:v20240910-ec3cf3c749@sha256:5e8a522fc1e587fc00b69a6d73e0bfdf7a29ca143537a5542eb224680d2dbf2f
script: |
set -ex
Expand Down
4 changes: 2 additions & 2 deletions tekton/ci/interceptors/add-team-members/tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
cp ${DOCKER_CONFIG} /workspace/docker-config.json
- name: run-ko
image: gcr.io/tekton-releases/dogfooding/ko:v20240926-3daa55a03e@sha256:393155dbdd7c8d920925b202c88e4846f46a70c1e1dc218b0ea5e2d7e388b576
image: ghcr.io/tektoncd/plumbing/ko:v20240926-3daa55a03e@sha256:393155dbdd7c8d920925b202c88e4846f46a70c1e1dc218b0ea5e2d7e388b576
env:
- name: KO_DOCKER_REPO
value: $(params.imageRegistry)/$(params.imageRegistryPath)
Expand Down Expand Up @@ -143,7 +143,7 @@ spec:
ko resolve --platform=${PLATFORMS} --preserve-import-paths -f ${PROJECT_ROOT}/config/ > $OUTPUT_RELEASE_DIR/release.notags.yam.
- name: koparse
image: gcr.io/tekton-releases/dogfooding/koparse:v20240910-ec3cf3c749@sha256:5e8a522fc1e587fc00b69a6d73e0bfdf7a29ca143537a5542eb224680d2dbf2f
image: ghcr.io/tektoncd/plumbing/koparse:v20240910-ec3cf3c749@sha256:5e8a522fc1e587fc00b69a6d73e0bfdf7a29ca143537a5542eb224680d2dbf2f
script: |
set -ex
Expand Down
2 changes: 1 addition & 1 deletion tekton/ci/jobs/e2e-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
set -ex
mkdir -p "$ARTIFACTS_FOLDER"
echo "Created folder $ARTIFACTS_FOLDER"
- image: gcr.io/tekton-releases/dogfooding/kind-e2e:latest
- image: ghcr.io/tektoncd/plumbing/kind-e2e:latest
imagePullPolicy: Always
workingDir: $(workspaces.source.path)
name: kind
Expand Down
2 changes: 1 addition & 1 deletion tekton/ci/jobs/tekton-catalog-catlin-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
done
echo -n $final_tests > changed-files.txt
- name: lint-catalog
image: gcr.io/tekton-releases/dogfooding/catlin:latest
image: ghcr.io/tektoncd/plumbing/catlin:latest
workingDir: $(workspaces.source.path)
script: |
set +e
Expand Down
2 changes: 1 addition & 1 deletion tekton/ci/jobs/tekton-golang-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
description: The file within workspace that contains the GitHub token.
- name: sourcePath
description: Location where the git repo will be installed.
image: gcr.io/tekton-releases/dogfooding/coverage:latest
image: ghcr.io/tektoncd/plumbing/coverage:latest
env:
- name: PULL_PULL_SHA
value: $(params.gitRevision)
Expand Down
4 changes: 2 additions & 2 deletions tekton/ci/jobs/tekton-teps-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ spec:
- name: input
steps:
- name: teps-validate
image: gcr.io/tekton-releases/dogfooding/teps:latest
image: ghcr.io/tektoncd/plumbing/teps:latest
args: ['validate', '--teps-folder', '$(workspaces.input.path)/$(params.teps-folder)']
- name: teps-table-refresh
image: gcr.io/tekton-releases/dogfooding/teps:latest
image: ghcr.io/tektoncd/plumbing/teps:latest
workingDir: $(workspaces.input.path)
args: ['table', '--teps-folder', '$(workspaces.input.path)/$(params.teps-folder)']
- name: teps-table
Expand Down
2 changes: 1 addition & 1 deletion tekton/ci/shared/common-tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
type: array
steps:
- name: check-files-changed
image: gcr.io/tekton-releases/dogfooding/test-runner@sha256:d6a49b0d6822f4db7ede60d3f6bb41c1278079ad7c631fcaf00a609a977d0ac0 # golang 1.18.7
image: ghcr.io/tektoncd/plumbing/test-runner@sha256:d6a49b0d6822f4db7ede60d3f6bb41c1278079ad7c631fcaf00a609a977d0ac0 # golang 1.18.7
env:
- name: GIT_CLONE_DEPTH
value: $(params.gitCloneDepth)
Expand Down
4 changes: 2 additions & 2 deletions tekton/ci/shared/gubernator-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
value: $(params.pullRequestNumber)
steps:
- name: write-data
image: gcr.io/tekton-releases/dogfooding/tkn:v20230113-3deba3be3c@sha256:f977259288f8961d5e7ed966584f272431edadfda3bd0a30022ad9416ebde47e
image: ghcr.io/tektoncd/plumbing/tkn:v20230113-3deba3be3c@sha256:f977259288f8961d5e7ed966584f272431edadfda3bd0a30022ad9416ebde47e
workingDir: $(workspaces.shared.path)
script: |
#!/usr/bin/env sh
Expand Down Expand Up @@ -172,7 +172,7 @@ spec:
value: $(params.jobStatus)
steps:
- name: write-data
image: gcr.io/tekton-releases/dogfooding/tkn:v20230113-3deba3be3c@sha256:f977259288f8961d5e7ed966584f272431edadfda3bd0a30022ad9416ebde47e
image: ghcr.io/tektoncd/plumbing/tkn:v20230113-3deba3be3c@sha256:f977259288f8961d5e7ed966584f272431edadfda3bd0a30022ad9416ebde47e
workingDir: $(workspaces.shared.path)
script: |
#!/usr/bin/env sh
Expand Down
2 changes: 1 addition & 1 deletion tekton/cronjobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ spec:
- name: GIT_REVISION
value: main
- name: TARGET_IMAGE
value: gcr.io/tekton-releases/dogfooding/myimage:latest
value: ghcr.io/tektoncd/plumbing/myimage:latest
- name: CONTEXT_PATH
value: tekton/images/myimage
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Cron Job to build an alpine container image with `git` installed and a
non-root user set up.
The image is published daily to [gcr.io/tekton-releases/dogfooding/alpine-git-nonroot:latest](gcr.io/tekton-releases/dogfooding/alpine-git-nonroot:latest).
The image is published daily to [ghcr.io/tektoncd/plumbing/alpine-git-nonroot:latest](ghcr.io/tektoncd/plumbing/alpine-git-nonroot:latest).
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cron Job to build a container image with `docker buildx` and `gcloud` installed.
The image is published daily to [gcr.io/tekton-releases/dogfooding/buildx-gcloud:latest](gcr.io/tekton-releases/dogfooding/buildx-gcloud:latest).
The image is published daily to [ghcr.io/tektoncd/plumbing/buildx-gcloud:latest](ghcr.io/tektoncd/plumbing/buildx-gcloud:latest).
2 changes: 1 addition & 1 deletion tekton/cronjobs/dogfooding/images/catlin-nightly/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Cron Job to build a container image with `catlin` installed. The image is published daily to `gcr.io/tekton-releases/dogfooding/catlin:latest`.
Cron Job to build a container image with `catlin` installed. The image is published daily to `ghcr.io/tektoncd/plumbing/catlin:latest`.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cron Job to build a container image with `coverage` installed.
The image is published daily to [gcr.io/tekton-releases/dogfooding/coverage:latest](gcr.io/tekton-releases/dogfooding/coverage:latest).
The image is published daily to [ghcr.io/tektoncd/plumbing/coverage:latest](ghcr.io/tektoncd/plumbing/coverage:latest).
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cron Job to build a container image with `go-rest-api-test` installed.
The image is published daily to [gcr.io/tekton-releases/dogfooding/go-rest-api-test:latest](gcr.io/tekton-releases/dogfooding/go-rest-api-test:latest).
The image is published daily to [ghcr.io/tektoncd/plumbing/go-rest-api-test:latest](ghcr.io/tektoncd/plumbing/go-rest-api-test:latest).
2 changes: 1 addition & 1 deletion tekton/cronjobs/dogfooding/images/hub-nightly/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cron Job to build a container image with `hub` installed.
The image is published daily to [gcr.io/tekton-releases/dogfooding/hub:latest](gcr.io/tekton-releases/dogfooding/hub:latest).
The image is published daily to [ghcr.io/tektoncd/plumbing/hub:latest](ghcr.io/tektoncd/plumbing/hub:latest).
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cron Job to build a container image with `ko` and `gcloud` installed.
The image is published daily to [gcr.io/tekton-releases/dogfooding/ko:gcloud-latest](gcr.io/tekton-releases/dogfooding/ko-gcloud:latest).
The image is published daily to [ghcr.io/tektoncd/plumbing/ko:gcloud-latest](ghcr.io/tektoncd/plumbing/ko-gcloud:latest).
2 changes: 1 addition & 1 deletion tekton/cronjobs/dogfooding/images/ko-nightly/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cron Job to build a container image with `ko` installed.
The image is published daily to [gcr.io/tekton-releases/dogfooding/ko:latest](gcr.io/tekton-releases/dogfooding/ko:latest).
The image is published daily to [ghcr.io/tektoncd/plumbing/ko:latest](ghcr.io/tektoncd/plumbing/ko:latest).
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cron Job to build a container image with `koparse` installed.
The image is published daily to [gcr.io/tekton-releases/dogfooding/tkn:latest](gcr.io/tekton-releases/dogfooding/koparse:latest).
The image is published daily to [ghcr.io/tektoncd/plumbing/tkn:latest](ghcr.io/tektoncd/plumbing/koparse:latest).
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cron Job to build a container image with `kubectl` installed.
The image is published daily to [gcr.io/tekton-releases/dogfooding/kubectl:latest](gcr.io/tekton-releases/dogfooding/kubectl:latest).
The image is published daily to [ghcr.io/tektoncd/plumbing/kubectl:latest](ghcr.io/tektoncd/plumbing/kubectl:latest).
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cron Job to build the `test-runner` container image used for CI/CD.
The image is published daily to [gcr.io/tekton-releases/dogfooding/test-runner:latest](gcr.io/tekton-releases/dogfooding/test-runner:latest).
The image is published daily to [ghcr.io/tektoncd/plumbing/test-runner:latest](ghcr.io/tektoncd/plumbing/test-runner:latest).
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Teps image

Cron Job to build a container with the "teps.py" tool from the tektoncd/community repo.
The image is published daily to [gcr.io/tekton-releases/dogfooding/teps:latest](gcr.io/tekton-releases/dogfooding/teps:latest).
The image is published daily to [ghcr.io/tektoncd/plumbing/teps:latest](ghcr.io/tektoncd/plumbing/teps:latest).
2 changes: 1 addition & 1 deletion tekton/cronjobs/dogfooding/images/tkn-nightly/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cron Job to build a container image with `tkn` installed.
The image is published daily to [gcr.io/tekton-releases/dogfooding/tkn:latest](gcr.io/tekton-releases/dogfooding/tkn:latest).
The image is published daily to [ghcr.io/tektoncd/plumbing/tkn:latest](ghcr.io/tektoncd/plumbing/tkn:latest).
6 changes: 3 additions & 3 deletions tekton/resources/cd/install-tekton-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
value: $(workspaces.resources.path)/plumbing/tekton/cd
steps:
- name: deploy-tekton-project
image: gcr.io/tekton-releases/dogfooding/ko-gcloud:latest
image: ghcr.io/tektoncd/plumbing/ko-gcloud:latest
script: |
#!/usr/bin/env bash
set -exo pipefail
Expand Down Expand Up @@ -92,7 +92,7 @@ spec:
kubectl apply --kubeconfig $KUBECONFIG $APPLY_MODE
- name: wait-until-pods-and-crds
image: gcr.io/tekton-releases/dogfooding/ko-gcloud:latest
image: ghcr.io/tektoncd/plumbing/ko-gcloud:latest
script: |
#!/usr/bin/env bash
set -exo pipefail
Expand All @@ -108,7 +108,7 @@ spec:
kubectl wait --for condition=established --timeout=60s crd -l app.kubernetes.io/part-of=$APPLICATION
fi
- name: deploy-extra-manifest
image: gcr.io/tekton-releases/dogfooding/ko-gcloud:latest
image: ghcr.io/tektoncd/plumbing/ko-gcloud:latest
script: |
#!/usr/bin/env bash
set -exo pipefail
Expand Down
2 changes: 1 addition & 1 deletion tekton/resources/images/docker-multi-arch-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
value: $(params.tags)
- name: IMAGE_URL
value: $(params.imageUrl)
image: gcr.io/tekton-releases/dogfooding/buildx-gcloud:latest
image: ghcr.io/tektoncd/plumbing/buildx-gcloud:latest
name: build-image-multi-arch
script: |
#!/usr/bin/env sh
Expand Down
2 changes: 1 addition & 1 deletion tekton/resources/images/ko-multi-arch-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
value: $(params.tags)
- name: CONTEXT_PATH
value: $(params.contextPath)
image: gcr.io/tekton-releases/dogfooding/ko-gcloud:latest
image: ghcr.io/tektoncd/plumbing/ko-gcloud:latest
name: build-image-multi-arch
script: |
#!/usr/bin/env sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
mountPath: /root/.kube
steps:
- name: deploy
image: gcr.io/tekton-releases/dogfooding/kubectl:latest
image: ghcr.io/tektoncd/plumbing/kubectl:latest
env:
- name: KUBECONFIG
value: $(workspaces.k8s-shared.path)/config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
description: workspace with source code for tekton component
steps:
- name: run-e2e-tests
image: gcr.io/tekton-releases/dogfooding/test-runner:latest
image: ghcr.io/tektoncd/plumbing/test-runner:latest
workingDir: $(workspaces.source-code.path)/src/$(params.package)
env:
- name: REPO_ROOT_DIR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
description: target architecture for tests (s390x, ppc64le, arm64)
steps:
- name: run-e2e-tests
image: gcr.io/tekton-releases/dogfooding/test-runner:latest
image: ghcr.io/tektoncd/plumbing/test-runner:latest
workingDir: $(workspaces.source-code.path)/src/$(params.package)
env:
- name: REPO_ROOT_DIR
Expand Down
4 changes: 2 additions & 2 deletions tekton/resources/nightly-tests/bastion-z/cleanup_tekton.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
mountPath: /workspace
steps:
- name: cleanup-resources
image: gcr.io/tekton-releases/dogfooding/kubectl:latest
image: ghcr.io/tektoncd/plumbing/kubectl:latest
env:
- name: KUBECONFIG
value: $(workspaces.k8s-shared.path)/config
Expand All @@ -34,7 +34,7 @@ spec:
kubectl delete --ignore-not-found=true ${res}.tekton.dev --all || return true
done
- name: uninstall-tekton-project
image: gcr.io/tekton-releases/dogfooding/test-runner:latest
image: ghcr.io/tektoncd/plumbing/test-runner:latest
workingDir: /workspace/src/$(params.package)
env:
- name: KUBECONFIG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
description: workspace with source code for tekton component
steps:
- name: run-e2e-tests
image: gcr.io/tekton-releases/dogfooding/test-runner:latest
image: ghcr.io/tektoncd/plumbing/test-runner:latest
workingDir: $(workspaces.source-code.path)/src/$(params.package)
env:
- name: REPO_ROOT_DIR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
description: workspace with source code for tekton component
steps:
- name: run-e2e-tests
image: gcr.io/tekton-releases/dogfooding/test-runner:latest
image: ghcr.io/tektoncd/plumbing/test-runner:latest
workingDir: $(workspaces.source-code.path)/src/$(params.package)
env:
- name: REPO_ROOT_DIR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ spec:
description: workspace with source code for tekton component
steps:
- name: run-e2e-tests
image: gcr.io/tekton-releases/dogfooding/test-runner:latest
image: ghcr.io/tektoncd/plumbing/test-runner:latest
workingDir: $(workspaces.source-code.path)/src/github.com/tektoncd/catalog
env:
- name: KUBECONFIG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ spec:
description: workspace with source code for tekton component
steps:
- name: run-e2e-tests
image: gcr.io/tekton-releases/dogfooding/test-runner:latest
image: ghcr.io/tektoncd/plumbing/test-runner:latest
workingDir: $(workspaces.source-code.path)/src/github.com/tektoncd/catalog
env:
- name: KUBECONFIG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ spec:
description: workspace with source code for tekton component
steps:
- name: run-e2e-tests
image: gcr.io/tekton-releases/dogfooding/test-runner:latest
image: ghcr.io/tektoncd/plumbing/test-runner:latest
workingDir: $(workspaces.source-code.path)/src/github.com/tektoncd/dashboard
env:
# Connect to the sidecar over TCP, with TLS.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ spec:
description: workspace with source code for tekton component
steps:
- name: run-e2e-tests
image: gcr.io/tekton-releases/dogfooding/test-runner:latest
image: ghcr.io/tektoncd/plumbing/test-runner:latest
workingDir: $(workspaces.source-code.path)/src/github.com/tektoncd/dashboard
env:
# Connect to the sidecar over TCP, with TLS.
Expand Down
Loading

0 comments on commit 890270b

Please sign in to comment.