Rikard Falkeborn
5fd17ef2c2
test-my-pr: Allow to specify packages to process ( #3605 )
2021-12-05 20:25:38 +01:00
Oliver Stöneberg
f8edb7b6e6
various daca@home client cleanups ( #3161 )
2021-03-06 12:34:12 +01:00
Daniel Marjamäki
33388217a5
new default branch is main
2020-06-15 20:04:57 +02:00
Rikard Falkeborn
1d80cd23ca
test-my-pr: Add timing info ( #2642 )
2020-05-14 19:45:53 +02:00
Rikard Falkeborn
0d361f8a2e
test-my-pr: Retry if failed to get package ( #2515 )
2020-02-02 18:00:36 +01:00
Sebastian
2d95c35974
Donate CPU/test-my-pr: Add timeout for the Cppcheck execution ( #2500 )
...
This adds a timeout of 60 minutes for the Cppcheck analysis.
Timed out results do not count as crash but they are uploaded and
marked with "TO!" in the list of the latest results. No "diff" is
generated for timed out results so they do not add wrong entries to
the "Diff report".
In test-my-pr.py the timed out results are listed separately just like
the crashes.
donate-cpu-server.py: Add timeout report
2020-01-24 12:33:51 +01:00
Sebastian
d8e0f40663
donate-cpu/test-my-pr: Minor fixes (PEP 8, old Python 2 code, ...) ( #2499 )
...
* donate-cpu/test-my-pr: Minor fixes (PEP 8, old Python 2 code, ...)
* test-my-pr.py: Add Python 3 shebang
2020-01-21 14:27:39 +01:00
Rikard Falkeborn
eb6203cee3
test-my-pr: Allow work_path to be relative ( #2444 )
...
Previously, calling test-my-pr with a relative work-path resulted in a
crash when trying to create the result file (due to the change of
current working directory).
2019-12-12 16:43:40 +01:00
Sebastian
0a38b1b511
pylintrc_travis: Enable more messages and fix issues ( #2332 )
...
The plan is to enable more and more useful messages and fix the issues
step by step to improve the code quality.
2019-11-05 21:05:43 +01:00
Maksim Derbasov
48012aceb4
test-my-pr.py: several improvements ( #2294 )
...
* test-my-pr.py: specify remote branch explicitly
When I merged (local) branch to master, `merge-base` returned me not valid commit hash.
* donate_cpu_lib.py: strip filename properly
* test-my-pr.py: reduced packages count; reduced output
* donate_cpu_lib.py: fix previous change
2019-10-24 21:54:22 +02:00
Maksim Derbasov
2500964b58
[tools] test-my-PR functionality ( #2288 )
...
* test my PR functionallity
* Improvement for test-my-pr script
* test-my-pr align master with branch
2019-10-23 09:12:15 +02:00