Skip to content

Commit cc82302

Browse files
committed
fix: remove big unused results of get-supported-versions
1 parent 7039a36 commit cc82302

2 files changed

Lines changed: 1 addition & 28 deletions

File tree

ansible/roles/operator-pipeline/templates/openshift/tasks/add-bundle-to-index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,5 @@ spec:
118118
119119
120120
echo -n "success" | tee "$(results.status.path)"
121+
echo
121122
cat index-image-paths.txt

ansible/roles/operator-pipeline/templates/openshift/tasks/get-supported-versions.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ spec:
2929
Pull spec for the public repository mirror index image.
3030
Example: registry.redhat.io/redhat/community-operator-index
3131
32-
- name: public_repository_mirrors_with_version
33-
description: >-
34-
All known supported public repository mirror pull specs with version tag (space separated).
35-
Example:
36-
registry.redhat.io/redhat/community-operator-index:v4.13
37-
registry.redhat.io/redhat/community-operator-index:v4.14
38-
3932
- name: pending_repository
4033
description: >-
4134
Known supported pending repository pull spec.
@@ -56,13 +49,6 @@ spec:
5649
Example:
5750
quay.io/redhat/redhat----community-operator-index
5851
59-
- name: repositories_with_version
60-
description: >-
61-
All known supported repository urls with version tag (space separated).
62-
Example:
63-
quay.io/redhat/redhat----community-operator-index:v4.13
64-
quay.io/redhat/redhat----community-operator-index:v4.14
65-
6652
- name: indices_ocp_versions
6753
description: >-
6854
All known supported OCP versions (space separated).
@@ -122,13 +108,6 @@ spec:
122108
| tee $(results.public_repository_mirror.path)
123109
echo
124110
125-
echo "All supported public repository mirror pull specs with version:"
126-
echo $VERSION_INFO \
127-
| jq -r '.indices | map(.public_repository_mirror_with_version) | join(" ")' \
128-
| tr -d '\n\r' \
129-
| tee $(results.public_repository_mirrors_with_version.path)
130-
echo
131-
132111
echo "Supported pending repository pull spec:"
133112
echo $VERSION_INFO \
134113
| jq -r '.indices[0].pending_repository' \
@@ -150,13 +129,6 @@ spec:
150129
| tee $(results.repository.path)
151130
echo
152131
153-
echo "All supported repository urls with version:"
154-
echo $VERSION_INFO \
155-
| jq -r '.indices | map(.repository_with_version) | join(" ")' \
156-
| tr -d '\n\r' \
157-
| tee $(results.repositories_with_version.path)
158-
echo
159-
160132
echo "All supported OCP versions:"
161133
echo $VERSION_INFO \
162134
| jq -r '.indices | map(.ocp_version) | join(" ")' \

0 commit comments

Comments
 (0)