Skip to content

Commit

Permalink
cleanup: removes unused kokoro config files (#470)
Browse files Browse the repository at this point in the history
* 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 <rennie@google.com>

Source-Author: Thiago Nunes <thiagotnunes@gmail.com>
Source-Date: Thu Aug 6 09:48:58 2020 +1000
Source-Repo: googleapis/synthtool
Source-Sha: 4530cc6ff080ef8aca258c1ec92c4db10a1bbfb4
Source-Link: googleapis/synthtool@4530cc6
  • Loading branch information
yoshi-automation committed Aug 6, 2020
1 parent 3e1382f commit 333942e
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 182 deletions.
12 changes: 0 additions & 12 deletions .kokoro/continuous/dependencies.cfg

This file was deleted.

7 changes: 0 additions & 7 deletions .kokoro/continuous/integration.cfg

This file was deleted.

7 changes: 0 additions & 7 deletions .kokoro/continuous/java11.cfg

This file was deleted.

7 changes: 0 additions & 7 deletions .kokoro/continuous/java7.cfg

This file was deleted.

3 changes: 0 additions & 3 deletions .kokoro/continuous/java8-osx.cfg

This file was deleted.

3 changes: 0 additions & 3 deletions .kokoro/continuous/java8-win.cfg

This file was deleted.

13 changes: 0 additions & 13 deletions .kokoro/continuous/lint.cfg

This file was deleted.

53 changes: 0 additions & 53 deletions .kokoro/continuous/propose_release.cfg

This file was deleted.

31 changes: 0 additions & 31 deletions .kokoro/continuous/samples.cfg

This file was deleted.

12 changes: 0 additions & 12 deletions .kokoro/nightly/dependencies.cfg

This file was deleted.

13 changes: 0 additions & 13 deletions .kokoro/nightly/lint.cfg

This file was deleted.

31 changes: 10 additions & 21 deletions synth.metadata
Expand Up @@ -11,46 +11,46 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "36b368a14bb7d45f92af23bc0dd6fe08ad79b085"
"sha": "5b6caddfa8505c16740cad88145d9bbfa0464b40"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d7a347b819096886f4644b0ed5a978a777f4bbb4",
"internalRef": "322235422"
"sha": "96ef637adf148d54236ad83fefa30c7f75f29737",
"internalRef": "325052820"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d7a347b819096886f4644b0ed5a978a777f4bbb4",
"internalRef": "322235422"
"sha": "96ef637adf148d54236ad83fefa30c7f75f29737",
"internalRef": "325052820"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d7a347b819096886f4644b0ed5a978a777f4bbb4",
"internalRef": "322235422"
"sha": "96ef637adf148d54236ad83fefa30c7f75f29737",
"internalRef": "325052820"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d7a347b819096886f4644b0ed5a978a777f4bbb4",
"internalRef": "322235422"
"sha": "96ef637adf148d54236ad83fefa30c7f75f29737",
"internalRef": "325052820"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "dd230c816f88d0141fcd0be83498986287220d1b"
"sha": "4530cc6ff080ef8aca258c1ec92c4db10a1bbfb4"
}
}
],
Expand Down Expand Up @@ -106,27 +106,16 @@
".kokoro/common.cfg",
".kokoro/common.sh",
".kokoro/continuous/common.cfg",
".kokoro/continuous/dependencies.cfg",
".kokoro/continuous/integration.cfg",
".kokoro/continuous/java11.cfg",
".kokoro/continuous/java7.cfg",
".kokoro/continuous/java8-osx.cfg",
".kokoro/continuous/java8-win.cfg",
".kokoro/continuous/java8.cfg",
".kokoro/continuous/lint.cfg",
".kokoro/continuous/propose_release.cfg",
".kokoro/continuous/samples.cfg",
".kokoro/dependencies.sh",
".kokoro/linkage-monitor.sh",
".kokoro/nightly/common.cfg",
".kokoro/nightly/dependencies.cfg",
".kokoro/nightly/integration.cfg",
".kokoro/nightly/java11.cfg",
".kokoro/nightly/java7.cfg",
".kokoro/nightly/java8-osx.cfg",
".kokoro/nightly/java8-win.cfg",
".kokoro/nightly/java8.cfg",
".kokoro/nightly/lint.cfg",
".kokoro/nightly/samples.cfg",
".kokoro/populate-secrets.sh",
".kokoro/presubmit/clirr.cfg",
Expand Down

0 comments on commit 333942e

Please sign in to comment.