Skip to content

Commit 28f98e8

Browse files
Rakshitha-KamathRakshitha-Kamath
authored andcommitted
Fix all the violations and warnings
Signed-off-by: Rakshitha-Kamath <[email protected]>
1 parent 5040c78 commit 28f98e8

File tree

5 files changed

+185
-199
lines changed

5 files changed

+185
-199
lines changed

.tekton/rhceph-container-9-0-pull-request.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9-
pipelinesascode.tekton.dev/cancel-in-progress: "true"
9+
pipelinesascode.tekton.dev/cancel-in-progress: "false"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-9.0"
1212
creationTimestamp:
@@ -24,8 +24,6 @@ spec:
2424
value: '{{revision}}'
2525
- name: output-image
2626
value: quay.io/rhceph-ci/rhceph:on-pr-v9.0-{{revision}}
27-
- name: image-expires-after
28-
value: 5d
2927
- name: build-platforms
3028
value:
3129
- linux/x86_64
@@ -47,10 +45,10 @@ spec:
4745
"path": ".",
4846
"options": {
4947
"dnf": {
50-
"rhceph-9-tools-for-rhel-9-x86_64-rpms": {
48+
"rhceph-8-tools-for-rhel-9-x86_64-rpms": {
5149
"gpgcheck": "0"
5250
},
53-
"rhceph-9-tools-for-rhel-9-x86_64-source-rpms": {
51+
"rhceph-8-tools-for-rhel-9-x86_64-rpms": {
5452
"gpgcheck": "0"
5553
}
5654
}
@@ -648,7 +646,7 @@ spec:
648646
- name: name
649647
value: rpms-signature-scan
650648
- name: bundle
651-
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:73471b26483d68fb6cdcc057b5891e510dbb5dd0a189884826b648c33e26a025
649+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
652650
- name: kind
653651
value: task
654652
resolver: bundles

.tekton/rhceph-container-9-0-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ spec:
4444
"path": ".",
4545
"options": {
4646
"dnf": {
47-
"rhceph-9-tools-for-rhel-9-x86_64-rpms": {
47+
"odcs-4416602": {
4848
"gpgcheck": "0"
4949
},
50-
"rhceph-9-tools-for-rhel-9-x86_64-source-rpms": {
50+
"odcs-4416602-source": {
5151
"gpgcheck": "0"
5252
}
5353
}
@@ -644,7 +644,7 @@ spec:
644644
- name: name
645645
value: rpms-signature-scan
646646
- name: bundle
647-
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:73471b26483d68fb6cdcc057b5891e510dbb5dd0a189884826b648c33e26a025
647+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
648648
- name: kind
649649
value: task
650650
resolver: bundles

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ LABEL name="rhceph"
6666
LABEL description="Red Hat Ceph Storage 9"
6767
LABEL summary="Provides the latest Red Hat Ceph Storage 9 on RHEL 9 in a fully featured and supported base image."
6868
LABEL io.k8s.display-name="Red Hat Ceph Storage 9 on RHEL 9"
69+
LABEL io.k8s.description="Red Hat Ceph Storage 9"
6970
LABEL io.openshift.tags="rhceph ceph"
7071
LABEL io.k8s.description="Red Hat Ceph Storage 9"
7172

compose.repo

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[rhceph-9-tools-for-rhel-9-$basearch-rpms]
2-
name=rhceph-9-tools-for-rhel-9-rpms
3-
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4450226/compose/Temporary/$basearch/os
2+
name=ODCS repository for compose odcs-4450532
3+
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4450532/compose/Temporary/$basearch/os
44
type=rpm-md
55
skip_if_unavailable=False
66
gpgcheck=0
@@ -9,8 +9,8 @@ enabled=1
99
enabled_metadata=1
1010

1111
[rhceph-9-tools-for-rhel-9-$basearch-debug-rpms]
12-
name=rhceph-9-tools-for-rhel-9-debug-rpms
13-
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4450226/compose/Temporary/$basearch/debug/tree
12+
name=ODCS repository for compose odcs-4450532-debuginfo
13+
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4450532/compose/Temporary/$basearch/debug/tree
1414
type=rpm-md
1515
skip_if_unavailable=False
1616
gpgcheck=0
@@ -19,11 +19,12 @@ enabled=0
1919
enabled_metadata=1
2020

2121
[rhceph-9-tools-for-rhel-9-$basearch-source-rpms]
22-
name=rhceph-9-tools-for-rhel-9-srpms
23-
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4450226/compose/Temporary/source/tree
22+
name=ODCS repository for compose odcs-4450532-source
23+
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4450532/compose/Temporary/source/tree
2424
type=rpm-md
2525
skip_if_unavailable=False
2626
gpgcheck=0
2727
repo_gpgcheck=0
2828
enabled=0
2929
enabled_metadata=1
30+

0 commit comments

Comments
 (0)