Skip to content

Commit b538588

Browse files
committed
TMP: Testing continuous build
1 parent 8b83e20 commit b538588

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

Hello.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/** Simple java file used for Kokoro QA validation. */
2+
public class Hello {
3+
public static void main(String[] argv) {
4+
System.out.println("Hello");
5+
}
6+
}

build.sh

Whitespace-only changes.

kokoro/gcp_ubuntu/continuous.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# -*- protobuffer -*-
2+
# proto-file: google3/devtools/kokoro/config/proto/build.proto
3+
# proto-message: BuildConfig
4+
5+
# Location of the bash script. Should have value <github_scm.name>/<path_from_repository_root>.
6+
# github_scm.name is specified in the job configuration (next section).
7+
build_file: "android-testdpc/kokoro/gcp_ubuntu/kokoro_build.sh"

kokoro/gcp_ubuntu/kokoro_build.sh

Whitespace-only changes.

kokoro/gcp_ubuntu/presubmit.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# -*- protobuffer -*-
2+
# proto-file: google3/devtools/kokoro/config/proto/build.proto
3+
# proto-message: BuildConfig
4+
5+
# Location of the bash script. Should have value <github_scm.name>/<path_from_repository_root>.
6+
# github_scm.name is specified in the job configuration (next section).
7+
build_file: "android-testdpc/kokoro/gcp_ubuntu/kokoro_build.sh"

0 commit comments

Comments
 (0)