From 23fda7ad077aa99a8faf1d5b5e81744fd44b8e54 Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Tue, 23 Jan 2018 09:22:38 +0000 Subject: SkQP: Cloud Scripts - tools/skqp/generate_gn_args.sh - single script to generate configuration used to build SkQP. - tools/skqp/make_model.sh - script to execute make_gmkb.go and put the results in the correct place. - tools/skqp/{up,down}load_directory_contents.sh - scripts to move large assets into the cloud and retrieve them. - tools/skqp/gm_runner.cpp - treat missing text files as empty. - tools/skqp/make_apk.sh - make use of generate_gn_args.sh. - tools/skqp/make_{model,known_tests}.sh - better error handling, and also stop calling `git add`. Change-Id: Ib1803b4d68e63945f2c47f8eb6cb96375d24e3be Reviewed-on: https://skia-review.googlesource.com/98842 Reviewed-by: Hal Canary Commit-Queue: Hal Canary --- platform_tools/android/apps/skqp/src/main/assets/.gitignore | 3 +++ .../apps/skqp/src/main/assets/skqp/DoNotExecuteInExperimentalMode.txt | 0 .../skqp/src/main/assets/skqp/DoNotScoreInCompatibilityTestMode.txt | 0 platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGMs.txt | 0 .../android/apps/skqp/src/main/assets/skqp/KnownGpuUnitTests.txt | 0 5 files changed, 3 insertions(+) create mode 100644 platform_tools/android/apps/skqp/src/main/assets/.gitignore delete mode 100644 platform_tools/android/apps/skqp/src/main/assets/skqp/DoNotExecuteInExperimentalMode.txt delete mode 100644 platform_tools/android/apps/skqp/src/main/assets/skqp/DoNotScoreInCompatibilityTestMode.txt delete mode 100644 platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGMs.txt delete mode 100644 platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGpuUnitTests.txt (limited to 'platform_tools') diff --git a/platform_tools/android/apps/skqp/src/main/assets/.gitignore b/platform_tools/android/apps/skqp/src/main/assets/.gitignore new file mode 100644 index 0000000000..0dddfcbb63 --- /dev/null +++ b/platform_tools/android/apps/skqp/src/main/assets/.gitignore @@ -0,0 +1,3 @@ +/gmkb +/skqp +/files.txt diff --git a/platform_tools/android/apps/skqp/src/main/assets/skqp/DoNotExecuteInExperimentalMode.txt b/platform_tools/android/apps/skqp/src/main/assets/skqp/DoNotExecuteInExperimentalMode.txt deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/platform_tools/android/apps/skqp/src/main/assets/skqp/DoNotScoreInCompatibilityTestMode.txt b/platform_tools/android/apps/skqp/src/main/assets/skqp/DoNotScoreInCompatibilityTestMode.txt deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGMs.txt b/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGMs.txt deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGpuUnitTests.txt b/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGpuUnitTests.txt deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3