Skip to content

Commit

Permalink
Merge branch 'esm-buildbot' of https://github.com/slcs-jsc/mptrac int…
Browse files Browse the repository at this point in the history
…o esm-buildbot
  • Loading branch information
hydrogencl committed Jun 25, 2024
2 parents c102f7c + 7f49f54 commit 126f039
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .esm-buildbot.yaml
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:

0 comments on commit 126f039

Please sign in to comment.