aboutsummaryrefslogtreecommitdiff
path: root/tests/acceptance/replay_kernel.py
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2020-07-01 14:56:42 +0100
committerAlex Bennée <alex.bennee@linaro.org>2020-07-11 15:53:00 +0100
commitc5008c76eef0531a901ddb2951a08e81165a4365 (patch)
tree0a59007a95affe32d34c80bf93b65736388fc9d7 /tests/acceptance/replay_kernel.py
parent3c1de3af46e43be709294f8f67c2b979f71b1657 (diff)
downloadqemu-c5008c76eef0531a901ddb2951a08e81165a4365.zip
qemu-c5008c76eef0531a901ddb2951a08e81165a4365.tar.gz
qemu-c5008c76eef0531a901ddb2951a08e81165a4365.tar.bz2
gitlab: add acceptance testing to system builds
As part of migrating things from Travis to GitLab add the acceptance tests. To do this: - rename system1 to system-ubuntu-main - rename system2 to system-fedora-misc - split into build/check/acceptance - remove -j from check stages - use artifacts to save build stage - add post acceptance template and use Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200701135652.1366-31-alex.bennee@linaro.org>
Diffstat (limited to 'tests/acceptance/replay_kernel.py')
-rw-r--r--tests/acceptance/replay_kernel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/replay_kernel.py b/tests/acceptance/replay_kernel.py
index 6062141..62d2db8 100644
--- a/tests/acceptance/replay_kernel.py
+++ b/tests/acceptance/replay_kernel.py
@@ -73,7 +73,7 @@ class ReplayKernel(LinuxKernelTest):
logger = logging.getLogger('replay')
logger.info('replay overhead {:.2%}'.format(t2 / t1 - 1))
- @skipIf(os.getenv('CONTINUOUS_INTEGRATION'), 'Running on Travis-CI')
+ @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
def test_x86_64_pc(self):
"""
:avocado: tags=arch:x86_64