ci/cd: Added linux tag to pick the correct runner
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user