Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
c817a169
Commit
c817a169
authored
5 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
more bugfixes
Former-commit-id:
a1c5ccb0
parent
35b81ca1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-4
7 additions, 4 deletions
.gitlab-ci.yml
with
7 additions
and
4 deletions
.gitlab-ci.yml
+
7
−
4
View file @
c817a169
...
@@ -32,18 +32,21 @@ heat_test:
...
@@ -32,18 +32,21 @@ heat_test:
tags
:
tags
:
-
heat
-
heat
before_script
:
before_script
:
-
echo "$GC_KEY" > gc_key.pem
-
chmod 400 gc_key.pem
-
echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh
-
source ./$NECTAR_ALLOCATION-openrc.sh
-
source ./$NECTAR_ALLOCATION-openrc.sh
-
export HEAT_TEST_STACKNAME=_TESTING_HEAT
-
export HEAT_TEST_STACKNAME=_TESTING_HEAT
-
bash -x ./heat/heatcicdwrapper.sh delete_if_exists $HEAT_TEST_STACKNAME
-
bash -x ./
CICD/
heat/heatcicdwrapper.sh delete_if_exists $HEAT_TEST_STACKNAME
-
sleep
60
-
sleep
60
script
:
script
:
-
echo "heat_test stage"
-
echo "heat_test stage"
-
source ./$NECTAR_ALLOCATION-openrc.sh
-
source ./$NECTAR_ALLOCATION-openrc.sh
-
bash -x ./heat/heatcicdwrapper.sh create $HEAT_TEST_STACKNAME
-
bash -x ./
CICD/
heat/heatcicdwrapper.sh create $HEAT_TEST_STACKNAME
-
openstack stack list
-
openstack stack list
-
bash -x ./heat/heatcicdwrapper.sh update $HEAT_TEST_STACKNAME
-
bash -x ./
CICD/
heat/heatcicdwrapper.sh update $HEAT_TEST_STACKNAME
-
openstack stack list
-
openstack stack list
-
bash -x ./heat/heatcicdwrapper.sh delete_if_exists $HEAT_TEST_STACKNAME
-
bash -x ./
CICD/
heat/heatcicdwrapper.sh delete_if_exists $HEAT_TEST_STACKNAME
-
openstack stack list
-
openstack stack list
after_script
:
after_script
:
-
sleep
20
# artifically wait a bit to make sure it is really dead
-
sleep
20
# artifically wait a bit to make sure it is really dead
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment