Skip to content

Commit 95366ed

Browse files
authored
test: add a test session with core dependencies at head of repository (#14594)
1 parent 5853e97 commit 95366ed

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.kokoro/continuous/head.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Only run this nox session.
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "core_deps_from_source"
7+
}

.kokoro/presubmit/head.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Only run this nox session.
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "core_deps_from_source"
7+
}

0 commit comments

Comments
 (0)