[particles] Turn on CI/CD for particles.skia.org

Add entry to cloudbuild.yaml

Bug: skia:
Change-Id: I649e42f3e4e97e33a673a816ba7815abe1bc08a7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200462
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
This commit is contained in:
Kevin Lubick 2019-03-12 11:09:12 -04:00
parent 60dd62ba20
commit b6b3188f81

View File

@ -64,6 +64,17 @@ steps:
dir: 'wasm-products'
timeout: 600s
- name: 'gcr.io/cloud-builders/docker'
args: ['run', '--volume', '/workspace/wasm-products:/OUT',
'--volume', '/workspace/__particles_staging:/workspace/__particles_staging',
'--env', 'ROOT=/workspace/__particles_staging',
'--env', 'SKIP_BUILD=1',
'--workdir', '/home/skia/golib/src/go.skia.org/infra/particles',
'gcr.io/skia-public/infra:prod',
'make', 'release_ci']
dir: 'wasm-products'
timeout: 600s
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/fiddler:$COMMIT_SHA', '/workspace/__fiddler_staging']
timeout: 600s
@ -72,6 +83,10 @@ steps:
args: ['build', '-t', 'gcr.io/$PROJECT_ID/skottie:$COMMIT_SHA', '/workspace/__skottie_staging']
timeout: 600s
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/particles:$COMMIT_SHA', '/workspace/__particles_staging']
timeout: 600s
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/debugger:$COMMIT_SHA', '/workspace/__debugger_staging']
timeout: 600s
@ -82,6 +97,7 @@ steps:
images:
- 'gcr.io/$PROJECT_ID/fiddler:$COMMIT_SHA'
- 'gcr.io/$PROJECT_ID/skottie:$COMMIT_SHA'
- 'gcr.io/$PROJECT_ID/particles:$COMMIT_SHA'
- 'gcr.io/$PROJECT_ID/debugger:$COMMIT_SHA'
- 'gcr.io/$PROJECT_ID/jsfiddle:$COMMIT_SHA'
- 'gcr.io/$PROJECT_ID/skia-release:prod'