-
Notifications
You must be signed in to change notification settings - Fork 16
feat: make repo releasable, add parent/bom #1
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1 +/- ##
=========================================
Coverage ? 76.81%
Complexity ? 164
=========================================
Files ? 12
Lines ? 1458
Branches ? 10
=========================================
Hits ? 1120
Misses ? 320
Partials ? 18 Continue to review full report at Codecov.
|
key: "GCLOUD_PROJECT" | ||
value: "gcloud-devel" | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This (and the continuous version) will need an additional environment variable:
env_vars: {
key: "INTEGRATION_TEST_ARGS"
value: "-Dredis.network=redis-vpc"
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might need to add the kokoro integration configs to the synth.py template ignores
Ooo good call, will do! |
No description provided.