Define native_client asset upload name
This commit is contained in:
parent
f69db729dc
commit
77a9a53634
@ -18,6 +18,7 @@ build:
|
||||
scripts:
|
||||
build: ''
|
||||
package: ''
|
||||
nc_asset_name: 'native_client.tar.xz'
|
||||
args:
|
||||
tests_cmdline: ''
|
||||
convert_graphdef: ''
|
||||
|
@ -10,6 +10,7 @@ build:
|
||||
scripts:
|
||||
build: "taskcluster/host-build.sh"
|
||||
package: "taskcluster/package.sh"
|
||||
nc_asset_name: "native_client.amd64.cpu.osx.tar.xz"
|
||||
maxRunTime: 14400
|
||||
metadata:
|
||||
name: "DeepSpeech OSX AMD64 CPU"
|
||||
|
@ -34,6 +34,8 @@ scopes:
|
||||
payload:
|
||||
maxRunTime: { $eval: to_int(build.maxRunTime) }
|
||||
|
||||
nc_asset_name: { $eval: build.nc_asset_name }
|
||||
|
||||
env:
|
||||
$let:
|
||||
training: { $eval: as_slugid("test-training_upstream-linux-amd64-py27mu-opt") }
|
||||
|
@ -18,6 +18,7 @@ build:
|
||||
scripts:
|
||||
build: "taskcluster/host-build.sh"
|
||||
package: "taskcluster/package.sh"
|
||||
nc_asset_name: "native_client.amd64.cpu.linux.tar.xz"
|
||||
metadata:
|
||||
name: "DeepSpeech Linux AMD64 CPU"
|
||||
description: "Building DeepSpeech for Linux/AMD64, CPU only, optimized version"
|
||||
|
@ -17,6 +17,7 @@ build:
|
||||
scripts:
|
||||
build: "taskcluster/cuda-build.sh"
|
||||
package: "taskcluster/package.sh"
|
||||
nc_asset_name: "native_client.amd64.cuda.linux.tar.xz"
|
||||
metadata:
|
||||
name: "DeepSpeech Linux AMD64 CUDA"
|
||||
description: "Building DeepSpeech for Linux/AMD64, CUDA-enabled, optimized version"
|
||||
|
@ -21,6 +21,7 @@ build:
|
||||
scripts:
|
||||
build: "taskcluster/arm64-build.sh"
|
||||
package: "taskcluster/package.sh"
|
||||
nc_asset_name: "native_client.arm64.cpu.linux.tar.xz"
|
||||
metadata:
|
||||
name: "DeepSpeech Linux ARM64 Cortex-A53 CPU"
|
||||
description: "Building DeepSpeech for Linux ARM64 Cortex-A53, CPU only, optimized version"
|
||||
|
@ -29,6 +29,9 @@ then:
|
||||
|
||||
payload:
|
||||
maxRunTime: { $eval: to_int(build.maxRunTime) }
|
||||
|
||||
nc_asset_name: { $eval: build.nc_asset_name }
|
||||
|
||||
image: "ubuntu:14.04"
|
||||
|
||||
env:
|
||||
|
@ -21,6 +21,7 @@ build:
|
||||
scripts:
|
||||
build: "taskcluster/rpi3-build.sh"
|
||||
package: "taskcluster/package.sh"
|
||||
nc_asset_name: "native_client.rpi3.cpu.linux.tar.xz"
|
||||
metadata:
|
||||
name: "DeepSpeech Linux RPi3/ARMv7 CPU"
|
||||
description: "Building DeepSpeech for Linux RPi3 ARMv7, CPU only, optimized version"
|
||||
|
Loading…
x
Reference in New Issue
Block a user