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
33jobs :
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
2819workflows :
29- version : 2.1
3020 test :
3121 jobs :
3222 - 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