File tree Expand file tree Collapse file tree 7 files changed +24
-19
lines changed Expand file tree Collapse file tree 7 files changed +24
-19
lines changed Original file line number Diff line number Diff line change
1
+ enabled : true
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
strategy :
11
11
matrix :
12
- java : [7, 8, 11]
12
+ java : [8, 11]
13
13
steps :
14
14
- uses : actions/checkout@v2
15
+ - uses : stCarolas/setup-maven@v4
16
+ with :
17
+ maven-version : 3.8.1
15
18
- uses : actions/setup-java@v1
16
19
with :
17
20
java-version : ${{matrix.java}}
23
26
runs-on : windows-latest
24
27
steps :
25
28
- uses : actions/checkout@v2
29
+ - uses : stCarolas/setup-maven@v4
30
+ with :
31
+ maven-version : 3.8.1
26
32
- uses : actions/setup-java@v1
27
33
with :
28
34
java-version : 8
@@ -37,28 +43,21 @@ jobs:
37
43
java : [8, 11]
38
44
steps :
39
45
- uses : actions/checkout@v2
46
+ - uses : stCarolas/setup-maven@v4
47
+ with :
48
+ maven-version : 3.8.1
40
49
- uses : actions/setup-java@v1
41
50
with :
42
51
java-version : ${{matrix.java}}
43
52
- run : java -version
44
53
- run : .kokoro/dependencies.sh
45
- linkage-monitor :
46
- runs-on : ubuntu-latest
47
- steps :
48
- - uses : actions/checkout@v2
49
- - uses : actions/setup-java@v1
50
- with :
51
- java-version : 8
52
- - run : java -version
53
- - name : Install artifacts to local Maven repository
54
- run : .kokoro/build.sh
55
- shell : bash
56
- - name : Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
57
- uses : GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
58
54
lint :
59
55
runs-on : ubuntu-latest
60
56
steps :
61
57
- uses : actions/checkout@v2
58
+ - uses : stCarolas/setup-maven@v4
59
+ with :
60
+ maven-version : 3.8.1
62
61
- uses : actions/setup-java@v1
63
62
with :
64
63
java-version : 8
70
69
runs-on : ubuntu-latest
71
70
steps :
72
71
- uses : actions/checkout@v2
72
+ - uses : stCarolas/setup-maven@v4
73
+ with :
74
+ maven-version : 3.8.1
73
75
- uses : actions/setup-java@v1
74
76
with :
75
77
java-version : 8
Original file line number Diff line number Diff line change 115
115
# fix output location of logs
116
116
bash .kokoro/coerce_logs.sh
117
117
118
- if [[ " ${ENABLE_BUILD_COP } " == " true" ]]
118
+ if [[ " ${ENABLE_FLAKYBOT } " == " true" ]]
119
119
then
120
120
chmod +x ${KOKORO_GFILE_DIR} /linux_amd64/flakybot
121
121
${KOKORO_GFILE_DIR} /linux_amd64/flakybot -repo=googleapis/google-http-java-client
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ env_vars: {
22
22
}
23
23
24
24
env_vars: {
25
- key: " ENABLE_BUILD_COP "
25
+ key: " ENABLE_FLAKYBOT "
26
26
value: " true"
27
27
}
28
28
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ env_vars: {
33
33
}
34
34
35
35
env_vars: {
36
- key: " ENABLE_BUILD_COP "
36
+ key: " ENABLE_FLAKYBOT "
37
37
value: " true"
38
38
}
Original file line number Diff line number Diff line change 50
50
" ^junit:junit" ,
51
51
" ^com.google.truth:truth" ,
52
52
" ^org.mockito:mockito-core" ,
53
- " ^org.objenesis:objenesis"
53
+ " ^org.objenesis:objenesis" ,
54
+ " ^com.google.cloud:google-cloud-conformance-tests"
54
55
],
55
56
"semanticCommitType" : " test" ,
56
57
"semanticCommitScope" : " deps"
Original file line number Diff line number Diff line change 11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "5d3c52f5db664eee9026db76b5bcb466f3a09ca9 "
14
+ "sha": "17ee6e5c08f2eb47029beee4776ce990e56b3925 "
15
15
}
16
16
}
17
17
],
25
25
".github/generated-files-bot.yml",
26
26
".github/readme/synth.py",
27
27
".github/release-please.yml",
28
+ ".github/release-trigger.yml",
28
29
".github/snippet-bot.yml",
29
30
".github/sync-repo-settings.yaml",
30
31
".github/trusted-contribution.yml",
You can’t perform that action at this time.
0 commit comments