Skip to content

Commit

Permalink
build(java): run linkage monitor as GitHub action (#816)
Browse files Browse the repository at this point in the history
Source-Author: Tomo Suzuki <suztomo@google.com>
Source-Date: Tue Feb 2 16:20:26 2021 -0500
Source-Repo: googleapis/synthtool
Source-Sha: e935c9ecb47da0f2e054f5f1845f7cf7c95fa625
Source-Link: googleapis/synthtool@e935c9e
  • Loading branch information
yoshi-automation committed Feb 3, 2021
1 parent 64ecaa7 commit 0daf8fb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 50 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -54,7 +54,18 @@ jobs:
with:
java-version: 8
- run: java -version
- run: .kokoro/linkage-monitor.sh
- name: Install artifacts to local Maven repository
run: |
source .kokoro/common.sh
retry_with_backoff 3 10 \
mvn install -B -V \
-Dmaven.test.skip -DskipTests=true \
-Dclirr.skip=true \
-Denforcer.skip=true \
-Dmaven.javadoc.skip=true \
-Dgcloud.download.skip=true
shell: bash
- uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
lint:
runs-on: ubuntu-latest
steps:
Expand Down
46 changes: 0 additions & 46 deletions .kokoro/linkage-monitor.sh

This file was deleted.

5 changes: 2 additions & 3 deletions synth.metadata
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "02205b00d9ab9de780523524d5b1b7d16d8f2781"
"sha": "64ecaa740de709e2d8e50729ad0edd5a5f74b650"
}
},
{
Expand Down Expand Up @@ -50,7 +50,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5de29e9434b63ea6d7e46dc348521c62969af1a1"
"sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625"
}
}
],
Expand Down Expand Up @@ -116,7 +116,6 @@
".kokoro/continuous/java8.cfg",
".kokoro/continuous/readme.cfg",
".kokoro/dependencies.sh",
".kokoro/linkage-monitor.sh",
".kokoro/nightly/common.cfg",
".kokoro/nightly/integration.cfg",
".kokoro/nightly/java11.cfg",
Expand Down

0 comments on commit 0daf8fb

Please sign in to comment.