Skip to content

Commit

Permalink
Merge pull request #3699 from cevich/parallel_int
Browse files Browse the repository at this point in the history
Cirrus: Run int. tests in parallel with unit
  • Loading branch information
rhatdan committed Jan 10, 2022
2 parents 36995bc + ad8c2c3 commit b3798a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .cirrus.yml
Expand Up @@ -202,7 +202,8 @@ integration_task:
alias: integration
only_if: *not_docs
depends_on:
- unit
- smoke
- vendor

matrix:
# VFS
Expand Down Expand Up @@ -259,7 +260,8 @@ in_podman_task:
alias: in_podman
only_if: *not_docs
depends_on:
- unit
- smoke
- vendor

env:
# This is key, cause the scripts to re-execute themselves inside a container.
Expand Down

0 comments on commit b3798a1

Please sign in to comment.