Skip to content
Snippets Groups Projects
Commit 80828d6b authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

repo sync -n chaos_dashboard.git -j1 --fail-fast ... boh

parent a39c5df6
No related branches found
No related tags found
No related merge requests found
Pipeline #57576 failed
...@@ -91,6 +91,7 @@ build_i686_static_linux26: ...@@ -91,6 +91,7 @@ build_i686_static_linux26:
script: script:
- alias python=python3 - alias python=python3
- repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME - repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- repo sync -n chaos_dashboard.git -j1 --fail-fast
- repo sync - repo sync
- mv CACHE chaosframework/config - mv CACHE chaosframework/config
- export DISTRIB_NAME=chaos-distrib-$REVNAME-$CI_JOB_NAME - export DISTRIB_NAME=chaos-distrib-$REVNAME-$CI_JOB_NAME
...@@ -129,6 +130,7 @@ build_i686_dynamic_linux26: ...@@ -129,6 +130,7 @@ build_i686_dynamic_linux26:
- alias python=python3 - alias python=python3
- repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME - repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- export DISTRIB_NAME=chaos-distrib-$REVNAME-$CI_JOB_NAME - export DISTRIB_NAME=chaos-distrib-$REVNAME-$CI_JOB_NAME
- repo sync -n chaos_dashboard.git -j1 --fail-fast
- repo sync - repo sync
- mv CACHE chaosframework/config - mv CACHE chaosframework/config
- export PATH=/usr/local/chaos/i686-nptl-linux-gnu/bin/:$PATH - export PATH=/usr/local/chaos/i686-nptl-linux-gnu/bin/:$PATH
...@@ -165,6 +167,7 @@ build_armhf_dynamic: ...@@ -165,6 +167,7 @@ build_armhf_dynamic:
- alias python=python3 - alias python=python3
- repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME - repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- export DISTRIB_NAME=chaos-distrib-$REVNAME-$CI_JOB_NAME - export DISTRIB_NAME=chaos-distrib-$REVNAME-$CI_JOB_NAME
- repo sync -n chaos_dashboard.git -j1 --fail-fast
- repo sync - repo sync
- mv CACHE chaosframework/config - mv CACHE chaosframework/config
- if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi - if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi
...@@ -199,6 +202,7 @@ build_armhf_static: ...@@ -199,6 +202,7 @@ build_armhf_static:
- alias python=python3 - alias python=python3
- repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME - repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- export DISTRIB_NAME=chaos-distrib-$REVNAME-$CI_JOB_NAME - export DISTRIB_NAME=chaos-distrib-$REVNAME-$CI_JOB_NAME
- repo sync -n chaos_dashboard.git -j1 --fail-fast
- repo sync - repo sync
- mv CACHE chaosframework/config - mv CACHE chaosframework/config
- if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi - if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi
...@@ -262,6 +266,7 @@ ubuntu1804_x86_64: ...@@ -262,6 +266,7 @@ ubuntu1804_x86_64:
script: script:
- npm install -g jchaos - npm install -g jchaos
- repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME - repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- repo sync -n chaos_dashboard.git -j1 --fail-fast
- repo sync - repo sync
- mv CACHE chaosframework/config - mv CACHE chaosframework/config
- if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi - if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi
...@@ -296,7 +301,8 @@ ubuntu1804_profile_x86_64: ...@@ -296,7 +301,8 @@ ubuntu1804_profile_x86_64:
image: baltig.infn.it:4567/chaos-lnf-control/chaos_bundle_compilation:1804 image: baltig.infn.it:4567/chaos-lnf-control/chaos_bundle_compilation:1804
script: script:
- npm install -g jchaos - npm install -g jchaos
- repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME - repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- repo sync -n chaos_dashboard.git -j1 --fail-fast
- repo sync - repo sync
- mv CACHE chaosframework/config - mv CACHE chaosframework/config
- if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi - if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi
...@@ -347,6 +353,7 @@ centos7_x86_64: ...@@ -347,6 +353,7 @@ centos7_x86_64:
script: script:
- npm install -g jchaos - npm install -g jchaos
- repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME - repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- repo sync -n chaos_dashboard.git -j1 --fail-fast
- repo sync - repo sync
- mv CACHE chaosframework/config - mv CACHE chaosframework/config
- if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi - if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi
...@@ -444,6 +451,7 @@ build_arm_linux26: ...@@ -444,6 +451,7 @@ build_arm_linux26:
- alias python=python3 - alias python=python3
- repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME - repo init -q --no-clone-bundle -u https://amichelo:$KBS_SECRET_GITREAD@baltig.infn.it/chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- export DISTRIB_NAME=chaos-distrib-$REVNAME-$CI_JOB_NAME - export DISTRIB_NAME=chaos-distrib-$REVNAME-$CI_JOB_NAME
- repo sync -n chaos_dashboard.git -j1 --fail-fast
- repo sync - repo sync
- mv CACHE chaosframework/config - mv CACHE chaosframework/config
- if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi - if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment