Skip to content

Commit ea31427

Browse files
Merge branch 'release-9.0' into wip-konflux-release
2 parents d919bb4 + c7ae8dd commit ea31427

File tree

4 files changed

+208
-194
lines changed

4 files changed

+208
-194
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
- name: hermetic
3838
value: "true"
3939
- name: skip-checks
40-
value: "true"
40+
value: "false"
4141
- name: path-context
4242
value: .
4343
- name: prefetch-input
@@ -47,10 +47,10 @@ spec:
4747
"path": ".",
4848
"options": {
4949
"dnf": {
50-
"odcs-4411332": {
50+
"odcs-4414456": {
5151
"gpgcheck": "0"
5252
},
53-
"odcs-4411332-source": {
53+
"odcs-4414456-source": {
5454
"gpgcheck": "0"
5555
}
5656
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
- name: hermetic
3535
value: "true"
3636
- name: skip-checks
37-
value: "true"
37+
value: "false"
3838
- name: path-context
3939
value: .
4040
- name: prefetch-input
@@ -44,10 +44,10 @@ spec:
4444
"path": ".",
4545
"options": {
4646
"dnf": {
47-
"odcs-4411332": {
47+
"odcs-4414456": {
4848
"gpgcheck": "0"
4949
},
50-
"odcs-4411332-source": {
50+
"odcs-4414456-source": {
5151
"gpgcheck": "0"
5252
}
5353
}

compose.repo

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
[odcs-4411332]
2-
name=ODCS repository for compose odcs-4411332
3-
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4411332/compose/Temporary/$basearch/os
1+
[odcs-4414456]
2+
name=ODCS repository for compose odcs-4414456
3+
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4414456/compose/Temporary/$basearch/os
44
type=rpm-md
55
skip_if_unavailable=False
66
gpgcheck=0
77
repo_gpgcheck=0
88
enabled=1
99
enabled_metadata=1
1010

11-
[odcs-4411332-debuginfo]
12-
name=ODCS repository for compose odcs-4411332-debuginfo
13-
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4411332/compose/Temporary/$basearch/debug/tree
11+
[odcs-4414456-debuginfo]
12+
name=ODCS repository for compose odcs-4414456-debuginfo
13+
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4414456/compose/Temporary/$basearch/debug/tree
1414
type=rpm-md
1515
skip_if_unavailable=False
1616
gpgcheck=0
1717
repo_gpgcheck=0
1818
enabled=0
1919
enabled_metadata=1
2020

21-
[odcs-4411332-source]
22-
name=ODCS repository for compose odcs-4411332-source
23-
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4411332/compose/Temporary/source/tree
21+
[odcs-4414456-source]
22+
name=ODCS repository for compose odcs-4414456-source
23+
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4414456/compose/Temporary/source/tree
2424
type=rpm-md
2525
skip_if_unavailable=False
2626
gpgcheck=0

0 commit comments

Comments
 (0)