Valentin David pushed to branch valentindavid/integration-tests-aarch64 at BuildStream / buildstream
Commits:
-
c5d72ae7
by Valentin David at 2018-11-14T11:52:53Z
1 changed file:
Changes:
| ... | ... | @@ -79,8 +79,6 @@ source_dist: |
| 79 | 79 |
- cd ../..
|
| 80 | 80 |
- mkdir -p coverage-linux/
|
| 81 | 81 |
- cp dist/buildstream/.coverage coverage-linux/coverage."${CI_JOB_NAME}"
|
| 82 |
- except:
|
|
| 83 |
- - schedules
|
|
| 84 | 82 |
artifacts:
|
| 85 | 83 |
paths:
|
| 86 | 84 |
- coverage-linux/
|
| ... | ... | @@ -88,24 +86,34 @@ source_dist: |
| 88 | 86 |
tests-debian-9:
|
| 89 | 87 |
image: buildstream/testsuite-debian:9-master-123-7ce6581b
|
| 90 | 88 |
<<: *linux-tests
|
| 89 |
+ except:
|
|
| 90 |
+ - schedules
|
|
| 91 | 91 |
|
| 92 | 92 |
tests-fedora-27:
|
| 93 | 93 |
image: buildstream/testsuite-fedora:27-master-123-7ce6581b
|
| 94 | 94 |
<<: *linux-tests
|
| 95 |
+ except:
|
|
| 96 |
+ - schedules
|
|
| 95 | 97 |
|
| 96 | 98 |
tests-fedora-28:
|
| 97 | 99 |
image: buildstream/testsuite-fedora:28-master-123-7ce6581b
|
| 98 | 100 |
<<: *linux-tests
|
| 101 |
+ except:
|
|
| 102 |
+ - schedules
|
|
| 99 | 103 |
|
| 100 | 104 |
tests-ubuntu-18.04:
|
| 101 | 105 |
image: buildstream/testsuite-ubuntu:18.04-master-123-7ce6581b
|
| 102 | 106 |
<<: *linux-tests
|
| 107 |
+ except:
|
|
| 108 |
+ - schedules
|
|
| 103 | 109 |
|
| 104 |
-tests-fedora-28-aarch64:
|
|
| 110 |
+overnight-fedora-28-aarch64:
|
|
| 105 | 111 |
image: buildstream/testsuite-fedora:aarch64-28-master-123-7ce6581b
|
| 106 | 112 |
tags:
|
| 107 | 113 |
- aarch64
|
| 108 | 114 |
<<: *linux-tests
|
| 115 |
+ only:
|
|
| 116 |
+ - schedules
|
|
| 109 | 117 |
|
| 110 | 118 |
tests-unix:
|
| 111 | 119 |
# Use fedora here, to a) run a test on fedora and b) ensure that we
|
