From dc17d250478c21de0b567e0e3345b7a6a36c4ff5 Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Thu, 16 May 2024 15:35:30 +0200 Subject: [PATCH] Move repo to konflux-ci STONEBLD-2339 Signed-off-by: Adam Cmiel --- hack/trusted-tasks-update.sh | 2 +- partners/README.md | 6 +++--- pipelines/gitops-pull-request-rhtap/README.md | 2 +- task/gather-deploy-images/0.1/README.md | 2 +- task/gather-deploy-images/0.1/gather-deploy-images.yaml | 2 +- .../0.1/prefetch-dependencies-oci-ta.yaml | 2 +- task/prefetch-dependencies/0.1/prefetch-dependencies.yaml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hack/trusted-tasks-update.sh b/hack/trusted-tasks-update.sh index 6b97afd06f..33a18bc1bf 100755 --- a/hack/trusted-tasks-update.sh +++ b/hack/trusted-tasks-update.sh @@ -27,7 +27,7 @@ set -o pipefail mapfile -td ' ' COLLECT < <(echo -n "${COLLECT:-git oci}") INPUT_IMAGE=${INPUT_IMAGE:-quay.io/redhat-appstudio-tekton-catalog/data-acceptable-bundles:latest} OUTPUT_IMAGE=${OUTPUT_IMAGE:-$INPUT_IMAGE} -GIT_REPOSITORY=git+https://github.com/redhat-appstudio/build-definitions.git +GIT_REPOSITORY=git+https://github.com/konflux-ci/build-definitions.git QUAY_NAMESPACE=${QUAY_NAMESPACE:-redhat-appstudio-tekton-catalog} HACK_DIR="$(dirname "${BASH_SOURCE[0]}")" diff --git a/partners/README.md b/partners/README.md index 3db8b2b435..e65d81540e 100644 --- a/partners/README.md +++ b/partners/README.md @@ -1,6 +1,6 @@ # Partner Tekton Task submission process -Partners can submit their Tekton Task in [build-definitions](https://github.com/redhat-appstudio/build-definitions) repository by sending a pull request. +Partners can submit their Tekton Task in [build-definitions](https://github.com/konflux-ci/build-definitions) repository by sending a pull request. build-definitions repository CI job will validate the PR against a [set of checks](#checks). @@ -15,7 +15,7 @@ also include an `OWNERS` file inside the Task directory `partners//OW For example, if your Task name is `my_task` and the version of your Task is `0.1`, your Task YAML and OWNERS file locations will be `partners/my_task/0.1/my_task.yaml` and `partners/my_task/OWNERS` -Send a pull request to the [build-definitions](https://github.com/redhat-appstudio/build-definitions) repository containing your Task YAML and OWNERS file. +Send a pull request to the [build-definitions](https://github.com/konflux-ci/build-definitions) repository containing your Task YAML and OWNERS file. ### How to debug the CI failures in my submitted Task? @@ -45,7 +45,7 @@ Example task is in `partners/example-hello-world`. The example task is printing resolver: git params: - name: url - value: https://github.com/redhat-appstudio/build-definitions + value: https://github.com/konflux-ci/build-definitions - name: revision value: main - name: pathInRepo diff --git a/pipelines/gitops-pull-request-rhtap/README.md b/pipelines/gitops-pull-request-rhtap/README.md index 490aa44b72..8b89348cc8 100644 --- a/pipelines/gitops-pull-request-rhtap/README.md +++ b/pipelines/gitops-pull-request-rhtap/README.md @@ -59,7 +59,7 @@ ### gather-deploy-images:0.1 task results |name|description|used in params (taskname:taskrefversion:taskparam) |---|---|---| -|IMAGES_TO_VERIFY| The images to be verified, in a format compatible with https://github.com/redhat-appstudio/build-definitions/tree/main/task/verify-enterprise-contract/0.1. When there are no images to verify, this is an empty string. | verify-enteprise-contract:0.1:IMAGES| +|IMAGES_TO_VERIFY| The images to be verified, in a format compatible with https://github.com/konflux-ci/build-definitions/tree/main/task/verify-enterprise-contract/0.1. When there are no images to verify, this is an empty string. | verify-enteprise-contract:0.1:IMAGES| ### git-clone:0.1 task results |name|description|used in params (taskname:taskrefversion:taskparam) |---|---|---| diff --git a/task/gather-deploy-images/0.1/README.md b/task/gather-deploy-images/0.1/README.md index e47b263531..07dc24fca4 100644 --- a/task/gather-deploy-images/0.1/README.md +++ b/task/gather-deploy-images/0.1/README.md @@ -10,7 +10,7 @@ Extract images from deployment YAML to pass to EC for validation ## Results |name|description| |---|---| -|IMAGES_TO_VERIFY|The images to be verified, in a format compatible with https://github.com/redhat-appstudio/build-definitions/tree/main/task/verify-enterprise-contract/0.1. When there are no images to verify, this is an empty string. | +|IMAGES_TO_VERIFY|The images to be verified, in a format compatible with https://github.com/konflux-ci/build-definitions/tree/main/task/verify-enterprise-contract/0.1. When there are no images to verify, this is an empty string. | ## Workspaces |name|description|optional| diff --git a/task/gather-deploy-images/0.1/gather-deploy-images.yaml b/task/gather-deploy-images/0.1/gather-deploy-images.yaml index 15869a2632..62ce5da79a 100644 --- a/task/gather-deploy-images/0.1/gather-deploy-images.yaml +++ b/task/gather-deploy-images/0.1/gather-deploy-images.yaml @@ -20,7 +20,7 @@ spec: - name: IMAGES_TO_VERIFY description: > The images to be verified, in a format compatible with - https://github.com/redhat-appstudio/build-definitions/tree/main/task/verify-enterprise-contract/0.1. + https://github.com/konflux-ci/build-definitions/tree/main/task/verify-enterprise-contract/0.1. When there are no images to verify, this is an empty string. steps: - name: get-images-per-env diff --git a/task/prefetch-dependencies-oci-ta/0.1/prefetch-dependencies-oci-ta.yaml b/task/prefetch-dependencies-oci-ta/0.1/prefetch-dependencies-oci-ta.yaml index b078614d2f..69eed7fdb1 100644 --- a/task/prefetch-dependencies-oci-ta/0.1/prefetch-dependencies-oci-ta.yaml +++ b/task/prefetch-dependencies-oci-ta/0.1/prefetch-dependencies-oci-ta.yaml @@ -93,7 +93,7 @@ spec: dev_pacman_flag="" fi - # Copied from https://github.com/redhat-appstudio/build-definitions/blob/main/task/git-clone/0.1/git-clone.yaml + # Copied from https://github.com/konflux-ci/build-definitions/blob/main/task/git-clone/0.1/git-clone.yaml if [ "${WORKSPACE_GIT_AUTH_BOUND}" = "true" ] ; then if [ -f "${WORKSPACE_GIT_AUTH_PATH}/.git-credentials" ] && [ -f "${WORKSPACE_GIT_AUTH_PATH}/.gitconfig" ]; then cp "${WORKSPACE_GIT_AUTH_PATH}/.git-credentials" "${HOME}/.git-credentials" diff --git a/task/prefetch-dependencies/0.1/prefetch-dependencies.yaml b/task/prefetch-dependencies/0.1/prefetch-dependencies.yaml index 784e7f702e..0161463fb2 100644 --- a/task/prefetch-dependencies/0.1/prefetch-dependencies.yaml +++ b/task/prefetch-dependencies/0.1/prefetch-dependencies.yaml @@ -64,7 +64,7 @@ spec: dev_pacman_flag="" fi - # Copied from https://github.com/redhat-appstudio/build-definitions/blob/main/task/git-clone/0.1/git-clone.yaml + # Copied from https://github.com/konflux-ci/build-definitions/blob/main/task/git-clone/0.1/git-clone.yaml if [ "${WORKSPACE_GIT_AUTH_BOUND}" = "true" ] ; then if [ -f "${WORKSPACE_GIT_AUTH_PATH}/.git-credentials" ] && [ -f "${WORKSPACE_GIT_AUTH_PATH}/.gitconfig" ]; then cp "${WORKSPACE_GIT_AUTH_PATH}/.git-credentials" "${HOME}/.git-credentials"