ci/cd: Added linux tag to pick the correct runner

This commit is contained in:
Natale Patriciello
2020-08-27 15:46:45 +02:00
parent 8a682e1497
commit c8a59fd14b

View File

@@ -77,6 +77,7 @@ weekly-test-debug:
- $RELEASE == "weekly"
tags:
- nsnam
- linux
before_script:
- pacman -Syu --noconfirm
- pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost valgrind --noconfirm
@@ -94,6 +95,7 @@ weekly-test-release:
- $RELEASE == "weekly"
tags:
- nsnam
- linux
before_script:
- pacman -Syu --noconfirm
- pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost valgrind --noconfirm
@@ -111,6 +113,7 @@ weekly-test-optimized:
- $RELEASE == "weekly"
tags:
- nsnam
- linux
before_script:
- pacman -Syu --noconfirm
- pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost valgrind --noconfirm
@@ -128,6 +131,7 @@ weekly-test-takes-forever-optimized:
- $RELEASE == "weekly"
tags:
- nsnam
- linux
before_script:
- pacman -Syu --noconfirm
- pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost valgrind --noconfirm