@@ -14,6 +14,70 @@ steps:
1414 - ' COMMIT_SHA=$COMMIT_SHA'
1515 - ' BRANCH_NAME=$BRANCH_NAME'
1616
17+ # Body pix.
18+ - name : ' gcr.io/cloud-builders/gcloud'
19+ entrypoint : ' bash'
20+ id : ' body-pix'
21+ args : ['./scripts/run-build.sh', 'body-pix']
22+ waitFor : ['diff']
23+
24+ # Coco SSD.
25+ - name : ' gcr.io/cloud-builders/gcloud'
26+ entrypoint : ' bash'
27+ id : ' coco-ssd'
28+ args : ['./scripts/run-build.sh', 'coco-ssd']
29+ waitFor : ['diff']
30+
31+ # Deeplab.
32+ - name : ' gcr.io/cloud-builders/gcloud'
33+ entrypoint : ' bash'
34+ id : ' deeplab'
35+ args : ['./scripts/run-build.sh', 'deep-lab']
36+ waitFor : ['diff']
37+
38+ # KNN Classifier.
39+ - name : ' gcr.io/cloud-builders/gcloud'
40+ entrypoint : ' bash'
41+ id : ' knn-classifier'
42+ args : ['./scripts/run-build.sh', 'knn-classifier']
43+ waitFor : ['diff']
44+
45+ # Mobilenet.
46+ - name : ' gcr.io/cloud-builders/gcloud'
47+ entrypoint : ' bash'
48+ id : ' mobilenet'
49+ args : ['./scripts/run-build.sh', 'mobilenet']
50+ waitFor : ['diff']
51+
52+ # Posenet.
53+ - name : ' gcr.io/cloud-builders/gcloud'
54+ entrypoint : ' bash'
55+ id : ' posenet'
56+ args : ['./scripts/run-build.sh', 'posenet']
57+ waitFor : ['diff']
58+
59+ # Speech commands.
60+ - name : ' gcr.io/cloud-builders/gcloud'
61+ entrypoint : ' bash'
62+ id : ' speech-commands'
63+ args : ['./scripts/run-build.sh', 'speech-commands']
64+ waitFor : ['diff']
65+
66+ # Toxicity.
67+ - name : ' gcr.io/cloud-builders/gcloud'
68+ entrypoint : ' bash'
69+ id : ' toxicity'
70+ args : ['./scripts/run-build.sh', 'toxicity']
71+ waitFor : ['diff']
72+
73+ # Universal sentence encoder.
74+ - name : ' gcr.io/cloud-builders/gcloud'
75+ entrypoint : ' bash'
76+ id : ' universal-sentence-encoder'
77+ args : ['./scripts/run-build.sh', 'universal-sentence-encoder']
78+ waitFor : ['diff']
79+
80+ # Run the top-level sanity checks.
1781- name : ' node:10'
1882 entrypoint : ' yarn'
1983 id : ' test'
0 commit comments