Skip to content

Commit 2ac955d

Browse files
committed
fix: remove big unused results of get-supported-versions
1 parent cb4c26e commit 2ac955d

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
@@ -130,4 +130,5 @@ spec:
130130
131131
132132
echo -n "success" | tee "$(results.status.path)"
133+
echo
133134
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
@@ -24,13 +24,6 @@ spec:
2424
Pull spec for the public repository mirror index image.
2525
Example: registry.redhat.io/redhat/community-operator-index
2626
27-
- name: public_repository_mirrors_with_version
28-
description: >-
29-
All known supported public repository mirror pull specs with version tag (space separated).
30-
Example:
31-
registry.redhat.io/redhat/community-operator-index:v4.13
32-
registry.redhat.io/redhat/community-operator-index:v4.14
33-
3427
- name: pending_repository
3528
description: >-
3629
Known supported pending repository pull spec.
@@ -51,13 +44,6 @@ spec:
5144
Example:
5245
quay.io/redhat/redhat----community-operator-index
5346
54-
- name: repositories_with_version
55-
description: >-
56-
All known supported repository urls with version tag (space separated).
57-
Example:
58-
quay.io/redhat/redhat----community-operator-index:v4.13
59-
quay.io/redhat/redhat----community-operator-index:v4.14
60-
6147
- name: indices_ocp_versions
6248
description: >-
6349
All known supported OCP versions (space separated).
@@ -110,13 +96,6 @@ spec:
11096
| tee $(results.public_repository_mirror.path)
11197
echo
11298
113-
echo "All supported public repository mirror pull specs with version:"
114-
echo $VERSION_INFO \
115-
| jq -r '.indices | map(.public_repository_mirror_with_version) | join(" ")' \
116-
| tr -d '\n\r' \
117-
| tee $(results.public_repository_mirrors_with_version.path)
118-
echo
119-
12099
echo "Supported pending repository pull spec:"
121100
echo $VERSION_INFO \
122101
| jq -r '.indices[0].pending_repository' \
@@ -138,13 +117,6 @@ spec:
138117
| tee $(results.repository.path)
139118
echo
140119
141-
echo "All supported repository urls with version:"
142-
echo $VERSION_INFO \
143-
| jq -r '.indices | map(.repository_with_version) | join(" ")' \
144-
| tr -d '\n\r' \
145-
| tee $(results.repositories_with_version.path)
146-
echo
147-
148120
echo "All supported OCP versions:"
149121
echo $VERSION_INFO \
150122
| jq -r '.indices | map(.ocp_version) | join(" ")' \

0 commit comments

Comments
 (0)