Use new build targets in continuous build of skottie and debugger.

The new targets were added here: https://skia-review.googlesource.com/c/buildbot/+/155820

Bug: skia:
Change-Id: Iac387fb033cf66dff353efb83f52a442b3441539
Reviewed-on: https://skia-review.googlesource.com/155841
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
This commit is contained in:
Joe Gregorio 2018-09-20 11:06:34 -04:00 committed by Skia Commit-Bot
parent 653c6b5b8e
commit e9326bebdf

View File

@ -25,14 +25,14 @@ steps:
env:
- 'ROOT=/workspace/__skottie_staging'
- 'SKIP_BUILD=1'
args: ['make', 'release']
args: ['make', 'release_ci']
timeout: 600s
- name: 'gcr.io/skia-public/infra:prod'
dir: '/home/skia/golib/src/go.skia.org/infra/debugger'
env:
- 'ROOT=/workspace/__debugger_staging'
- 'SKIP_BUILD=1'
args: ['make', 'release']
args: ['make', 'release_ci']
timeout: 600s
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/fiddler:$COMMIT_SHA', '/workspace/__fiddler_staging']