-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'esm-buildbot' of https://github.com/slcs-jsc/mptrac int…
…o esm-buildbot
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
title : esm-bb for buildbot | ||
git-repository: https://github.com/slcs-jsc/mptrac.git | ||
builder: MPTRAC_ESMBB | ||
worker: ESM_JUWELS | ||
project: MPTRAC | ||
scheduler: | ||
- FORCE | ||
- CHANGE | ||
branch: | ||
- master | ||
poll-interval: 3600 | ||
time-out: 3600 | ||
steps: | ||
- name: remove the external setup files | ||
cmd: rm -fr builder | ||
env: | ||
work_dir: build | ||
- name: clone the setup files | ||
cmd: git clone --no-checkout https://jugit.fz-juelich.de/esm-buildbot/ESMBuildbot.git builder | ||
env: | ||
work_dir: build | ||
- name: clone the setup files | ||
cmd: git sparse-checkout init --cone | ||
env: | ||
work_dir: build/builder | ||
- name: git sparse-checkout folder | ||
cmd: git sparse-checkout set BUILDER_MPTRAC_CPU | ||
env: | ||
work_dir: build/builder | ||
- name: git sparse-checkout the files | ||
cmd: git checkout @ | ||
env: | ||
work_dir: build/builder | ||
- name: move files | ||
cmd: cp BUILDER_MPTRAC_CPU/build.sh ../. | ||
env: | ||
work_dir: build/builder | ||
- name: build mptrac | ||
cmd: sh build.sh | ||
env: | ||
work_dir: |