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
6e434f49
Commit
6e434f49
authored
4 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Actually set stdout_callback=ci by default
parent
874d436b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
float
+1
-0
1 addition, 0 deletions
float
test-driver
+1
-4
1 addition, 4 deletions
test-driver
with
2 additions
and
4 deletions
float
+
1
−
0
View file @
6e434f49
...
@@ -179,6 +179,7 @@ DEFAULT_VARS = {
...
@@ -179,6 +179,7 @@ DEFAULT_VARS = {
'
nocows
'
:
1
,
'
nocows
'
:
1
,
'
display_skipped_hosts
'
:
False
,
'
display_skipped_hosts
'
:
False
,
'
callback_whitelist
'
:
'
ci
'
,
'
callback_whitelist
'
:
'
ci
'
,
'
stdout_callback
'
:
'
ci
'
,
'
host_key_checking
'
:
False
,
'
host_key_checking
'
:
False
,
'
forks
'
:
50
,
'
forks
'
:
50
,
},
},
...
...
This diff is collapsed.
Click to expand it.
test-driver
+
1
−
4
View file @
6e434f49
...
@@ -73,7 +73,7 @@ run_init() {
...
@@ -73,7 +73,7 @@ run_init() {
||
die
"failed to run the init-credentials playbook"
||
die
"failed to run the init-credentials playbook"
log Running main playbook
log Running main playbook
${
float_dir
}
/float run
-vv
site.yml
\
${
float_dir
}
/float run site.yml
\
||
die
"failed to run the main playbook"
||
die
"failed to run the main playbook"
}
}
...
@@ -137,9 +137,6 @@ case "$cmd" in
...
@@ -137,9 +137,6 @@ case "$cmd" in
;;
;;
run
)
run
)
# The 'yaml' output format has slightly more legible errors.
export
ANSIBLE_STDOUT_CALLBACK
=
yaml
for
playbook
in
"
${
float_dir
}
/test/integration-test-docker.yml"
"
$@
"
;
do
for
playbook
in
"
${
float_dir
}
/test/integration-test-docker.yml"
"
$@
"
;
do
log Running
test
playbook
${
playbook
}
log Running
test
playbook
${
playbook
}
${
float_dir
}
/float run
${
playbook
}
\
${
float_dir
}
/float run
${
playbook
}
\
...
...
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