mirror of
https://github.com/RetroShare/libretroshare.git
synced 2026-09-14 11:05:45 +05:00
Filter GitlabCI AAR jobs
Those jobs need extra storage that shared runners doesn't provide, run only for project that export a variable that inform about extended storage runners avalibaility, avoid false pipeline failures on forks
This commit is contained in:
parent
6d13133f3c
commit
4a414d1db6
@ -1,4 +1,6 @@
|
||||
android-AAR-minapi16:
|
||||
rules:
|
||||
- if: $PROJECT_HAVE_STORAGE50_RUNNERS == "true"
|
||||
image: registry.gitlab.com/retroshare/retroshare:android_aar_base_16
|
||||
script:
|
||||
- >
|
||||
@ -7,8 +9,12 @@ android-AAR-minapi16:
|
||||
-PANDROID_MIN_API_LEVEL=16
|
||||
-PLIBRETROSHARE_SOURCE_VERSION="$CI_COMMIT_SHORT_SHA"
|
||||
-PNATIVE_TOOLCHAINS_DIR="/libretroshare-native-toolchains/"
|
||||
tags:
|
||||
- storage50
|
||||
|
||||
android-AAR-minapi21:
|
||||
rules:
|
||||
- if: $PROJECT_HAVE_STORAGE50_RUNNERS == "true"
|
||||
image: registry.gitlab.com/retroshare/retroshare:android_aar_base_21
|
||||
script:
|
||||
- >
|
||||
@ -21,6 +27,8 @@ android-AAR-minapi21:
|
||||
- storage50
|
||||
|
||||
android-AAR-minapi24:
|
||||
rules:
|
||||
- if: $PROJECT_HAVE_STORAGE50_RUNNERS == "true"
|
||||
image: registry.gitlab.com/retroshare/retroshare:android_aar_base_24
|
||||
script:
|
||||
- >
|
||||
|
||||
Loading…
Reference in New Issue
Block a user