Skip to content
Snippets Groups Projects
Commit a93f9e7e authored by Simon McVittie's avatar Simon McVittie
Browse files

CI: Be consistent about where we put test artifacts

parent d34134b3
No related branches found
No related tags found
No related merge requests found
...@@ -243,13 +243,13 @@ test:debian-10: ...@@ -243,13 +243,13 @@ test:debian-10:
- | - |
set -eux set -eux
export AUTOPKGTEST_ARTIFACTS="$(pwd)/_buster_test_logs" export AUTOPKGTEST_ARTIFACTS="$(pwd)/_build/artifacts"
export PRESSURE_VESSEL_TEST_CONTAINERS="$(pwd)/_build/depot" export PRESSURE_VESSEL_TEST_CONTAINERS="$(pwd)/_build/depot"
python3 tests/containers.py python3 tests/containers.py
artifacts: artifacts:
paths: paths:
- _buster_test_logs - _build/artifacts
test:ubuntu-18.04: test:ubuntu-18.04:
extends: .test_template extends: .test_template
...@@ -260,13 +260,13 @@ test:ubuntu-18.04: ...@@ -260,13 +260,13 @@ test:ubuntu-18.04:
- | - |
set -eux set -eux
export AUTOPKGTEST_ARTIFACTS="$(pwd)/_bionic_test_logs" export AUTOPKGTEST_ARTIFACTS="$(pwd)/_build/artifacts"
export PRESSURE_VESSEL_TEST_CONTAINERS="$(pwd)/_build/depot" export PRESSURE_VESSEL_TEST_CONTAINERS="$(pwd)/_build/depot"
python3 tests/containers.py python3 tests/containers.py
artifacts: artifacts:
paths: paths:
- _bionic_test_logs - _build/artifacts
test:ubuntu-20.04: test:ubuntu-20.04:
extends: .test_template extends: .test_template
...@@ -277,13 +277,13 @@ test:ubuntu-20.04: ...@@ -277,13 +277,13 @@ test:ubuntu-20.04:
- | - |
set -eux set -eux
export AUTOPKGTEST_ARTIFACTS="$(pwd)/_ubuntu_focal_test_logs" export AUTOPKGTEST_ARTIFACTS="$(pwd)/_build/artifacts"
export PRESSURE_VESSEL_TEST_CONTAINERS="$(pwd)/_build/depot" export PRESSURE_VESSEL_TEST_CONTAINERS="$(pwd)/_build/depot"
python3 tests/containers.py python3 tests/containers.py
artifacts: artifacts:
paths: paths:
- _ubuntu_focal_test_logs - _build/artifacts
test:archlinux: test:archlinux:
extends: .test_template extends: .test_template
...@@ -313,13 +313,13 @@ test:archlinux: ...@@ -313,13 +313,13 @@ test:archlinux:
- | - |
set -eux set -eux
export AUTOPKGTEST_ARTIFACTS="$(pwd)/_archlinux_test_logs" export AUTOPKGTEST_ARTIFACTS="$(pwd)/_build/artifacts"
export PRESSURE_VESSEL_TEST_CONTAINERS="$(pwd)/_build/depot" export PRESSURE_VESSEL_TEST_CONTAINERS="$(pwd)/_build/depot"
python3 tests/containers.py python3 tests/containers.py
artifacts: artifacts:
paths: paths:
- _archlinux_test_logs - _build/artifacts
autopkgtest: autopkgtest:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment