Javier Jardón pushed to branch jjardon/ci_fedora28 at BuildStream / buildstream
Commits:
-
0b8beb42
by Phil Dawson at 2018-08-12T00:40:57Z
-
499df6a5
by Javier Jardón at 2018-08-12T01:37:12Z
-
60c2873b
by Javier Jardón at 2018-08-12T01:38:29Z
-
2f27d428
by Javier Jardón at 2018-08-12T01:38:29Z
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-"
|
... | ... | @@ -79,18 +79,25 @@ source_dist: |
79 | 79 |
- coverage-linux/
|
80 | 80 |
|
81 | 81 |
tests-debian-9:
|
82 |
- image: buildstream/testsuite-debian:9-master-102-9067e269
|
|
82 |
+ image: buildstream/testsuite-debian:9-master-112-a9f63c5e
|
|
83 | 83 |
<<: *linux-tests
|
84 | 84 |
|
85 | 85 |
tests-fedora-27:
|
86 |
- image: buildstream/testsuite-fedora:27-master-102-9067e269
|
|
86 |
+ image: buildstream/testsuite-fedora:27-master-112-a9f63c5e
|
|
87 | 87 |
<<: *linux-tests
|
88 | 88 |
|
89 |
+tests-fedora-28:
|
|
90 |
+ image: buildstream/testsuite-fedora:28-master-112-a9f63c5e
|
|
91 |
+ <<: *linux-tests
|
|
92 |
+ |
|
93 |
+tests-ubuntu-18.04:
|
|
94 |
+ image: buildstream/testsuite-ubuntu:18.04-master-112-a9f63c5e
|
|
95 |
+ <<: *linux-tests
|
|
89 | 96 |
|
90 | 97 |
tests-unix:
|
91 | 98 |
# Use fedora here, to a) run a test on fedora and b) ensure that we
|
92 | 99 |
# can get rid of ostree - this is not possible with debian-8
|
93 |
- image: buildstream/testsuite-fedora:27-master-102-9067e269
|
|
100 |
+ image: buildstream/testsuite-fedora:27-master-112-a9f63c5e
|
|
94 | 101 |
stage: test
|
95 | 102 |
variables:
|
96 | 103 |
BST_FORCE_BACKEND: "unix"
|
... | ... | @@ -211,6 +218,7 @@ coverage: |
211 | 218 |
dependencies:
|
212 | 219 |
- tests-debian-9
|
213 | 220 |
- tests-fedora-27
|
221 |
+ - tests-fedora-28
|
|
214 | 222 |
- tests-unix
|
215 | 223 |
- source_dist
|
216 | 224 |
|