Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
c104a565
Commit
c104a565
authored
Jan 06, 2022
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: stop retrying "flaky" tests
We (thankfully) don't have flaky tests anymore, don't retry them.
parent
cd261af2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
ci/test.sh
+0
-4
No files found.
ci/test.sh
View file @
c104a565
...
@@ -188,9 +188,7 @@ if [ -z "$SKIP_ONLINE_TESTS" ]; then
...
@@ -188,9 +188,7 @@ if [ -z "$SKIP_ONLINE_TESTS" ]; then
echo
"## Running (online) tests"
echo
"## Running (online) tests"
echo
"##############################################################################"
echo
"##############################################################################"
export
GITTEST_FLAKY_RETRY
=
5
run_test online
run_test online
unset
GITTEST_FLAKY_RETRY
# Run the online tests that immutably change global state separately
# Run the online tests that immutably change global state separately
# to avoid polluting the test environment.
# to avoid polluting the test environment.
...
@@ -231,9 +229,7 @@ if [ -z "$SKIP_PROXY_TESTS" ]; then
...
@@ -231,9 +229,7 @@ if [ -z "$SKIP_PROXY_TESTS" ]; then
export
GITTEST_REMOTE_PROXY_HOST
=
"localhost:8090"
export
GITTEST_REMOTE_PROXY_HOST
=
"localhost:8090"
export
GITTEST_REMOTE_PROXY_USER
=
"foo"
export
GITTEST_REMOTE_PROXY_USER
=
"foo"
export
GITTEST_REMOTE_PROXY_PASS
=
"bar"
export
GITTEST_REMOTE_PROXY_PASS
=
"bar"
export
GITTEST_FLAKY_RETRY
=
5
run_test proxy
run_test proxy
unset
GITTEST_FLAKY_RETRY
unset
GITTEST_REMOTE_PROXY_HOST
unset
GITTEST_REMOTE_PROXY_HOST
unset
GITTEST_REMOTE_PROXY_USER
unset
GITTEST_REMOTE_PROXY_USER
unset
GITTEST_REMOTE_PROXY_PASS
unset
GITTEST_REMOTE_PROXY_PASS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment