Skip to content

Commit 22ffd8f

Browse files
authored
Merge pull request #541 from gerrod3/37-CI
Update CI
2 parents 44bfe50 + 1823f31 commit 22ffd8f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.ci/ansible/smash-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
{

.ci/assets/bindings/.gitkeep

Whitespace-only changes.

.github/template_gitref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.08.26-144-g74beb16
1+
2021.08.26-145-g85b0501

.github/workflows/scripts/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if [ -f $FUNC_TEST_SCRIPT ]; then
107107
source $FUNC_TEST_SCRIPT
108108
else
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

0 commit comments

Comments
 (0)