Skip to content

Commit

Permalink
Merge pull request #1481 from cybozu/remove-unused-csa-containers
Browse files Browse the repository at this point in the history
Remove unused csa containers
  • Loading branch information
llamerada-jp authored Nov 28, 2024
2 parents ac48417 + eee0579 commit aed16c4
Showing 1 changed file with 0 additions and 67 deletions.
67 changes: 0 additions & 67 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,80 +314,13 @@ jobs:
-t quay.io/cybozu/$image:$TAG \
${BRANCH_TAG_OPTION} \
${dir}
build-ceph:
parameters:
version:
type: string
docker:
- image: quay.io/cybozu/ubuntu-dev:22.04
resource_class: 2xlarge+
steps:
- checkout
- run:
name: Check TAG file
command: |
ceph_tag_exists="$(./tag_exists ceph)"
if [ "$ceph_tag_exists" = ng ]; then
echo ceph > BUILDS
fi
- run:
name: Build Ceph packages
command: |
mkdir -p src/workspace
if [ ! -f BUILDS ]; then
# fake for the next step
cd src/workspace
touch COPYING
exit 0
fi
ceph/build.sh << parameters.version >>
- persist_to_workspace:
root: src/workspace
paths:
- "*"
workflows:
main:
jobs:
- build-ceph:
version: 18.2.4
- build:
name: build-ceph-container
container-image: ceph
attach: true
dir: ceph
requires:
- build-ceph
- build:
name: build-ceph-extra-exporter
container-image: ceph-extra-exporter
- build:
name: build-cephcsi
container-image: cephcsi
- build:
name: build-csi-attacher
container-image: csi-attacher
- build:
name: build-csi-node-driver-registrar
container-image: csi-node-driver-registrar
- build:
name: build-csi-provisioner
container-image: csi-provisioner
- build:
name: build-csi-resizer
container-image: csi-resizer
- build:
name: build-csi-snapshotter
container-image: csi-snapshotter
- build:
name: build-gorush
container-image: gorush
- build:
name: build-local-pv-provisioner
container-image: local-pv-provisioner
- build:
name: build-redis
container-image: redis
- build:
name: build-rook
container-image: rook

0 comments on commit aed16c4

Please sign in to comment.