1
0
Fork 0
Commit graph

175 commits

Author SHA1 Message Date
Christian Kühnel
f117646c0d fixed clang-tidy paths 2020-03-25 15:27:50 +01:00
Christian Kühnel
ee4220966f fixed path for test results 2020-03-25 13:40:39 +01:00
Christian Kühnel
20e6680573 moving Windows pipeline to use new branches 2020-03-24 16:02:22 +01:00
Christian Kühnel
06730d16f7 enabled all steps 2020-03-23 17:25:24 +01:00
Christian Kühnel
57a57ec1fc fixed paths, moved package versions to separate file 2020-03-23 17:22:49 +01:00
Christian Kühnel
00ee4eab8a fixed MY_BUILD_ID 2020-03-23 17:14:03 +01:00
Christian Kühnel
3c098379d2 fixed url 2020-03-23 17:12:25 +01:00
Christian Kühnel
afc399e916 added missing comma 2020-03-23 17:10:13 +01:00
Christian Kühnel
89c08fc390 draft for new Linux pipeline 2020-03-23 17:08:58 +01:00
Christian Kühnel
003175ed96 enabled phabricator feedback 2020-03-23 17:05:52 +01:00
Christian Kühnel
9f6480fa64 undo of renaming 2020-03-23 15:33:18 +01:00
Christian Kühnel
8cf9914683 moved to different agents 2020-03-23 15:01:42 +01:00
Christian Kühnel
f934467270 fixed dir statements 2020-03-23 13:21:49 +01:00
Christian Kühnel
d869a15706 first draft for apply_patch pipeline 2020-03-23 13:19:48 +01:00
Christian Kühnel
1a9f952f5e added TODOs 2020-03-20 09:26:26 +01:00
Christian Kühnel
f900aa44f2 copied regular configuration 2020-03-20 08:44:36 +01:00
Mikhail Goncharov
70df407e0e Add name of build agent to summary 2020-02-19 17:48:51 +01:00
Christian Kühnel
a2aa628706 added timeoue 2020-02-19 09:21:21 +01:00
Christian Kühnel
4a19cec6e9 fixed result url 2020-02-18 13:41:29 +01:00
Christian Kühnel
cbe186f02b added status variables 2020-02-17 16:22:51 +00:00
Christian Kühnel
a0bc500ac1 removed windows trigger 2020-02-17 16:22:41 +00:00
Christian Kühnel
6dc5e0b1d9 removed echo on 2020-02-17 16:00:01 +00:00
Christian Kühnel
688a8f5a8f removed currentbuild 2020-02-17 15:59:13 +00:00
Christian Kühnel
40863c71e9 added echo on 2020-02-17 15:47:28 +00:00
Christian Kühnel
2a22097c44 removed line breaks 2020-02-17 15:42:12 +00:00
Christian Kühnel
649dfb2f35 fixed line breaks 2020-02-17 15:29:56 +00:00
Christian Kühnel
aa7bdb4615 fixed step order 2020-02-13 15:32:05 +01:00
Christian Kühnel
e94ecbbd88 add phabtalk to windows build 2020-02-11 12:50:25 +00:00
Christian Kühnel
5e5029c1d8 storing choose_projects.log 2020-02-10 18:58:18 +01:00
Mikhail Goncharov
5defc34e6a fix pipeline 2020-02-07 14:01:46 +01:00
Mikhail Goncharov
6b6558e22c Add reason of failure on top of summary 2020-02-07 12:30:39 +01:00
Mikhail Goncharov
b30a632bf2 temporary disable triggering win build 2020-02-05 16:21:50 +01:00
Mikhail Goncharov
0a636404c6 create build directory after applying patch 2020-02-05 15:34:17 +01:00
Christian Kühnel
d4de1f60d5 fixed link to results 2020-02-05 14:31:26 +01:00
Christian Kühnel
5eb652acef removed unused pipeline 2020-02-05 14:31:20 +01:00
Mikhail Goncharov
ac2fcc5944 use new apply-patch for linux 2020-02-05 10:13:45 +01:00
Christian Kühnel
5ea89e7e7c changed windows build to every 4 hours 2020-02-03 15:37:11 +01:00
Christian Kühnel
f0509c17ef enabling project detection on Windows 2020-02-03 10:22:49 +00:00
Christian Kühnel
4c186daf95 disabled compression 2020-02-03 10:19:53 +01:00
Christian Kühnel
762cd6b501 cleanup of build 2020-01-28 13:08:51 +01:00
Christian Kühnel
74a5a24e92 changed ErrorAction 2020-01-27 16:24:45 +01:00
Christian Kühnel
66f3d3ddc4 logging details on clang tools versions 2020-01-27 15:27:00 +01:00
Christian Kühnel
5d4a97a997 added error handling and logging to post action 2020-01-27 15:14:18 +01:00
Christian Kühnel
180858cf41 only deleting the folder if it exists 2020-01-23 18:12:42 +01:00
Christian Kühnel
0ba33dd7cd added rd to arc stage 2020-01-23 13:03:52 +01:00
Mikhail Goncharov
bf98f92a3d print current git commit info on checkout and while applying patch 2020-01-23 09:32:45 +01:00
Mikhail Goncharov
276978ff1f Ignore selected paths for clang-format and clang-tidy
Now clang-format report will skip files matching `clang-format.ignore`.
For now it's empty.

clang-tidy will not receive diffs for `clang-tidy.ignore` (it still can
produce warnings for these files).
In addition build bot will not will not post comments for files
that are matched by `clang-tidy-comments.ignore`. Now project/file should
be whitelisted to receive inline comments from clang-tidy.

Added all /test directories to `clang-tidy.ignore`.

Other alternatives considered:

- using 'compile_commands.json': does not contain header files.
- specifying -regex option to 'clang-tidy-diff': probably not the best
  experience of providing multiple rules and maintaining a single regex.
2020-01-22 19:05:36 +01:00
Christian Kühnel
aa8476d76a changed location for trigger 2020-01-20 15:04:56 +01:00
Christian Kühnel
6b1e8a85d1 added commas 2020-01-20 15:00:26 +01:00
Christian Kühnel
c5dfed0000 triggering win build from phab job 2020-01-20 14:53:17 +01:00