Skip to content

Commit eabac61

Browse files
authored
CI: echo PYTHONHASHSEED for (hopeful) run reproducibility (#44907)
* CI: echo PYTHONHASHSEED for (hopeful) run reproducibility * Trigger CI
1 parent ee1d839 commit eabac61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/run_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# https://github.com/pytest-dev/pytest/issues/1075
66
export PYTHONHASHSEED=$(python -c 'import random; print(random.randint(1, 4294967295))')
77

8+
# May help reproduce flaky CI builds if set in subsequent runs
9+
echo PYTHONHASHSEED=$PYTHONHASHSEED
10+
811
if [[ "not network" == *"$PATTERN"* ]]; then
912
export http_proxy=http://1.2.3.4 https_proxy=http://1.2.3.4;
1013
fi

0 commit comments

Comments
 (0)