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
286243df
Commit
286243df
authored
5 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
the clean stage is now part of the extended pipeline
parent
3c5da4d6
No related branches found
No related tags found
3 merge requests
!297
Cicd merge back
,
!284
Cicd
,
!282
CICD
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-6
8 additions, 6 deletions
.gitlab-ci.yml
with
8 additions
and
6 deletions
.gitlab-ci.yml
+
8
−
6
View file @
286243df
...
...
@@ -7,14 +7,15 @@ stages:
# - integration_test_downstream # working but unwanted here
# - trigger_pipeline_in_B # working but unwanted here
-
lint
-
clean
# only on master
-
extended
-
heat
-
ansible_create_cluster_stage
-
push_button_spawn_cluster
# - e2e
-
tests
-
extended
-
clean
# only on master
#trigger_pipeline_in_B:
# stage: integration_test_downstream
# tags:
...
...
@@ -195,11 +196,12 @@ clean:
tags
:
-
heat
before_script
:
-
echo "cleanup
master
"
-
echo "cleanup
stack
"
-
sleep
30
-
echo "$GC_KEY" > gc_key.pem
-
chmod 400 gc_key.pem
-
echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh
script
:
-
source ./$NECTAR_ALLOCATION-openrc.sh
-
bash -x ./heat/heatcicdwrapper.sh delete_if_exists $STACKNAME
-
bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $STACKNAME
only
:
variables
:
-
$EXTENDED !=
null
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Andreas Hamacher
@handreas
mentioned in commit
45dd83d1
·
4 years ago
mentioned in commit
45dd83d1
mentioned in commit 45dd83d13f876f05357b5034aa5cff0cf43e7b80
Toggle commit list
Andreas Hamacher
@handreas
mentioned in commit
293112ea
·
4 years ago
mentioned in commit
293112ea
mentioned in commit 293112ea97c8e8552fe112098768d142179476b9
Toggle commit list
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