aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-02-23 15:33:22 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-23 20:40:06 +0000
commitf01cea2de9890af62e30a60ccd07e91ae1ba465e (patch)
tree83637e353e420f7b07df020a91bf2e694cb5e855 /site/dev
parent9fb6cf4c49b0f095e5cc005feb05b5522731421b (diff)
SkQP/Doc: new APKs again
No-Try: true Change-Id: I44c833a6aecf764d8fb814335963cc1004ff9fa5 Reviewed-on: https://skia-review.googlesource.com/109860 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.md23
1 files changed, 18 insertions, 5 deletions
diff --git a/site/dev/testing/skqp.md b/site/dev/testing/skqp.md
index 34c5e0d24b..e57594d0e7 100644
--- a/site/dev/testing/skqp.md
+++ b/site/dev/testing/skqp.md
@@ -9,19 +9,32 @@ These are universal APKs that contain native libraries for armeabi-v7a,
arm64-v8a, x86, and x86\_64 architectures. The most recent is listed first:
<!--
-TZ='' git log \
--\-date='format-local:%Y-%m-%d %H:%M:%S %Z' -5 origin/skqp/dev \
--\-format=' * [`%h`](https://storage.googleapis.com/skia-skqp/skqp-universal-%h.apk)%n | `%cd` | %<(30,trunc)%s'
+#!/bin/sh
+BRANCH=origin/skqp/dev
+for commit in $(git log $BRANCH -30 -\-format=%H) ; do
+ U='https://storage.googleapis.com/skia-skqp/skqp-universal-'
+ URL="${U}$(git log -1 -\-format=%h $commit).apk"
+ if [ 200 -ne "$(curl -s -o /dev/null -w "%{http_code}" "$URL")" ] ; then
+ continue
+ fi
+ TZ='' git log \
+ -\-date='format-local:%Y-%m-%d %H:%M:%S %Z' -1 $commit \
+ -\-format=" * [\`%h\`](${U}%h.apk)%n | \`%cd\` | %<(50,trunc)%s"
+done
-->
+ * [`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 univer..
+ | `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..
+ | `2018-02-13 19:33:12 UTC` | SkQP: debug option, and fix a bug
To run tests: