Skip to content

Commit

Permalink
gitlab ci for containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 15, 2021
1 parent e9b76d9 commit 5cc5f43
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,29 @@ smoke-tests:

srl-tests:
stage: integration-tests
parallel:
matrix:
- RUNTIME: [docker, containerd]
tags:
- containerlab
script:
- source ~/venvs/rf/bin/activate
- bash ./tests/rf-run.sh ./tests/02-basic-srl
- bash ./tests/rf-run.sh $RUNTIME ./tests/02-basic-srl
artifacts:
when: always
paths:
- "./tests/out/*.html"

ceos-tests:
stage: integration-tests
parallel:
matrix:
- RUNTIME: [docker, containerd]
tags:
- containerlab
script:
- source ~/venvs/rf/bin/activate
- bash ./tests/rf-run.sh ./tests/03-basic-ceos
- bash ./tests/rf-run.sh $RUNTIME ./tests/02-basic-srl
artifacts:
when: always
paths:
Expand Down

0 comments on commit 5cc5f43

Please sign in to comment.