Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
QISKIT_BUILD_PROFILE: release
- name: Run all tests including slow
run: stestr run --slowest
run: stestr run --slowest --abbreviate
env:
RUST_BACKTRACE: 1
QISKIT_TESTS: "run_slow"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
python tools/report_numpy_state.py
export PYTHONHASHSEED=$(python -S -c "import random; print(random.randint(1, 4294967295))")
echo "PYTHONHASHSEED=$PYTHONHASHSEED"
stestr run --slowest
stestr run --slowest --abbreviate
env:
QISKIT_PARALLEL: FALSE
QISKIT_IGNORE_USER_SETTINGS: TRUE
Expand All @@ -127,7 +127,7 @@ jobs:
pushd /tmp/terra-tests
export PYTHONHASHSEED=$(python -S -c "import random; print(random.randint(1, 4294967295))")
echo "PYTHONHASHSEED=$PYTHONHASHSEED"
stestr run --slowest
stestr run --slowest --abbreviate
popd
env:
QISKIT_PARALLEL: FALSE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
python tools/report_numpy_state.py
export PYTHONHASHSEED=$(python -S -c "import random; print(random.randint(1, 4294967295))")
echo "PYTHONHASHSEED=$PYTHONHASHSEED"
stestr run --slowest
stestr run --slowest --abbreviate
env:
QISKIT_PARALLEL: FALSE
QISKIT_IGNORE_USER_SETTINGS: TRUE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
python tools/report_numpy_state.py
$Env:PYTHONHASHSEED=$(python -S -c "import random; print(random.randint(1, 1024))")
echo "PYTHONHASHSEED=$PYTHONHASHSEED"
stestr run --slowest
stestr run --slowest --abbreviate
- name: Filter stestr history
run: |
pushd .stestr
Expand Down