Javier Jardón pushed to branch bst-1.2 at BuildStream / buildstream
Commits:
-
bc4c62b8
by Phil Dawson at 2018-08-12T01:41:38Z
-
3e5a684b
by Javier Jardón at 2018-08-12T01:42:06Z
-
e5032b7c
by Javier Jardón at 2018-08-12T01:42:14Z
1 changed file:
Changes:
1 |
-image: buildstream/testsuite-debian:9-master-102-9067e269
|
|
1 |
+image: buildstream/testsuite-debian:9-master-112-a9f63c5e
|
|
2 | 2 |
|
3 | 3 |
cache:
|
4 | 4 |
key: "$CI_JOB_NAME-"
|
... | ... | @@ -89,18 +89,25 @@ source_dist: |
89 | 89 |
- coverage-linux/
|
90 | 90 |
|
91 | 91 |
tests-debian-9:
|
92 |
- image: buildstream/testsuite-debian:9-master-102-9067e269
|
|
92 |
+ image: buildstream/testsuite-debian:9-master-112-a9f63c5e
|
|
93 | 93 |
<<: *linux-tests
|
94 | 94 |
|
95 | 95 |
tests-fedora-27:
|
96 |
- image: buildstream/testsuite-fedora:27-master-102-9067e269
|
|
96 |
+ image: buildstream/testsuite-fedora:27-master-112-a9f63c5e
|
|
97 | 97 |
<<: *linux-tests
|
98 | 98 |
|
99 |
+tests-fedora-28:
|
|
100 |
+ image: buildstream/testsuite-fedora:28-master-112-a9f63c5e
|
|
101 |
+ <<: *linux-tests
|
|
102 |
+ |
|
103 |
+tests-ubuntu-18.04:
|
|
104 |
+ image: buildstream/testsuite-ubuntu:18.04-master-112-a9f63c5e
|
|
105 |
+ <<: *linux-tests
|
|
99 | 106 |
|
100 | 107 |
tests-unix:
|
101 | 108 |
# Use fedora here, to a) run a test on fedora and b) ensure that we
|
102 | 109 |
# can get rid of ostree - this is not possible with debian-8
|
103 |
- image: buildstream/testsuite-fedora:27-master-102-9067e269
|
|
110 |
+ image: buildstream/testsuite-fedora:27-master-112-a9f63c5e
|
|
104 | 111 |
stage: test
|
105 | 112 |
variables:
|
106 | 113 |
BST_FORCE_BACKEND: "unix"
|
... | ... | @@ -221,6 +228,7 @@ coverage: |
221 | 228 |
dependencies:
|
222 | 229 |
- tests-debian-9
|
223 | 230 |
- tests-fedora-27
|
231 |
+ - tests-fedora-28
|
|
224 | 232 |
- tests-unix
|
225 | 233 |
- source_dist
|
226 | 234 |
|