Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
build(java): update renovate config to mark conformance tests as a te…
Browse files Browse the repository at this point in the history
…st commit type (#371)

* build(java): update renovate config to mark conformance tests as a test commit type

Source-Author: kolea2 <45548808+kolea2@users.noreply.github.com>
Source-Date: Tue Aug 31 14:35:19 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 9a238a0623879c3de129a376c6085d4a862f6eb9
Source-Link: googleapis/synthtool@9a238a0

* chore(java): install maven 3.8.1 at runtime

* chore: pin github action runner at ubuntu-16.04

* chore: install maven 3.8.1 at runtime

* chore: fix typo

Source-Author: Neenu Shaji <Neenu1995@users.noreply.github.com>
Source-Date: Thu Sep 2 15:46:06 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: ad7fd76e17bf9494a3e47ff9cf445f61564432e0
Source-Link: googleapis/synthtool@ad7fd76
  • Loading branch information
yoshi-automation committed Sep 5, 2021
1 parent 7bc63b7 commit da4658f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -12,6 +12,9 @@ jobs:
java: [8, 11]
steps:
- uses: actions/checkout@v2
- uses: stCarolas/setup-maven@v4
with:
maven-version: 3.8.1
- uses: actions/setup-java@v1
with:
java-version: ${{matrix.java}}
Expand All @@ -37,6 +40,9 @@ jobs:
java: [8, 11]
steps:
- uses: actions/checkout@v2
- uses: stCarolas/setup-maven@v4
with:
maven-version: 3.8.1
- uses: actions/setup-java@v1
with:
java-version: ${{matrix.java}}
Expand All @@ -46,6 +52,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stCarolas/setup-maven@v4
with:
maven-version: 3.8.1
- uses: actions/setup-java@v1
with:
java-version: 8
Expand All @@ -57,10 +66,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stCarolas/setup-maven@v4
with:
maven-version: 3.8.1
- uses: actions/setup-java@v1
with:
java-version: 8
- run: java -version
- run: .kokoro/build.sh
env:
JOB_TYPE: clirr
JOB_TYPE: clirr
3 changes: 2 additions & 1 deletion renovate.json
Expand Up @@ -50,7 +50,8 @@
"^junit:junit",
"^com.google.truth:truth",
"^org.mockito:mockito-core",
"^org.objenesis:objenesis"
"^org.objenesis:objenesis",
"^com.google.cloud:google-cloud-conformance-tests"
],
"semanticCommitType": "test",
"semanticCommitScope": "deps"
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-grafeas.git",
"sha": "16b2515d7c780565a7ed156ae8f59dfc1a9aab82"
"sha": "7bc63b70b40d49ba604c15a8f95048ba983d911e"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e2aa5bcc3356d9e3b8b53de3b5c86226447d3a22"
"sha": "ad7fd76e17bf9494a3e47ff9cf445f61564432e0"
}
}
],
Expand Down

0 comments on commit da4658f

Please sign in to comment.