File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 ],
77 "selinux enabled" : false ,
88 "version" : " 3" ,
9- "aiohttp_fixtures_origin" : " 172.18 .0.1"
9+ "aiohttp_fixtures_origin" : " 127.0 .0.1"
1010 },
1111 "hosts" : [
1212 {
Original file line number Diff line number Diff line change 1- 2021.08.26-144-g74beb16
1+ 2021.08.26-145-g85b0501
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ if [ -f $FUNC_TEST_SCRIPT ]; then
107107 source $FUNC_TEST_SCRIPT
108108else
109109
110- if [[ " $GITHUB_WORKFLOW " == " Python Nightly CI/CD" ]]; then
110+ if [[ " $GITHUB_WORKFLOW " == " Python Nightly CI/CD" ]] || [[ " ${RELEASE_WORKFLOW :- false} " == " true " ]] ; then
111111 cmd_prefix bash -c " pytest -v -r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m parallel -n 8 --nightly"
112112 cmd_prefix bash -c " pytest -v -r sx --color=yes --pyargs pulp_python.tests.functional -m 'not parallel' --nightly"
113113
You can’t perform that action at this time.
0 commit comments