Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
float
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
ai3
float
Commits
fa2513c7
Commit
fa2513c7
authored
4 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Fix order of steps in test-driver initialization
parent
630d4fd6
No related branches found
No related tags found
1 merge request
!177
Refactor create-env and tests
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test-driver
+3
-2
3 additions, 2 deletions
test-driver
with
3 additions
and
2 deletions
test-driver
+
3
−
2
View file @
fa2513c7
...
...
@@ -59,6 +59,9 @@ run_init() {
start_vagrant
\
||
die
"could not start VMs"
wait_for_vms
\
||
die
"could not reach the VMs with Ansible"
log Running init-credentials playbook
${
float_dir
}
/float run init-credentials.yml
\
||
die
"failed to run the init-credentials playbook"
...
...
@@ -67,8 +70,6 @@ run_init() {
${
float_dir
}
/float run site.yml
\
||
die
"failed to run the main playbook"
wait_for_vms
\
||
die
"could not reach the VMs with Ansible"
}
run_cleanup
()
{
...
...
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