Javier Jardón pushed to branch jjardon/ci_fedora28 at BuildStream / buildstream
Commits:
-
48c7c0a5
by Chandan Singh at 2018-08-11T23:41:05Z
-
88115648
by Chandan Singh at 2018-08-12T00:38:36Z
-
2371638b
by Phil Dawson at 2018-08-12T00:41:35Z
-
a4701b72
by Javier Jardón at 2018-08-12T00:42:27Z
-
f5b176e7
by Javier Jardón at 2018-08-12T00:42:27Z
2 changed files:
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 |
|
| 1 |
-# Pin coverage to 4.2 for now, were experiencing
|
|
| 1 |
+# Pin coverage to 4.2 for now, we're experiencing
|
|
| 2 | 2 |
# random crashes with 4.4.2
|
| 3 | 3 |
coverage == 4.4.0
|
| 4 | 4 |
pep8
|
