Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
9162368
konflux: add build-args-file param
andrewschoen Jul 3, 2025
db65b15
konflux: fix sbom generation failure
andrewschoen Jul 3, 2025
152c1e2
test; add rpm build pipeline
andrewschoen Jul 7, 2025
5b90ba3
konflux: use quay.io/rhceph-ci/rhceph-rpms
andrewschoen Jul 28, 2025
0a4525c
test: add rhceph.spec
andrewschoen Jul 28, 2025
0fc5e1a
konflux: add service account name
andrewschoen Jul 28, 2025
1e48260
test: use upstream spec file
andrewschoen Jul 28, 2025
7652bcb
konflux: use downstream rpm build pipeline
andrewschoen Jul 28, 2025
fb276ec
konflux: add koji-target
andrewschoen Jul 29, 2025
26d9baa
add sources file and update Source0 in spec file
andrewschoen Jul 29, 2025
76edbbe
test: change name and spec file to ceph
andrewschoen Jul 29, 2025
e1dc2ba
test: rename ceph.spec
andrewschoen Jul 29, 2025
a706456
konflux: use ceph-9.0-rhel-10-build koji target
andrewschoen Jul 29, 2025
963fad2
test: use ceph-9.0-rhel-10-candidate tag
andrewschoen Jul 29, 2025
2aca2c0
f; add bakc ceph.spec
andrewschoen Jul 29, 2025
b987f02
konflux: only use x86_64
andrewschoen Jul 29, 2025
ce9ce7a
f; rename ceph.spec to ceph.spec.bak
andrewschoen Jul 29, 2025
90563cd
test: add koji-build-target param
andrewschoen Jul 29, 2025
fcb1c08
add sources tarball without ceph.spec
andrewschoen Jul 29, 2025
8484f15
add back ceph.spec
andrewschoen Jul 29, 2025
de7eff4
remove ceph.spec again
andrewschoen Jul 29, 2025
1ec2b4e
konflux: use ceph fork of rpmbuild-pipeline
andrewschoen Jul 30, 2025
8d09e51
test: rename rhceph.spec to rhceph.spec.bak
andrewschoen Jul 30, 2025
89ba226
add back ceph.spec
andrewschoen Jul 30, 2025
3753e0d
ceph.spec: set release to 0.pre.ibm
andrewschoen Jul 30, 2025
faad0f8
konflux: add all build archs
andrewschoen Jul 30, 2025
dfc297f
konflux: set koji-target to -buildrequires; remove koji-build-target
andrewschoen Jul 30, 2025
988b874
konflux: use cpeh-9.0-rhel-10 koji-target; only build x86_64
andrewschoen Jul 30, 2025
578da3a
konflux: use ceph-9.0-rhel-10-candidate as koji-target
andrewschoen Jul 30, 2025
6693c9b
ceph.spec: add new path to pathfix.py for rhel10
andrewschoen Aug 4, 2025
ea607ef
konflux: do not use our fork of rpmbuild-pipeline
andrewschoen Aug 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
624 changes: 29 additions & 595 deletions .tekton/rhceph-9-0-pull-request.yaml

Large diffs are not rendered by default.

624 changes: 624 additions & 0 deletions .tekton/rhceph-9-0-pull-request.yaml.bak

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .tekton/rhceph-9-0-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ spec:
value:
- linux/x86_64
- name: dockerfile
value: Dockerfile
value: container/Containerfile
- name: path-context
value: .
- name: build-args-file
value: build-args.txt
pipelineSpec:
description: |
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
Expand Down
1 change: 1 addition & 0 deletions build-args.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CEPH_REF=main
Loading