1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/chenxiaonan-tfjs-models

Клонировать/Скачать
cloudbuild.yml 4.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Matthew Soulanille Отправлено 21.02.2023 20:44 dcc44ce
steps:
- name: 'node:16'
entrypoint: 'yarn'
id: 'yarn'
args: ['install']
# Run diff to find modified files in each folder.
- name: 'node:16'
entrypoint: 'yarn'
id: 'diff'
args: ['diff']
waitFor: ['yarn']
env:
- 'COMMIT_SHA=$COMMIT_SHA'
- 'BRANCH_NAME=$BRANCH_NAME'
# Body pix.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'body-pix'
args: ['./scripts/run-build.sh', 'body-pix']
waitFor: ['diff']
# Body segmentation.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'body-segmentation'
args: ['./scripts/run-build.sh', 'body-segmentation']
waitFor: ['diff']
# Blaze face.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'blazeface'
args: ['./scripts/run-build.sh', 'blazeface']
waitFor: ['diff']
# Coco SSD.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'coco-ssd'
args: ['./scripts/run-build.sh', 'coco-ssd']
waitFor: ['diff']
# Deeplab.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'deeplab'
args: ['./scripts/run-build.sh', 'deeplab']
waitFor: ['diff']
# Depth estimation.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'depth-estimation'
args: ['./scripts/run-build.sh', 'depth-estimation']
waitFor: ['diff']
# Face detection.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'face-detection'
args: ['./scripts/run-build.sh', 'face-detection']
waitFor: ['diff']
# Face landmarks detection.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'face-landmarks-detection'
args: ['./scripts/run-build.sh', 'face-landmarks-detection']
waitFor: ['diff']
# KNN Classifier.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'knn-classifier'
args: ['./scripts/run-build.sh', 'knn-classifier']
waitFor: ['diff']
# Mobilenet.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'mobilenet'
args: ['./scripts/run-build.sh', 'mobilenet']
waitFor: ['diff']
# Model playground.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'model-playground'
args: ['./scripts/run-build.sh', 'model-playground']
waitFor: ['diff']
# Posenet.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'posenet'
args: ['./scripts/run-build.sh', 'posenet']
waitFor: ['diff']
# Pose Detection.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'pose-detection'
args: ['./scripts/run-build.sh', 'pose-detection']
waitFor: ['diff']
# Speech commands.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'speech-commands'
args: ['./scripts/run-build.sh', 'speech-commands']
waitFor: ['diff']
# Toxicity.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'toxicity'
args: ['./scripts/run-build.sh', 'toxicity']
waitFor: ['diff']
# Universal sentence encoder.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'universal-sentence-encoder'
args: ['./scripts/run-build.sh', 'universal-sentence-encoder']
waitFor: ['diff']
# Hand Detection.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'hand-detection'
args: ['./scripts/run-build.sh', 'hand-detection']
waitFor: ['diff']
# Handpose.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'handpose'
args: ['./scripts/run-build.sh', 'handpose']
waitFor: ['diff']
# Facemesh.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'facemesh'
args: ['./scripts/run-build.sh', 'facemesh']
waitFor: ['diff']
# Task API.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'tasks'
args: ['./scripts/run-build.sh', 'tasks']
waitFor: ['diff']
# Run the top-level sanity checks.
- name: 'node:16'
entrypoint: 'yarn'
id: 'test'
args: ['presubmit']
waitFor: ['diff']
env: ['BROWSERSTACK_USERNAME=deeplearnjs1']
secretEnv: ['BROWSERSTACK_KEY']
- name: 'python:3.6'
entrypoint: 'bash'
args: ['./run_python_tests.sh']
waitFor: ['diff']
secrets:
- kmsKeyName: projects/learnjs-174218/locations/global/keyRings/tfjs/cryptoKeys/enc
secretEnv:
BROWSERSTACK_KEY: CiQAkwyoIW0LcnxymzotLwaH4udVTQFBEN4AEA5CA+a3+yflL2ASPQAD8BdZnGARf78MhH5T9rQqyz9HNODwVjVIj64CTkFlUCGrP1B2HX9LXHWHLmtKutEGTeFFX9XhuBzNExA=
timeout: 1800s
logsBucket: 'gs://tfjs-build-logs'
options:
logStreamingOption: 'STREAM_ON'
substitution_option: 'ALLOW_LOOSE'

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/chenxiaonan-tfjs-models.git
git@api.gitlife.ru:oschina-mirror/chenxiaonan-tfjs-models.git
oschina-mirror
chenxiaonan-tfjs-models
chenxiaonan-tfjs-models
master