Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
olcf
container-builder
Commits
9937547e
Commit
9937547e
authored
Jan 31, 2018
by
AdamSimpson
Browse files
Fix more directory naming issues
parent
7cd87c6c
Pipeline
#11607
failed with stages
in 1 second
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9937547e
...
...
@@ -4,7 +4,7 @@ stages:
deploy-titan
:
script
:
-
cd
Provisioning
&& ./deploy-titan.sh $CI_COMMIT_TAG
-
cd
Deployment
&& ./deploy-titan.sh $CI_COMMIT_TAG
tags
:
-
Titan
stage
:
deploy-client
...
...
@@ -13,7 +13,7 @@ deploy-titan:
deploy-summitdev
:
script
:
-
cd
Provisioning
&& ./deploy-summitdev.sh $CI_COMMIT_TAG
-
cd
Deployment
&& ./deploy-summitdev.sh $CI_COMMIT_TAG
tags
:
-
SummitDev
stage
:
deploy-client
...
...
@@ -22,7 +22,7 @@ deploy-summitdev:
deploy-openstack
:
script
:
-
cd
Provisioning
&& ./deploy-openstack.sh $CI_COMMIT_TAG
-
cd
Deployment
&& ./deploy-openstack.sh $CI_COMMIT_TAG
tags
:
-
OpenStack
stage
:
deploy-queue
...
...
CMakeLists.txt
View file @
9937547e
...
...
@@ -38,7 +38,7 @@ set(SOURCE_FILES_CLIENT
Common/include/ClientData.h
)
# Scripts required for runtime
set
(
Provisioning
set
(
SCRIPTS
Builder/scripts/create-builder.sh
Builder/scripts/destroy-builder.sh
Builder/scripts/singularity-builder-backend.sh
...
...
Provisioning/deploy-summitdev.sh
View file @
9937547e
...
...
@@ -5,7 +5,7 @@ set -o xtrace
VERSION
=
$1
export
TOP_LEVEL
=
$(
pwd
)
export
TOP_LEVEL
=
$(
pwd
)
/..
source
${
MODULESHOME
}
/init/bash
export
PATH
=
$PATH
:
${
MODULESHOME
}
/bin
...
...
@@ -26,6 +26,7 @@ cd ${TOP_LEVEL}
rm
-rf
boost_build
&&
mkdir
boost_build
&&
cd
boost_build
curl
-L
https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.gz
-O
tar
xf boost_1_66_0.tar.gz
cd
boost_1_66_0
./bootstrap.sh
--with-libraries
=
filesystem,regex,system,serialization,thread,program_options
--prefix
=
${
SW_ROOT
}
./b2
install
||
:
rm
-rf
/boost_1_66_0
...
...
Provisioning/deploy-titan.sh
View file @
9937547e
...
...
@@ -5,7 +5,7 @@ set -o xtrace
VERSION
=
$1
export
TOP_LEVEL
=
$(
pwd
)
export
TOP_LEVEL
=
$(
pwd
)
/..
source
${
MODULESHOME
}
/init/bash
export
PATH
=
$PATH
:
${
MODULESHOME
}
/bin
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment