Skip to content

Commit c90a694

Browse files
chore: update common templates (#1085)
* cleanup: removes unused kokoro config files * cleanup: removes unused kokoro config files Removes unused kokoro files from the java library template. We have stopped running some of these due to Github quota issues. * fix:reverts back samples.cfg files The files presubmit/samples.cfg and nightly/samples.cfg should remain in the java template repository. Co-authored-by: Jeffrey Rennie <[email protected]> Source-Author: Thiago Nunes <[email protected]> Source-Date: Thu Aug 6 09:48:58 2020 +1000 Source-Repo: googleapis/synthtool Source-Sha: 4530cc6ff080ef8aca258c1ec92c4db10a1bbfb4 Source-Link: googleapis/synthtool@4530cc6 * build: update dependencies check to only check for runtime and compile scopes * change:Updated dependencies check to only use runtime & compile scope * Update dependencies.sh * feat: update dependencies check to only check for runtime and compile scopes Co-authored-by: Saleh Mostafa <[email protected]> Co-authored-by: Jeffrey Rennie <[email protected]> Source-Author: salehsquared <[email protected]> Source-Date: Thu Aug 6 13:01:02 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: f8823dec98277a9516f2fb6fae9f58b3a59a23e1 Source-Link: googleapis/synthtool@f8823de * chore(java_templates): add lint/static analysis presubmit checks for samples * chore(java_templates): add lint/static analysis presubmit checks for samples * chore: fix trailing whitespace Source-Author: Jeff Ching <[email protected]> Source-Date: Mon Aug 17 14:29:16 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: c3caf0704f25a0c365f1c315e804a30b87c62a75 Source-Link: googleapis/synthtool@c3caf07 * chore(java_templates): stop running pmd/spotbugs checks for samples This was creating too much noise. We will revisit with other options and/or tune these checks. Source-Author: Jeff Ching <[email protected]> Source-Date: Wed Aug 19 12:26:49 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 9602086c6c5b05db77950c7f7495a2a3868f3537 Source-Link: googleapis/synthtool@9602086
1 parent 1b4ad28 commit c90a694

File tree

14 files changed

+22
-178
lines changed

14 files changed

+22
-178
lines changed

.github/workflows/samples.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
pull_request:
3+
name: samples
4+
jobs:
5+
lint:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: actions/setup-java@v1
10+
with:
11+
java-version: 8
12+
- name: Run checkstyle
13+
run: mvn -P lint --quiet --batch-mode checkstyle:check
14+
working-directory: samples/snippets

.kokoro/continuous/dependencies.cfg

Lines changed: 0 additions & 12 deletions
This file was deleted.

.kokoro/continuous/integration.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

.kokoro/continuous/java11.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

.kokoro/continuous/java7.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

.kokoro/continuous/java8-osx.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

.kokoro/continuous/java8-win.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

.kokoro/continuous/lint.cfg

Lines changed: 0 additions & 13 deletions
This file was deleted.

.kokoro/continuous/propose_release.cfg

Lines changed: 0 additions & 53 deletions
This file was deleted.

.kokoro/continuous/samples.cfg

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)