-
Notifications
You must be signed in to change notification settings - Fork 25
51 lines (47 loc) · 1.57 KB
/
build-opensuse.pip-based.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: Build OpenSUSE:pip based images
on:
push:
paths:
- 'ci_build_images/opensuse.Dockerfile'
- 'ci_build_images/pip.Dockerfile'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/buildbot-worker.Dockerfile'
- 'ci_build_images/mariadb_zypper_expect'
- .github/workflows/build-opensuse.pip-based.yml
- .github/workflows/bbw_build_container_template.yml
pull_request:
paths:
- 'ci_build_images/opensuse.Dockerfile'
- 'ci_build_images/pip.Dockerfile'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/buildbot-worker.Dockerfile'
- 'ci_build_images/mariadb_zypper_expect'
- .github/workflows/build-opensuse.pip-based.yml
- .github/workflows/bbw_build_container_template.yml
workflow_call:
jobs:
build-images:
strategy:
fail-fast: false
matrix:
include:
- image: opensuse/leap:15.5
platforms: linux/amd64
tag: opensuse1505
nogalera: true
- image: opensuse/leap:15.6
platforms: linux/amd64
tag: opensuse1506
nogalera: false
uses: ./.github/workflows/bbw_build_container_template.yml
with:
dockerfile: opensuse.Dockerfile pip.Dockerfile
image: ${{ matrix.image }}
platforms: ${{ matrix.platforms }}
tag: ${{ matrix.tag }}
nogalera: ${{ matrix.nogalera }}
files:
'[
{"name": "mariadb_zypper_expect", "source": "''$WORKDIR/mariadb_zypper_expect''", "target": "''$GITHUB_WORKSPACE''"}
]'
secrets: inherit