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
bd6b1c41
Unverified
Commit
bd6b1c41
authored
Feb 06, 2020
by
Patrick Steinhardt
Committed by
GitHub
Feb 06, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5381 from pks-t/pks/tests-flaky-proxy
azure: tests: re-run flaky proxy tests
parents
55975171
c51bd2f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
azure-pipelines/test.sh
+3
-0
No files found.
azure-pipelines/test.sh
View file @
bd6b1c41
...
@@ -54,6 +54,7 @@ run_test() {
...
@@ -54,6 +54,7 @@ run_test() {
CLAR_SUMMARY
=
"
${
BUILD_DIR
}
/results_
${
1
}
.xml"
ctest
-V
-R
"^
${
1
}
$"
||
RETURN_CODE
=
$?
&&
true
CLAR_SUMMARY
=
"
${
BUILD_DIR
}
/results_
${
1
}
.xml"
ctest
-V
-R
"^
${
1
}
$"
||
RETURN_CODE
=
$?
&&
true
if
[
"
$RETURN_CODE
"
-eq
0
]
;
then
if
[
"
$RETURN_CODE
"
-eq
0
]
;
then
FAILED
=
0
break
break
fi
fi
...
@@ -216,7 +217,9 @@ if [ -z "$SKIP_PROXY_TESTS" ]; then
...
@@ -216,7 +217,9 @@ 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