代码拉取完成,页面将自动刷新
stages:
- install-dep
- cleanup
- build
- deploy
variables:
INSTALL_DEP_SCRIPT: "echo 'hpcgrid3102' | su root -c ./scripts/install-deps.sh"
CLEANUP_SCRIPT: "echo 'hpcgrid3102' | su root -c './scripts/cleanup.sh' "
BUILD_SCRIPT: "./autogen.sh && ./configure --disable-tiering --enable-firewalld && make -j && echo 'hpcgrid3102' | su root -c 'make install' "
DEPLOY_SCRIPT: "echo 'hpcgrid3102' | su root -c './scripts/deploy.sh' "
install-dep-00:
stage: install-dep
tags:
- tstore00
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-01:
stage: install-dep
tags:
- tstore01
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-02:
stage: install-dep
tags:
- tstore02
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-03:
stage: install-dep
tags:
- tstore03
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-04:
stage: install-dep
tags:
- tstore04
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-05:
stage: install-dep
tags:
- tstore05
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-06:
stage: install-dep
tags:
- tstore06
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-07:
stage: install-dep
tags:
- tstore07
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-08:
stage: install-dep
tags:
- tstore08
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-09:
stage: install-dep
tags:
- tstore09
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-10:
stage: install-dep
tags:
- tstore10
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-11:
stage: install-dep
tags:
- tstore11
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-12:
stage: install-dep
tags:
- tstore12
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-13:
stage: install-dep
tags:
- tstore13
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-14:
stage: install-dep
tags:
- tstore14
script:
- sh -c "$INSTALL_DEP_SCRIPT"
install-dep-15:
stage: install-dep
tags:
- tstore15
script:
- sh -c "$INSTALL_DEP_SCRIPT"
cleanup-00:
stage: cleanup
tags:
- tstore00
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-01:
stage: cleanup
tags:
- tstore01
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-02:
stage: cleanup
tags:
- tstore02
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-03:
stage: cleanup
tags:
- tstore03
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-04:
stage: cleanup
tags:
- tstore04
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-05:
stage: cleanup
tags:
- tstore05
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-06:
stage: cleanup
tags:
- tstore05
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-06:
stage: cleanup
tags:
- tstore06
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-07:
stage: cleanup
tags:
- tstore07
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-08:
stage: cleanup
tags:
- tstore08
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-09:
stage: cleanup
tags:
- tstore09
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-10:
stage: cleanup
tags:
- tstore10
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-11:
stage: cleanup
tags:
- tstore11
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-12:
stage: cleanup
tags:
- tstore12
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-13:
stage: cleanup
tags:
- tstore13
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-14:
stage: cleanup
tags:
- tstore14
script:
- sh -c "$CLEANUP_SCRIPT"
cleanup-15:
stage: cleanup
tags:
- tstore15
script:
- sh -c "$CLEANUP_SCRIPT"
build-00:
stage: build
tags:
- tstore00
script:
- sh -c "$BUILD_SCRIPT"
build-01:
stage: build
tags:
- tstore01
script:
- sh -c "$BUILD_SCRIPT"
build-02:
stage: build
tags:
- tstore02
script:
- sh -c "$BUILD_SCRIPT"
build-03:
stage: build
tags:
- tstore03
script:
- sh -c "$BUILD_SCRIPT"
build-04:
stage: build
tags:
- tstore04
script:
- sh -c "$BUILD_SCRIPT"
build-05:
stage: build
tags:
- tstore05
script:
- sh -c "$BUILD_SCRIPT"
build-06:
stage: build
tags:
- tstore06
script:
- sh -c "$BUILD_SCRIPT"
build-07:
stage: build
tags:
- tstore07
script:
- sh -c "$BUILD_SCRIPT"
build-08:
stage: build
tags:
- tstore08
script:
- sh -c "$BUILD_SCRIPT"
build-09:
stage: build
tags:
- tstore09
script:
- sh -c "$BUILD_SCRIPT"
build-10:
stage: build
tags:
- tstore10
script:
- sh -c "$BUILD_SCRIPT"
build-11:
stage: build
tags:
- tstore11
script:
- sh -c "$BUILD_SCRIPT"
build-12:
stage: build
tags:
- tstore12
script:
- sh -c "$BUILD_SCRIPT"
build-13:
stage: build
tags:
- tstore13
script:
- sh -c "$BUILD_SCRIPT"
build-14:
stage: build
tags:
- tstore14
script:
- sh -c "$BUILD_SCRIPT"
build-15:
stage: build
tags:
- tstore15
script:
- sh -c "$BUILD_SCRIPT"
deploy-00:
stage: deploy
tags:
- tstore00
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-01:
stage: deploy
tags:
- tstore01
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-02:
stage: deploy
tags:
- tstore02
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-03:
stage: deploy
tags:
- tstore03
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-04:
stage: deploy
tags:
- tstore04
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-05:
stage: deploy
tags:
- tstore05
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-06:
stage: deploy
tags:
- tstore06
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-07:
stage: deploy
tags:
- tstore07
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-08:
stage: deploy
tags:
- tstore08
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-09:
stage: deploy
tags:
- tstore09
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-10:
stage: deploy
tags:
- tstore10
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-11:
stage: deploy
tags:
- tstore11
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-12:
stage: deploy
tags:
- tstore12
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-13:
stage: deploy
tags:
- tstore13
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-14:
stage: deploy
tags:
- tstore14
script:
- sh -c "$DEPLOY_SCRIPT"
deploy-15:
stage: deploy
tags:
- tstore15
script:
- sh -c "$DEPLOY_SCRIPT"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。