Skip to content

Commit 21ce710

Browse files
ci: removing linkage-monitor from the required checks (#644)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/24087825-1c70-46e7-bea9-1f91a307eeb0/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@396d9b8 Source-Link: googleapis/synthtool@a6b9720 Source-Link: googleapis/synthtool@2d31a92 Source-Link: googleapis/synthtool@df5093b Source-Link: googleapis/synthtool@17ee6e5 Source-Link: googleapis/synthtool@ad7fd76 Source-Link: googleapis/synthtool@9a238a0 Source-Link: googleapis/synthtool@e2aa5bc
1 parent bcc7c71 commit 21ce710

File tree

11 files changed

+18
-34
lines changed

11 files changed

+18
-34
lines changed

.github/trusted-contribution.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
trustedContributors:
2-
- renovate-bot
2+
- renovate-bot
3+
- gcf-owl-bot[bot]

.github/workflows/ci.yaml

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
matrix:
1212
java: [8, 11]
1313
steps:
14+
- uses: actions/checkout@v2
1415
- uses: stCarolas/setup-maven@v4
1516
with:
1617
maven-version: 3.8.1
17-
- uses: actions/checkout@v2
1818
- uses: actions/setup-java@v1
1919
with:
2020
java-version: ${{matrix.java}}
@@ -25,10 +25,10 @@ jobs:
2525
windows:
2626
runs-on: windows-latest
2727
steps:
28+
- uses: actions/checkout@v2
2829
- uses: stCarolas/setup-maven@v4
2930
with:
3031
maven-version: 3.8.1
31-
- uses: actions/checkout@v2
3232
- uses: actions/setup-java@v1
3333
with:
3434
java-version: 8
@@ -42,38 +42,22 @@ jobs:
4242
matrix:
4343
java: [8, 11]
4444
steps:
45+
- uses: actions/checkout@v2
4546
- uses: stCarolas/setup-maven@v4
4647
with:
4748
maven-version: 3.8.1
48-
- uses: actions/checkout@v2
4949
- uses: actions/setup-java@v1
5050
with:
5151
java-version: ${{matrix.java}}
5252
- run: java -version
5353
- run: .kokoro/dependencies.sh
54-
linkage-monitor:
55-
runs-on: ubuntu-latest
56-
steps:
57-
- uses: stCarolas/setup-maven@v4
58-
with:
59-
maven-version: 3.8.1
60-
- uses: actions/checkout@v2
61-
- uses: actions/setup-java@v1
62-
with:
63-
java-version: 8
64-
- run: java -version
65-
- name: Install artifacts to local Maven repository
66-
run: .kokoro/build.sh
67-
shell: bash
68-
- name: Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
69-
uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
7054
lint:
7155
runs-on: ubuntu-latest
7256
steps:
57+
- uses: actions/checkout@v2
7358
- uses: stCarolas/setup-maven@v4
7459
with:
7560
maven-version: 3.8.1
76-
- uses: actions/checkout@v2
7761
- uses: actions/setup-java@v1
7862
with:
7963
java-version: 8
@@ -84,10 +68,10 @@ jobs:
8468
clirr:
8569
runs-on: ubuntu-latest
8670
steps:
71+
- uses: actions/checkout@v2
8772
- uses: stCarolas/setup-maven@v4
8873
with:
8974
maven-version: 3.8.1
90-
- uses: actions/checkout@v2
9175
- uses: actions/setup-java@v1
9276
with:
9377
java-version: 8

.kokoro/release/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2018 Google Inc.
2+
# Copyright 2018 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.kokoro/release/drop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2018 Google Inc.
2+
# Copyright 2018 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.kokoro/release/promote.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2018 Google Inc.
2+
# Copyright 2018 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.kokoro/release/publish_javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2019 Google Inc.
2+
# Copyright 2019 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.kokoro/release/publish_javadoc11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2021 Google Inc.
2+
# Copyright 2021 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.kokoro/release/stage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2018 Google Inc.
2+
# Copyright 2018 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.kokoro/trampoline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2018 Google Inc.
2+
# Copyright 2018 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"^junit:junit",
5151
"^com.google.truth:truth",
5252
"^org.mockito:mockito-core",
53-
"^org.objenesis:objenesis"
53+
"^org.objenesis:objenesis",
54+
"^com.google.cloud:google-cloud-conformance-tests"
5455
],
5556
"semanticCommitType": "test",
5657
"semanticCommitScope": "deps"

0 commit comments

Comments
 (0)