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:
parent
653c6b5b8e
commit
e9326bebdf
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user