Skip to content

Commit ca3ee5f

Browse files
committed
Convert kunpeng1's config.sh to be for standalone runs
For the time being kunpeng1 won't be used as a secondary builder Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
1 parent 6ff4906 commit ca3ee5f

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

3.17/bioc/kunpeng1/config.sh

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ export BBS_NB_CPU=8 # 8 cores are available
1818
# export BBS_CHECK_NB_CPU=30 # 8 cores are available
1919

2020
# Central build node is nebbiolo1 at DFCI.
21-
export BBS_CENTRAL_RHOST="nebbiolo1"
21+
#export BBS_CENTRAL_RHOST="nebbiolo1"
22+
export BBS_CENTRAL_RHOST="localhost"
2223
export BBS_RSH_CMD="ssh -F /home/biocbuild/.ssh/config"
23-
export BBS_CENTRAL_ROOT_URL="http://155.52.207.165"
24+
#export BBS_CENTRAL_ROOT_URL="http://155.52.207.165"
25+
export BBS_CENTRAL_ROOT_URL="http://$BBS_CENTRAL_RHOST"
2426
export BBS_PRODUCT_TRANSMISSION_MODE="asynchronous"
2527

2628

@@ -31,3 +33,36 @@ wd0=$(pwd)
3133
cd ..
3234
. ./config.sh
3335
cd "$wd0"
36+
37+
38+
39+
# -----------------------------------------------------------------------------
40+
# The variables below control postrun.sh so only need to be defined on the
41+
# central node
42+
43+
# Control propagation:
44+
#export BBS_OUTGOING_MAP="source:nebbiolo1/buildsrc win.binary:palomino3/buildbin mac.binary:merida1/buildbin"
45+
#export BBS_FINAL_REPO="file://home/biocpush/PACKAGES/$BBS_BIOC_VERSION/bioc"
46+
47+
# Control generation of the report:
48+
#export BBS_REPORT_NODES="nebbiolo1 palomino3:bin merida1:bin"
49+
export BBS_REPORT_NODES="kunpeng1"
50+
export BBS_REPORT_PATH="$BBS_CENTRAL_RDIR/report"
51+
export BBS_REPORT_CSS="$BBS_HOME/$BBS_BIOC_VERSION/report.css"
52+
export BBS_REPORT_BGIMG="$BBS_HOME/images/DEVEL3b.png"
53+
export BBS_REPORT_JS="$BBS_HOME/$BBS_BIOC_VERSION/report.js"
54+
#export BBS_REPORT_MOTD="Happy new year to all Bioconductor developers!"
55+
56+
# Control where to publish the report:
57+
#export BBS_PUBLISHED_REPORT_RELATIVEURL="checkResults/$BBS_BIOC_VERSION/$BBS_BUILDTYPE-LATEST/"
58+
#export BBS_PUBLISHED_REPORT_DEST_DIR="[email protected]:/extra/www/bioc/$BBS_PUBLISHED_REPORT_RELATIVEURL"
59+
60+
61+
# -----------------------------------------------------------------------------
62+
# The variables below control stage7-notify.sh so only need to be defined on
63+
# the central node
64+
65+
# TODO: when BBS_NOTIFY_NODES is not defined then take all the build nodes
66+
#export BBS_NOTIFY_NODES="nebbiolo1"
67+
#export BBS_PUBLISHED_REPORT_URL="https://master.bioconductor.org/$BBS_PUBLISHED_REPORT_RELATIVEURL"
68+

0 commit comments

Comments
 (0)