Revert "Autobuild the jsfiddle docker image"
This reverts commit 2969d27760
.
Reason for revert: command "docker" not found inside image
Original change's description:
> Autobuild the jsfiddle docker image
>
> With https://skia-review.googlesource.com/c/skia-public-config/+/169300
> it will auto-deploy too.
>
> Bug: skia:
> Change-Id: Ic0a186c0e5c44328cc29085a74ac36e4a0c632ac
> Reviewed-on: https://skia-review.googlesource.com/c/169246
> Reviewed-by: Kevin Lubick <kjlubick@google.com>
TBR=jcgregorio@google.com,kjlubick@google.com
Change-Id: Ifad1dbf9cce4b70e42c2a4c70f8fa045becf9aea
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:
Reviewed-on: https://skia-review.googlesource.com/c/169321
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
parent
b52c273d3f
commit
36b85be494
@ -42,14 +42,6 @@ steps:
|
||||
args: ['make', 'release_ci']
|
||||
timeout: 600s
|
||||
|
||||
- name: 'gcr.io/skia-public/infra:prod'
|
||||
dir: '/home/skia/golib/src/go.skia.org/infra/jsfiddle'
|
||||
env:
|
||||
- 'ROOT=/workspace/__jsfiddle_staging'
|
||||
- 'SKIP_BUILD=1'
|
||||
args: ['make', 'release']
|
||||
timeout: 600s
|
||||
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
args: ['build', '-t', 'gcr.io/$PROJECT_ID/fiddler:$COMMIT_SHA', '/workspace/__fiddler_staging']
|
||||
timeout: 600s
|
||||
@ -61,15 +53,10 @@ steps:
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
args: ['build', '-t', 'gcr.io/$PROJECT_ID/debugger:$COMMIT_SHA', '/workspace/__debugger_staging']
|
||||
timeout: 600s
|
||||
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
args: ['build', '-t', 'gcr.io/$PROJECT_ID/jsfiddle:$COMMIT_SHA', '/workspace/__jsfiddle_staging']
|
||||
timeout: 600s
|
||||
images:
|
||||
- 'gcr.io/$PROJECT_ID/fiddler:$COMMIT_SHA'
|
||||
- 'gcr.io/$PROJECT_ID/skottie:$COMMIT_SHA'
|
||||
- 'gcr.io/$PROJECT_ID/debugger:$COMMIT_SHA'
|
||||
- 'gcr.io/$PROJECT_ID/jsfiddle:$COMMIT_SHA'
|
||||
- 'gcr.io/$PROJECT_ID/skia-release:prod'
|
||||
- 'gcr.io/$PROJECT_ID/skia-wasm-release:prod'
|
||||
timeout: 7200s
|
||||
|
Loading…
Reference in New Issue
Block a user