mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-25 01:44:43 +01:00
18 lines
503 B
YAML
18 lines
503 B
YAML
build-and-run-platformtests:
|
|
variables:
|
|
GIT_STRATEGY: none
|
|
script:
|
|
- mkdir artifacts
|
|
# platformtests are installed by the CI environment
|
|
- /opt/platformtest-linux-amd64
|
|
-test.coverprofile artifacts/platformtest.cover
|
|
-test.v
|
|
__DEVEL--i-heard-you-like-tests
|
|
-poolname zreplplatformtest
|
|
-imagepath /tmp/zreplplatformtest.pool.img
|
|
-mountpoint /tmp/zreplplatformtest.pool
|
|
artifacts:
|
|
paths:
|
|
- artifacts
|
|
image: "images:ubuntu/focal/cloud"
|