scripts/git: add TOR_PUSH_DELAY to git-push-all.sh

Add a TOR_PUSH_DELAY variable to git-push-all.sh, which makes the script
push master and maint branches with a delay between each branch. These
delays trigger the CI jobs in a set order, which should show the most
likely failures first.

Also:
* make pushes atomic by default, and
* make the script pass any command-line arguments to git push.

Closes ticket 29879.
This commit is contained in:
teor
2019-08-08 12:33:42 +10:00
parent 35cfe2e776
commit d6202d3128
2 changed files with 48 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor features (git scripts):
- Add a TOR_PUSH_DELAY variable to git-push-all.sh, which makes the script
push master and maint branches with a delay between each branch. These
delays trigger the CI jobs in a set order, which should show the most
likely failures first. Also make pushes atomic by default, and make
the script pass any command-line arguments to git push.
Closes ticket 29879.