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
7297493e
Commit
7297493e
authored
4 years ago
by
Andreas Hamacher
Committed by
Kerri Wait
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Pipelinecleanup
parent
213ecaba
No related branches found
No related tags found
3 merge requests
!399
Capture extra NFS stats
,
!393
Hotfix: monitor NFS GETATTR stats via telegraf
,
!392
Temporarily disable inputs.filecount in telegraf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-1
14 additions, 1 deletion
.gitlab-ci.yml
with
14 additions
and
1 deletion
.gitlab-ci.yml
+
14
−
1
View file @
7297493e
...
...
@@ -16,6 +16,7 @@ stages:
-
integration_test
#https://docs.gitlab.com/ee/ci/triggers/
-
clean
-
testlustre
-
clean_testlustre
trigger_pipeline_in_Clusterbuild
:
...
...
@@ -103,6 +104,18 @@ testlustre:
after_script
:
-
sleep
60
# the cluster needs to delete first
clean_testlustre
:
stage
:
clean_testlustre
tags
:
-
heat
before_script
:
-
echo "cleanup stack"
-
sleep
30
-
echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh
script
:
-
source ./$NECTAR_ALLOCATION-openrc.sh
-
bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $STACKNAME
build_cluster_cicd
:
stage
:
heat
allow_failure
:
false
...
...
@@ -178,7 +191,7 @@ tests:
-
ansible -B 30 -i files/inventory.$STACKNAME --key-file ../gc_key.pem -a "systemctl is-active --quiet mariadb" SQLNodes
-
ansible -B 30 -i files/inventory.$STACKNAME --key-file ../gc_key.pem -a "systemctl is-active --quiet slurmctld" ManagementNodes
-
ansible -B 30 -i files/inventory.$STACKNAME --key-file ../gc_key.pem -a "systemctl is-active --quiet slurmdbd" ManagementNodes
-
bash -e ./tests/run_tests.sh all "files/inventory.$STACKNAME" "../gc_key.pem"
-
bash -e ./tests/run_tests.sh ComputeNodes "files/inventory.$STACKNAME" "../gc_key.pem"
-
bash -e ./tests/run_tests.sh LoginNodes "files/inventory.$STACKNAME" "../gc_key.pem"
...
...
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