Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing gtest reporting. #8504

Closed
wants to merge 52 commits into from
Closed
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
312cb7b
Testing gtest reporting in Jenkins.
wknapik Apr 12, 2021
1ba0e44
Test #1.
wknapik Apr 12, 2021
4e2076a
WIP.
wknapik Apr 12, 2021
203e62d
WIP.
wknapik Apr 12, 2021
958d202
WIP.
wknapik Apr 13, 2021
c26455f
WIP.
wknapik Apr 13, 2021
7808c1d
WIP.
wknapik Apr 13, 2021
ba60339
WIP.
wknapik Apr 13, 2021
5184307
WIP.
wknapik Apr 13, 2021
73f3a04
WIP.
wknapik Apr 13, 2021
de44fe5
WIP.
wknapik Apr 13, 2021
b37f01b
WIP.
wknapik Apr 13, 2021
913901f
WIP.
wknapik Apr 13, 2021
a8c8020
WIP.
wknapik Apr 13, 2021
f20adfa
WIP.
wknapik Apr 13, 2021
27d0551
WIP.
wknapik Apr 13, 2021
3b2e9f5
WIP.
wknapik Apr 14, 2021
dea2e1b
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 14, 2021
facc7ba
WIP.
wknapik Apr 14, 2021
a1b6ff9
WIP.
wknapik Apr 14, 2021
fae3637
WIP.
wknapik Apr 14, 2021
9c88f68
WIP.
wknapik Apr 14, 2021
81b8a25
WIP.
wknapik Apr 15, 2021
42ed030
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 15, 2021
aabe2e4
WIP.
wknapik Apr 15, 2021
6415a17
WIP.
wknapik Apr 15, 2021
55aac63
WIP.
wknapik Apr 16, 2021
0d4f84a
WIP.
wknapik Apr 16, 2021
af665e3
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 16, 2021
02a4b45
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 16, 2021
3dc3237
WIP.
wknapik Apr 16, 2021
98f82f7
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 16, 2021
00acdfc
WIP.
wknapik Apr 16, 2021
21c9577
WIP.
wknapik Apr 19, 2021
67aa65d
WIP.
wknapik Apr 19, 2021
c5f2ad6
WIP.
wknapik Apr 19, 2021
28e22fc
WIP.
wknapik Apr 19, 2021
fdfd78f
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 20, 2021
f1b6c66
WIP.
wknapik Apr 20, 2021
f3c1c05
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 20, 2021
01fb5f2
WIP.
wknapik Apr 20, 2021
8bb2c10
WIP.
wknapik Apr 20, 2021
4d4a19a
WIP.
wknapik Apr 20, 2021
6d7acdb
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 20, 2021
7e27ba7
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 20, 2021
47cd64a
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 21, 2021
ee6ba5d
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 21, 2021
cdc2fd4
WIP.
wknapik Apr 21, 2021
c7bbf66
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 21, 2021
7c0813b
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 21, 2021
77bd1b8
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 21, 2021
32f1c4b
Merge branch 'master' of github.com:brave/brave-core into wknapik-gte…
wknapik Apr 21, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ pipeline {
credentials('brave-builds-github-token-for-pr-builder')
github('brave/devops', 'https')
}
branch('master')

branch('wknapik-gtest-improvements')
}
}
scriptPath("jenkins/jobs/browser/pr-brave-browser-${PLATFORM}.Jenkinsfile")
Expand Down