|
22a8e32e2c
|
Implements modules preload list
|
2020-06-14 20:14:59 +00:00 |
|
|
2f5f1db0db
|
Add docker timeout to artifact configuration
|
2020-06-14 17:32:57 +00:00 |
|
alyakimenko
|
5bb7e08188
|
Sync with the latest logrusorgru/aurora
Fixes #15
|
2020-05-19 14:48:53 +00:00 |
|
|
9c70af4f6f
|
Add flag for verbose output
|
2019-11-14 15:38:16 +00:00 |
|
|
7b8cf96b4a
|
Kpti settings was not affected for regular runs
|
2019-11-14 15:37:34 +00:00 |
|
|
104e70f861
|
Implements global timeout
|
2019-08-30 16:34:14 +00:00 |
|
|
365c9d0e95
|
Implements reliablity threshold for exit code
|
2019-08-30 16:33:43 +00:00 |
|
|
d425f455bb
|
Make variable names more toml-friendly
|
2019-08-19 19:03:59 +00:00 |
|
|
282d99f511
|
Allow to force some qemu settings from .out-of-tree.toml
|
2019-08-19 18:34:13 +00:00 |
|
|
54a3704bc2
|
Do not clean dmesg
|
2019-08-19 16:15:55 +00:00 |
|
|
c0aeb01ff7
|
Test.sh fallback
|
2019-08-18 15:05:21 +00:00 |
|
|
faf9f9fd8f
|
Do not show warning if test.sh is not exists
|
2019-08-17 12:42:14 +00:00 |
|
|
844f5a5580
|
Refactor
|
2019-08-17 10:00:01 +00:00 |
|
|
73b39b5c0d
|
Refactor
|
2019-08-17 09:35:36 +00:00 |
|
|
986a6f55e0
|
Refactor [2]
|
2019-08-17 09:05:06 +00:00 |
|
|
085690697d
|
Flag for number of runs per each kernel
|
2019-08-16 18:50:34 +00:00 |
|
|
574d5d45c3
|
Implements tagging
|
2019-08-16 18:30:46 +00:00 |
|
|
ddec4adf57
|
Command line flag for changing number of threads
|
2019-08-16 18:03:30 +00:00 |
|
|
d035e4f8ad
|
Implements build on host and support for custom kernels
Resolves #6
|
2019-08-16 14:05:26 +00:00 |
|
|
15a8c6b1e4
|
Move tmp to avoid tmpfs-related issues with docker
|
2019-08-16 12:43:29 +00:00 |
|
|
8430eea47f
|
Implements saving build output
Resolves #9
|
2019-08-14 17:36:36 +00:00 |
|
|
9175305cb9
|
Implements basic logs query, success rate calculation
Closes #10
Closes #11
|
2019-08-13 23:33:52 +00:00 |
|
|
94be33f869
|
Refactor
|
2019-08-13 22:17:24 +00:00 |
|
|
e63bfa24e9
|
Remove outdated TODO
|
2019-08-13 21:58:11 +00:00 |
|
|
51fa085170
|
Store logs in sqlite3 database
|
2019-08-13 21:54:59 +00:00 |
|
|
caee1b5756
|
Implements parameter "--max=X" for pew
|
2019-08-12 23:21:38 +00:00 |
|
|
5dbbb33297
|
Implements parameter "--max=X" for autogen
|
2019-08-12 22:58:47 +00:00 |
|
|
5864109080
|
Do not fail for kernel module if there is no test script
|
2019-06-15 06:58:17 +00:00 |
|
|
94706ea8e7
|
gofmt
|
2019-06-10 18:55:10 +00:00 |
|
chiveson
|
7d6806846d
|
Update pew.go
|
2019-06-10 20:21:34 +03:00 |
|
|
144a8547bc
|
Move upstream to code.dumpstack.io
|
2019-02-02 21:25:09 +00:00 |
|
|
630f6c7fe1
|
Move all kernels generation to separate function
|
2018-12-10 03:00:26 +00:00 |
|
|
094f209791
|
Remove redundant return statement
|
2018-12-10 02:56:22 +00:00 |
|
|
e0f0133d42
|
Refactor: use only one exit for func
|
2018-12-10 02:41:45 +00:00 |
|
|
597de7f8c4
|
Refactor variable names
|
2018-12-10 02:35:43 +00:00 |
|
|
1f35eb165d
|
if-else -> switch
|
2018-12-10 02:32:13 +00:00 |
|
|
880af47cc5
|
Use go timers for kill docker by timeout, fixes #12
|
2018-12-08 02:53:29 +00:00 |
|
|
2a3c3ed18e
|
Non-zero exit status if something failed
|
2018-12-07 03:14:24 +00:00 |
|
|
dcc156272c
|
Make executable only if test copied successfully
|
2018-12-01 20:33:06 +00:00 |
|
|
f85c37fea6
|
Improve error logging
|
2018-12-01 14:30:28 +00:00 |
|
|
6d7f6c5435
|
Add timeout for enough time for qemu to be runned
|
2018-11-25 14:43:58 +00:00 |
|
|
44aa01856f
|
Do not produce errors for kernel exploit default test
|
2018-11-23 09:32:40 +00:00 |
|
|
a0c9a8f8e6
|
Implements fallback to default test for kernel exploit
|
2018-11-23 09:31:20 +00:00 |
|
|
67dd58921d
|
Remove redutant package name for import
|
2018-11-17 20:20:36 +00:00 |
|
|
bacee99c7c
|
Move config types to submodule
|
2018-11-17 20:18:50 +00:00 |
|
|
075998a95f
|
Move pew-related stuff
|
2018-11-17 19:37:04 +00:00 |
|