File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -3,30 +3,20 @@ version: 2.1
3
3
jobs :
4
4
unit :
5
5
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
7
7
steps :
8
8
- checkout
9
- - run :
10
- command : |
11
- zypper -n in --no-recommends diffutils make python3 tar git-core
12
- - checkout
13
- - run : git clean -df
14
9
- run : make test_regen_all
15
10
- run : make test
16
11
17
12
style :
18
13
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
20
15
steps :
21
16
- checkout
22
- - run :
23
- command : |
24
- zypper -n in --no-recommends make python3-black python3-importlib-metadata
25
- - checkout
26
17
- run : make test_python_style
27
18
28
19
workflows :
29
- version : 2.1
30
20
test :
31
21
jobs :
32
22
- unit
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments