From e6064e7b464f8ac208e5a07a652806319112ddf2 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Tue, 15 Jun 2021 15:48:17 +0200 Subject: [PATCH] added runtime var for smoke tests --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae60047be..430f73319 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,11 +34,14 @@ build-containerlab: smoke-tests: stage: smoke-tests + parallel: + matrix: + - RUNTIME: [docker, containerd] tags: - containerlab script: - source ~/venvs/rf/bin/activate - - bash ./tests/rf-run.sh ./tests/01-smoke + - bash ./tests/rf-run.sh $RUNTIME ./tests/01-smoke artifacts: when: always paths: