Skip to content

Commit

Permalink
Move repo to konflux-ci
Browse files Browse the repository at this point in the history
STONEBLD-2339

Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed May 21, 2024
1 parent a7c03a3 commit dc17d25
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion hack/trusted-tasks-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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]}")"
Expand Down
6 changes: 3 additions & 3 deletions partners/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -15,7 +15,7 @@ also include an `OWNERS` file inside the Task directory `partners/<task_name>/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?

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pipelines/gitops-pull-request-rhtap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
|---|---|---|
Expand Down
2 changes: 1 addition & 1 deletion task/gather-deploy-images/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
2 changes: 1 addition & 1 deletion task/gather-deploy-images/0.1/gather-deploy-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion task/prefetch-dependencies/0.1/prefetch-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc17d25

Please sign in to comment.