Skip to content

Commit 6e98e3d

Browse files
ci: update ci.yaml (#574)
Let's let all the unit tests complete for now. Java 17 isn't quite ready. Source-Author: Les Vogel <lesv@users.noreply.github.com> Source-Date: Fri Nov 5 11:31:10 2021 -1000 Source-Repo: googleapis/synthtool Source-Sha: 717a6a1fe247df095092de1321eadc9da887a06c Source-Link: googleapis/synthtool@717a6a1
1 parent 0216b37 commit 6e98e3d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
units:
99
runs-on: ubuntu-latest
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
java: [8, 11, 17]
1314
steps:
@@ -68,4 +69,4 @@ jobs:
6869
- run: java -version
6970
- run: .kokoro/build.sh
7071
env:
71-
JOB_TYPE: clirr
72+
JOB_TYPE: clirr

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-datastore.git",
7-
"sha": "2d1a6d04a7b0c167495955e2988e563d74b97fc3"
7+
"sha": "18ab54aa1ba7e909a9a5ce6524cc89193579a3e7"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "79d7936da1cf04ce1b4ead7d2c10dccccd852caf"
22+
"sha": "717a6a1fe247df095092de1321eadc9da887a06c"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)