This repository was archived by the owner on Jul 13, 2023. It is now read-only.
chore: migrate to Trampoline V2#200
Closed
tmatsuo wants to merge 2 commits intogoogleapis:masterfrom
Closed
Conversation
It will allow you to run the builds locally. For example, here is the
command for running the presubmit system test:
```sh
TRAMPOLINE_IMAGE=gcr.io/cloud-devrel-kokoro-resources/node:12-user \
TRAMPOLINE_BUILD_FILE=.kokoro/system-test.sh \
SECRET_MANAGER_KEYS="npm_publish_token" \
.kokoro/trampoline_v2.sh
```
Note: [the current presubmit system test](.kokoro/presubmit/node12/system-test.cfg)
doesn't utilize any secrets.
Codecov Report
@@ Coverage Diff @@
## master #200 +/- ##
=======================================
Coverage 91.20% 91.20%
=======================================
Files 5 5
Lines 523 523
Branches 29 29
=======================================
Hits 477 477
Misses 45 45
Partials 1 1 Continue to review full report at Codecov.
|
Author
|
@bcoe Do you know what is |
tmatsuo
pushed a commit
to tmatsuo/synthtool
that referenced
this pull request
Sep 18, 2020
bcoe
approved these changes
Sep 21, 2020
|
this is looking good, I'd like to generate it from your open PR on syntool though before merging 😄 |
|
closing in favor of: |
tmatsuo
pushed a commit
to tmatsuo/synthtool
that referenced
this pull request
Oct 1, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It will allow you to run the builds locally. For example, here is the
command for running the presubmit system test:
TRAMPOLINE_IMAGE=gcr.io/cloud-devrel-kokoro-resources/node:12-user \ TRAMPOLINE_BUILD_FILE=.kokoro/system-test.sh \ SECRET_MANAGER_KEYS="npm_publish_token" \ .kokoro/trampoline_v2.shNote: the current presubmit system test(.kokoro/presubmit/node12/system-test.cfg)
doesn't utilize any secrets.