mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CI: Remove store_test_results to make naming less confusing
This commit is contained in:
parent
06b003b23c
commit
a442f0608a
@ -290,10 +290,6 @@ defaults:
|
|||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
# Step Templates
|
# Step Templates
|
||||||
|
|
||||||
# store_test_results helper
|
|
||||||
- store_test_results: &store_test_results
|
|
||||||
path: test_results/
|
|
||||||
|
|
||||||
- steps_soltest: &steps_soltest
|
- steps_soltest: &steps_soltest
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
@ -303,7 +299,8 @@ defaults:
|
|||||||
# clang/gcc, windows/linux/macos, etc.). The executable used by these steps comes from the
|
# clang/gcc, windows/linux/macos, etc.). The executable used by these steps comes from the
|
||||||
# attached workspace and we only see the items added to the workspace by jobs we depend on.
|
# attached workspace and we only see the items added to the workspace by jobs we depend on.
|
||||||
- run: *run_soltest
|
- run: *run_soltest
|
||||||
- store_test_results: *store_test_results
|
- store_test_results:
|
||||||
|
path: test_results/
|
||||||
- store_artifacts: *artifacts_test_results
|
- store_artifacts: *artifacts_test_results
|
||||||
- matrix_notify_failure_unless_pr
|
- matrix_notify_failure_unless_pr
|
||||||
|
|
||||||
@ -335,7 +332,8 @@ defaults:
|
|||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: build
|
at: build
|
||||||
- run: *run_soltest_all
|
- run: *run_soltest_all
|
||||||
- store_test_results: *store_test_results
|
- store_test_results:
|
||||||
|
path: test_results/
|
||||||
- store_artifacts: *artifacts_test_results
|
- store_artifacts: *artifacts_test_results
|
||||||
- matrix_notify_failure_unless_pr
|
- matrix_notify_failure_unless_pr
|
||||||
|
|
||||||
@ -345,7 +343,8 @@ defaults:
|
|||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: build
|
at: build
|
||||||
- run: *run_cmdline_tests
|
- run: *run_cmdline_tests
|
||||||
- store_test_results: *store_test_results
|
- store_test_results:
|
||||||
|
path: test_results/
|
||||||
- store_artifacts: *artifacts_test_results
|
- store_artifacts: *artifacts_test_results
|
||||||
- matrix_notify_failure_unless_pr
|
- matrix_notify_failure_unless_pr
|
||||||
|
|
||||||
@ -1033,7 +1032,8 @@ jobs:
|
|||||||
git clone https://github.com/ethereum/solidity-fuzzing-corpus /tmp/solidity-fuzzing-corpus
|
git clone https://github.com/ethereum/solidity-fuzzing-corpus /tmp/solidity-fuzzing-corpus
|
||||||
mkdir -p test_results
|
mkdir -p test_results
|
||||||
scripts/regressions.py -o test_results
|
scripts/regressions.py -o test_results
|
||||||
- store_test_results: *store_test_results
|
- store_test_results:
|
||||||
|
path: test_results/
|
||||||
- store_artifacts: *artifacts_test_results
|
- store_artifacts: *artifacts_test_results
|
||||||
|
|
||||||
b_archlinux:
|
b_archlinux:
|
||||||
@ -1088,7 +1088,8 @@ jobs:
|
|||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
- run: *run_soltest
|
- run: *run_soltest
|
||||||
- store_test_results: *store_test_results
|
- store_test_results:
|
||||||
|
path: test_results/
|
||||||
- store_artifacts: *artifacts_test_results
|
- store_artifacts: *artifacts_test_results
|
||||||
- matrix_notify_failure_unless_pr
|
- matrix_notify_failure_unless_pr
|
||||||
|
|
||||||
@ -1509,7 +1510,8 @@ jobs:
|
|||||||
name: Executing solc LSP test suite
|
name: Executing solc LSP test suite
|
||||||
command: python ./test/lsp.py .\build\solc\Release\solc.exe --non-interactive
|
command: python ./test/lsp.py .\build\solc\Release\solc.exe --non-interactive
|
||||||
shell: powershell.exe
|
shell: powershell.exe
|
||||||
- store_test_results: *store_test_results
|
- store_test_results:
|
||||||
|
path: test_results/
|
||||||
- store_artifacts: *artifacts_test_results
|
- store_artifacts: *artifacts_test_results
|
||||||
- matrix_notify_failure_unless_pr
|
- matrix_notify_failure_unless_pr
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user