aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-03-02 11:52:02 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-02 16:54:50 +0000
commit8080a6e7050ec38aaa81c700e9db4bc2e3ec9009 (patch)
treef23f9b04a21c973306bfd64b40d755f7bee6d336 /site/dev
parent685ede6341a48bde71c5cc503157504904c02a4d (diff)
SkQP: Host APK list on cloud; no more commits
No-Try: true Change-Id: I7f77c828cba2aa3763d495bec86d016eb65cb485 Reviewed-on: https://skia-review.googlesource.com/111741 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'site/dev')
-rw-r--r--site/dev/testing/skqp.md41
1 files changed, 3 insertions, 38 deletions
diff --git a/site/dev/testing/skqp.md b/site/dev/testing/skqp.md
index e1941d7ce3..904922f59f 100644
--- a/site/dev/testing/skqp.md
+++ b/site/dev/testing/skqp.md
@@ -6,45 +6,10 @@ with a abbreviated Git hash that points at the commit in the Skia repository it
was built with.
These are universal APKs that contain native libraries for armeabi-v7a,
-arm64-v8a, x86, and x86\_64 architectures. The most recent is listed first:
+arm64-v8a, x86, and x86\_64 architectures. The most recent is listed first.
-<!--
-#!/bin/sh
-BRANCH=origin/skqp/dev
-for commit in $(git log $BRANCH -30 -\-format=%H) ; do
- SHORT="$(git log -1 -\-format=%h $commit)"
- URL="https://storage.googleapis.com/skia-skqp/skqp-universal-${SHORT}.apk"
- if [ 200 -ne "$(curl -s -o /dev/null -w "%{http_code}" "$URL")" ] ; then
- continue
- fi
- DATE=$(TZ='' git log -\-date='format-local:%Y-%m-%d %H:%M:%S %Z' -1 $commit -\-format=%cd)
- SUBJ=$(git log -1 $commit -\-format='%<(50,trunc)%s' | sed 's/ *$//')
- printf ' * [`%s`](%s)\n | `%s` | %s\n' "$SHORT" "$URL" "$DATE" "$SUBJ"
-done
--->
-
- * [`0aa4e74e8c`](https://storage.googleapis.com/skia-skqp/skqp-universal-0aa4e74e8c.apk)
- | `2018-03-01 22:44:44 UTC` | Move the rest of Vulkan driver workarounds into ..
- * [`6ce9d8849b`](https://storage.googleapis.com/skia-skqp/skqp-universal-6ce9d8849b.apk)
- | `2018-03-01 22:24:15 UTC` | Cherry-pick https://skia-review.googlesource.com..
- * [`186ccf5147`](https://storage.googleapis.com/skia-skqp/skqp-universal-186ccf5147.apk)
- | `2018-03-01 19:01:32 UTC` | SkQP: turn on VkMakeCopyPipelineTest
- * [`4e8d3a4bb0`](https://storage.googleapis.com/skia-skqp/skqp-universal-4e8d3a4bb0.apk)
- | `2018-03-01 17:20:13 UTC` | Add unit test the explicit tests create a GrVkCo..
- * [`4f0c60f256`](https://storage.googleapis.com/skia-skqp/skqp-universal-4f0c60f256.apk)
- | `2018-02-28 21:11:06 UTC` | Cherry-pick sequence of Vulkan Fixes.
- * [`120ffdd88c`](https://storage.googleapis.com/skia-skqp/skqp-universal-120ffdd88c.apk)
- | `2018-02-23 19:08:26 UTC` | SkQP: do test filtering correctly
- * [`5eff3287c9`](https://storage.googleapis.com/skia-skqp/skqp-universal-5eff3287c9.apk)
- | `2018-02-22 14:00:28 UTC` | Remove branch lookup from skqp-dev
- * [`103b402a29`](https://storage.googleapis.com/skia-skqp/skqp-universal-103b402a29.apk)
- | `2018-02-21 20:56:10 UTC` | SkQP: run a single test
- * [`38efb0d355`](https://storage.googleapis.com/skia-skqp/skqp-universal-38efb0d355.apk)
- | `2018-02-20 20:48:45 UTC` | Add SKQP bot to build universal APK to master
- * [`d69db48840`](https://storage.googleapis.com/skia-skqp/skqp-universal-d69db48840.apk)
- | `2018-02-13 21:07:09 UTC` | SkQP: relax five tests
- * [`337919990b`](https://storage.googleapis.com/skia-skqp/skqp-universal-337919990b.apk)
- | `2018-02-13 19:33:12 UTC` | SkQP: debug option, and fix a bug
+The listing can be found here:
+[https://storage.googleapis.com/skia-skqp/apklist](https://storage.googleapis.com/skia-skqp/apklist)
To run tests: