Skip to content
Snippets Groups Projects

Draft: Split build and test

Open
Jon Azpiazurequested to merge
split-build-and-test into master
3 open threads
1 file
+ 20
0
Compare changes
  • Side-by-side
  • Inline
+ 20
0
@@ -11,3 +11,23 @@
@@ -11,3 +11,23 @@
BEFORE_INSTALL_UPSTREAM_DEPENDENCIES: *lfs-pull-script
BEFORE_INSTALL_UPSTREAM_DEPENDENCIES: *lfs-pull-script
BEFORE_INSTALL_TARGET_DEPENDENCIES: *lfs-pull-script
BEFORE_INSTALL_TARGET_DEPENDENCIES: *lfs-pull-script
BEFORE_INSTALL_DOWNSTREAM_DEPENDENCIES: *lfs-pull-script
BEFORE_INSTALL_DOWNSTREAM_DEPENDENCIES: *lfs-pull-script
 
 
.industrial_ci_build_notest:
 
variables:
 
AFTER_INIT: "bash <(curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh);\
 
apt install -qq -y git-lfs; \
 
git config --global credential.helper store; \
 
echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials ;"
 
BEFORE_INSTALL_UPSTREAM_DEPENDENCIES: *lfs-pull-script
 
BEFORE_INSTALL_TARGET_DEPENDENCIES: *lfs-pull-script
 
BEFORE_INSTALL_DOWNSTREAM_DEPENDENCIES: *lfs-pull-script
 
 
.industrial_ci_test:
 
variables:
 
AFTER_INIT: "bash <(curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh);\
 
apt install -qq -y git-lfs; \
 
git config --global credential.helper store; \
 
echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials ;"
 
BEFORE_INSTALL_UPSTREAM_DEPENDENCIES: *lfs-pull-script
 
BEFORE_INSTALL_TARGET_DEPENDENCIES: *lfs-pull-script
 
BEFORE_INSTALL_DOWNSTREAM_DEPENDENCIES: *lfs-pull-script
Loading