Skip to content

MDBF-778 Add CI support for no-galera installation of workers #12

MDBF-778 Add CI support for no-galera installation of workers

MDBF-778 Add CI support for no-galera installation of workers #12

name: Build CentOS7:pip based images
on:
push:
paths:
- 'ci_build_images/centos7.Dockerfile'
- 'ci_build_images/pip.Dockerfile'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/buildbot-worker.Dockerfile'
- .github/workflows/build-centos7.pip-based.yml
- .github/workflows/bbw_build_container_template.yml
pull_request:
paths:
- 'ci_build_images/centos7.Dockerfile'
- 'ci_build_images/pip.Dockerfile'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/buildbot-worker.Dockerfile'
- .github/workflows/build-centos7.pip-based.yml
- .github/workflows/bbw_build_container_template.yml
workflow_call:
jobs:
build-images:
strategy:
fail-fast: false
matrix:
include:
- image: centos:7
platforms: linux/amd64
uses: ./.github/workflows/bbw_build_container_template.yml
with:
dockerfile: centos7.Dockerfile pip.Dockerfile
image: ${{ matrix.image }}
platforms: ${{ matrix.platforms }}
secrets: inherit