Skip to content

Commit 60d2a55

Browse files
committed
Use OBS built container as CI base to provide all dependencies
1 parent bb92b87 commit 60d2a55

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@ 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

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 python3-importlib-metadata

0 commit comments

Comments
 (0)