Javier Jardón pushed to branch phil/add-ubuntu-ci-job at BuildStream / buildstream
Commits:
-
48c7c0a5
by Chandan Singh at 2018-08-11T23:41:05Z
-
88115648
by Chandan Singh at 2018-08-12T00:38:36Z
-
0b8beb42
by Phil Dawson at 2018-08-12T00:40:57Z
2 changed files:
Changes:
... | ... | @@ -86,6 +86,9 @@ tests-fedora-27: |
86 | 86 |
image: buildstream/testsuite-fedora:27-master-102-9067e269
|
87 | 87 |
<<: *linux-tests
|
88 | 88 |
|
89 |
+tests-ubuntu-18.04:
|
|
90 |
+ image: buildstream/testsuite-ubuntu:18.04-master-112-a9f63c5e
|
|
91 |
+ <<: *linux-tests
|
|
89 | 92 |
|
90 | 93 |
tests-unix:
|
91 | 94 |
# Use fedora here, to a) run a test on fedora and b) ensure that we
|
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
|