Skip to content

Commit 6b06371

Browse files
committed
Use OBS built container as CI base to provide all dependencies
1 parent 49fa58e commit 6b06371

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.circleci/config.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,20 @@ version: 2.1
33
jobs:
44
unit:
55
docker:
6-
- image: registry.opensuse.org/opensuse/leap:15.5
6+
- image: registry.opensuse.org/devel/openqa/openqa-trigger-from-obs/containers/openqa-trigger-from-obs-dev
77
steps:
88
- checkout
9-
- run:
10-
command: |
11-
zypper -n in --no-recommends diffutils make python3 tar git-core
12-
- checkout
13-
- run: git clean -df
149
- run: make test_regen_all
1510
- run: make test
1611

1712
style:
1813
docker:
19-
- image: registry.opensuse.org/opensuse/tumbleweed
14+
- image: registry.opensuse.org/devel/openqa/openqa-trigger-from-obs/containers/openqa-trigger-from-obs-dev
2015
steps:
2116
- checkout
22-
- run:
23-
command: |
24-
zypper -n in --no-recommends make python3-black python3-importlib-metadata
25-
- checkout
2617
- run: make test_python_style
2718

2819
workflows:
29-
version: 2.1
3020
test:
3121
jobs:
3222
- unit

container/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!BuildTag: openqa-trigger-from-obs-dev
2+
#!UseOBSRepositories
3+
FROM opensuse/tumbleweed
4+
RUN zypper -n in --no-recommends diffutils tar make git-core python3-black

0 commit comments

Comments
 (0)