3085d9ac7d
Also disabling failing perf test. Change-Id: I5776a5dfba0d429ad6a9d725de26c585e61ba37b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/249427 Reviewed-by: Hal Canary <halcanary@google.com>
9 lines
393 B
Docker
9 lines
393 B
Docker
# Docker container with Chrome, and karma/jasmine, to be used to run JS tests and
|
|
# collect output for Skia Infra's Gold tool (correctness checking).
|
|
#
|
|
# Tests will be run as non-root (user skia, in fact), so /OUT should have permissions
|
|
# 777 so as to be able to create output there.
|
|
|
|
FROM gcr.io/skia-public/karma-chrome-tests:77.0.3865.120_v1
|
|
|
|
COPY /tmp/gold-aggregator /opt/gold-aggregator |