Skip to content
Snippets Groups Projects
Commit 3f4448a7 authored by Boris Feld's avatar Boris Feld
Browse files

Stop running asv run with time

We have the times in the scheduler logs
parent 933cfea4
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
shell_exec(["./lib/before-check.sh"])
# ASV RUN
run_command = ["time", "taskset", "-c", "2,3", "asv", "run"]
run_command = ["taskset", "-c", "2,3", "asv", "run"]
# Force ASV to spawn a separate process per test, so it kills childrens
# when the test timeout. In the fork_server mode (the default), it kill
......
......@@ -167,7 +167,7 @@
-------------- ------------------------- ------------------------------- ----------------------- --------------------- -------------------------- ---------------------------- -------------------------- -------- ---------------------
smoke-test-A zlib default True True True True True create * (glob)
smoke-test-A zlib default True True True True True update * (glob)
smoke-test-B zlib default True True True True True create * (glob)
smoke-test-B zlib default True True True True True update * (glob)
smoke-test-B zlib default True True True True True create * (glob)
smoke-test-B zlib default True True True True True update * (glob)
============== ========================= =============================== ======================= ===================== ========================== ============================ ========================== ======== =====================
......@@ -172,7 +172,5 @@
============== ========================= =============================== ======================= ===================== ========================== ============================ ========================== ======== =====================
* (glob)
* (glob)
[ 11.11%] - Loading machine info
[ 22.22%] - Getting params, commits, tags and branches
[ 33.33%] - Loading results
......@@ -183,6 +181,6 @@
[ 88.89%] - Generating output for Regressions
[100.00%] - Writing index
+ ['./lib/before-check.sh']
+ ['time', 'taskset', '-c', '2,3', 'asv', 'run', '--launch-method', 'spawn', '--skip-existing-successful', 'fe3ca1e6', '-b', 'track_commit']
+ ['taskset', '-c', '2,3', 'asv', 'run', '--launch-method', 'spawn', '--skip-existing-successful', 'fe3ca1e6', '-b', 'track_commit']
+ ['asv', 'publish', '--no-pull']
......@@ -187,5 +185,6 @@
+ ['asv', 'publish', '--no-pull']
check the repos directory afterwards
$ ls repos/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment