Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flame-clmc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
flame
flame-clmc
Commits
d4b1b76c
Commit
d4b1b76c
authored
6 years ago
by
MJB
Browse files
Options
Downloads
Patches
Plain Diff
Updated executable
parent
71e75c30
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
scripts/build/deleteallvms.sh
+3
-1
3 additions, 1 deletion
scripts/build/deleteallvms.sh
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
d4b1b76c
...
...
@@ -24,7 +24,7 @@ test:all:
-
vagrant --fixture=monitoring -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.monitoring"
-
vagrant --fixture=inputs -- up
-
vagrant --fixture=inputs -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.inputs"
when
:
manual
when
:
on_success
clean
:
stage
:
clean
...
...
This diff is collapsed.
Click to expand it.
scripts/build/deleteallvms.sh
+
3
−
1
View file @
d4b1b76c
...
...
@@ -6,5 +6,7 @@ while read vm_id; do
echo
$vm_id
vboxmanage controlvm
$vm_id
poweroff
vboxmanage unregistervm
$vm_id
--delete
done
<runningvms
done
<runningvms
rm
runningvms
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