File tree Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments