Skip to content

Commit 7c21ca4

Browse files
nolanmar511kalyanac
authored andcommitted
chore: move kokoro configs to new locations (#37)
1 parent 5a800ea commit 7c21ca4

28 files changed

+131
-23
lines changed

tools/kokoro/unit-test/common.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ action {
1111
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1212

1313
# Use the trampoline script to run in docker.
14-
build_file: "pprof-nodejs/tools/kokoro/unit-test/trampoline.sh"
14+
build_file: "pprof-nodejs/tools/trampoline.sh"
1515

1616
# Configure the docker image for kokoro-trampoline.
1717
env_vars: {
@@ -20,5 +20,5 @@ env_vars: {
2020
}
2121
env_vars: {
2222
key: "TRAMPOLINE_BUILD_FILE"
23-
value: "github/pprof-nodejs/tools/kokoro/unit-test/test.sh"
23+
value: "github/pprof-nodejs/tools/test.sh"
2424
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
env_vars: {
2+
key: "TRAMPOLINE_BUILD_FILE"
3+
value: "github/pprof-nodejs/tools/lint.sh"
4+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Configure the docker image for kokoro-trampoline.
4+
env_vars: {
5+
key: "TRAMPOLINE_IMAGE"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/node:10-user"
7+
}
8+
9+
env_vars: {
10+
key: "TRAMPOLINE_BUILD_FILE"
11+
value: "github/pprof-nodejs/tools/test.sh"
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Configure the docker image for kokoro-trampoline.
4+
env_vars: {
5+
key: "TRAMPOLINE_IMAGE"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/node:11-user"
7+
}
8+
9+
env_vars: {
10+
key: "TRAMPOLINE_BUILD_FILE"
11+
value: "github/pprof-nodejs/tools/test.sh"
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Configure the docker image for kokoro-trampoline.
4+
env_vars: {
5+
key: "TRAMPOLINE_IMAGE"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/node:6-user"
7+
}
8+
9+
env_vars: {
10+
key: "TRAMPOLINE_BUILD_FILE"
11+
value: "github/pprof-nodejs/tools/test.sh"
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Configure the docker image for kokoro-trampoline.
4+
env_vars: {
5+
key: "TRAMPOLINE_IMAGE"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/node:8-user"
7+
}
8+
9+
env_vars: {
10+
key: "TRAMPOLINE_BUILD_FILE"
11+
value: "github/pprof-nodejs/tools/test.sh"
12+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Use the test file directly
2+
build_file: "pprof-nodejs/tools/test.bat"

tools/kokoro/unit-test/continuous/linux/node10/common.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ action {
1111
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1212

1313
# Use the trampoline script to run in docker.
14-
build_file: "pprof-nodejs/tools/kokoro/unit-test/trampoline.sh"
14+
build_file: "pprof-nodejs/tools/trampoline.sh"
1515

1616
# Configure the docker image for kokoro-trampoline.
1717
env_vars: {
@@ -21,5 +21,5 @@ env_vars: {
2121

2222
env_vars: {
2323
key: "TRAMPOLINE_BUILD_FILE"
24-
value: "github/pprof-nodejs/tools/kokoro/unit-test/test.sh"
24+
value: "github/pprof-nodejs/tools/test.sh"
2525
}

tools/kokoro/unit-test/continuous/linux/node11/common.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ action {
1111
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1212

1313
# Use the trampoline script to run in docker.
14-
build_file: "pprof-nodejs/tools/kokoro/unit-test/trampoline.sh"
14+
build_file: "pprof-nodejs/tools/trampoline.sh"
1515

1616
# Configure the docker image for kokoro-trampoline.
1717
env_vars: {
@@ -21,5 +21,5 @@ env_vars: {
2121

2222
env_vars: {
2323
key: "TRAMPOLINE_BUILD_FILE"
24-
value: "github/pprof-nodejs/tools/kokoro/unit-test/test.sh"
24+
value: "github/pprof-nodejs/tools/test.sh"
2525
}

tools/kokoro/unit-test/continuous/linux/node6/common.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ action {
1111
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1212

1313
# Use the trampoline script to run in docker.
14-
build_file: "pprof-nodejs/tools/kokoro/unit-test/trampoline.sh"
14+
build_file: "pprof-nodejs/tools/trampoline.sh"
1515

1616
# Configure the docker image for kokoro-trampoline.
1717
env_vars: {
@@ -21,5 +21,5 @@ env_vars: {
2121

2222
env_vars: {
2323
key: "TRAMPOLINE_BUILD_FILE"
24-
value: "github/pprof-nodejs/tools/kokoro/unit-test/test.sh"
24+
value: "github/pprof-nodejs/tools/test.sh"
2525
}

0 commit comments

Comments
 (0)