The branch, master has been updated
via d0d1eaf gitlab-ci: Correct the ctdb tasks
from 486022e ctdb-recoverd: Set recovery lock handle at start of attempt
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit d0d1eafae9a9232b4a9314d854d56b98098e7f8e
Author: Martin Schwenke <[email protected]>
Date: Tue Sep 18 11:48:17 2018 +1000
gitlab-ci: Correct the ctdb tasks
They're swapped.
Signed-off-by: Martin Schwenke <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
Autobuild-User(master): Martin Schwenke <[email protected]>
Autobuild-Date(master): Tue Sep 18 10:33:57 CEST 2018 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9aa9fb2..90dd321 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,12 +85,12 @@ build_samba_static:
build_ctdb:
<<: *shared_template
script:
- - python script/autobuild.py samba-ctdb --verbose --nocleanup
--keeplogs --tail --testbase /tmp/samba-testbase
+ - python script/autobuild.py ctdb --verbose --nocleanup --keeplogs
--tail --testbase /tmp/samba-testbase
build_samba_ctdb:
<<: *shared_template
script:
- - python script/autobuild.py ctdb --verbose --nocleanup
--keeplogs --tail --testbase /tmp/samba-testbase
+ - python script/autobuild.py samba-ctdb --verbose --nocleanup
--keeplogs --tail --testbase /tmp/samba-testbase
build_others:
<<: *shared_template
--
Samba Shared Repository