Skip to content

Commit 3da6d52

Browse files
authored
chore: update kokoro configs to refer to this repo (#5)
1 parent feb7ba7 commit 3da6d52

File tree

26 files changed

+33
-81
lines changed

26 files changed

+33
-81
lines changed

.kokoro/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: "cloud-profiler-nodejs/.kokoro/trampoline.sh"
14+
build_file: "pprof-nodejs/.kokoro/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/cloud-profiler-nodejs/.kokoro/test.sh"
23+
value: "github/pprof-nodejs/.kokoro/test.sh"
2424
}

.kokoro/continuous/go111/golint.cfg

Lines changed: 0 additions & 24 deletions
This file was deleted.

.kokoro/continuous/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: "cloud-profiler-nodejs/.kokoro/trampoline.sh"
14+
build_file: "pprof-nodejs/.kokoro/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/cloud-profiler-nodejs/.kokoro/test.sh"
23+
value: "github/pprof-nodejs/.kokoro/test.sh"
2424
}

.kokoro/continuous/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: "cloud-profiler-nodejs/.kokoro/trampoline.sh"
14+
build_file: "pprof-nodejs/.kokoro/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/cloud-profiler-nodejs/.kokoro/test.sh"
23+
value: "github/pprof-nodejs/.kokoro/test.sh"
2424
}

.kokoro/continuous/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: "cloud-profiler-nodejs/.kokoro/trampoline.sh"
14+
build_file: "pprof-nodejs/.kokoro/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/cloud-profiler-nodejs/.kokoro/test.sh"
23+
value: "github/pprof-nodejs/.kokoro/test.sh"
2424
}

.kokoro/continuous/node8/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: "cloud-profiler-nodejs/.kokoro/trampoline.sh"
14+
build_file: "pprof-nodejs/.kokoro/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/cloud-profiler-nodejs/.kokoro/test.sh"
23+
value: "github/pprof-nodejs/.kokoro/test.sh"
2424
}

.kokoro/continuous/node8/docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
env_vars: {
22
key: "TRAMPOLINE_BUILD_FILE"
3-
value: "github/cloud-profiler-nodejs/.kokoro/docs.sh"
3+
value: "github/pprof-nodejs/.kokoro/docs.sh"
44
}

.kokoro/continuous/node8/lint.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
env_vars: {
22
key: "TRAMPOLINE_BUILD_FILE"
3-
value: "github/cloud-profiler-nodejs/.kokoro/lint.sh"
3+
value: "github/pprof-nodejs/.kokoro/lint.sh"
44
}

.kokoro/continuous/node8/samples-test.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"
33

44
env_vars: {
55
key: "TRAMPOLINE_BUILD_FILE"
6-
value: "github/cloud-profiler-nodejs/.kokoro/samples-test.sh"
6+
value: "github/pprof-nodejs/.kokoro/samples-test.sh"
77
}

.kokoro/continuous/node8/system-test.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"
33

44
env_vars: {
55
key: "TRAMPOLINE_BUILD_FILE"
6-
value: "github/cloud-profiler-nodejs/.kokoro/system-test.sh"
6+
value: "github/pprof-nodejs/.kokoro/system-test.sh"
77
}

0 commit comments

Comments
 (0)