Move a wasm job to always-run
This commit is contained in:
parent
efab88ab3f
commit
48cd213b17
1 changed files with 14 additions and 14 deletions
|
@ -345,6 +345,20 @@ stages:
|
||||||
targetOS: windows
|
targetOS: windows
|
||||||
targetArchitecture: x64
|
targetArchitecture: x64
|
||||||
|
|
||||||
|
- template: ../jobs/vmr-build.yml
|
||||||
|
parameters:
|
||||||
|
buildName: Browser_Shortstack
|
||||||
|
isBuiltFromVmr: ${{ parameters.isBuiltFromVmr }}
|
||||||
|
vmrBranch: ${{ variables.VmrBranch }}
|
||||||
|
architecture: wasm
|
||||||
|
pool:
|
||||||
|
name: ${{ variables.defaultPoolName }}
|
||||||
|
demands: ${{ variables.defaultPoolDemandsLinux }}
|
||||||
|
container: ${{ variables.wasmCrossContainer }}
|
||||||
|
crossRootFs: '/crossrootfs/x64'
|
||||||
|
targetOS: browser
|
||||||
|
targetArchitecture: wasm
|
||||||
|
|
||||||
### Additional jobs for full build ###
|
### Additional jobs for full build ###
|
||||||
- ${{ if in(parameters.scope, 'full') }}:
|
- ${{ if in(parameters.scope, 'full') }}:
|
||||||
|
|
||||||
|
@ -361,20 +375,6 @@ stages:
|
||||||
targetOS: android
|
targetOS: android
|
||||||
targetArchitecture: x64
|
targetArchitecture: x64
|
||||||
|
|
||||||
- template: ../jobs/vmr-build.yml
|
|
||||||
parameters:
|
|
||||||
buildName: Browser_Shortstack
|
|
||||||
isBuiltFromVmr: ${{ parameters.isBuiltFromVmr }}
|
|
||||||
vmrBranch: ${{ variables.VmrBranch }}
|
|
||||||
architecture: wasm
|
|
||||||
pool:
|
|
||||||
name: ${{ variables.defaultPoolName }}
|
|
||||||
demands: ${{ variables.defaultPoolDemandsLinux }}
|
|
||||||
container: ${{ variables.wasmCrossContainer }}
|
|
||||||
crossRootFs: '/crossrootfs/x64'
|
|
||||||
targetOS: browser
|
|
||||||
targetArchitecture: wasm
|
|
||||||
|
|
||||||
- template: ../jobs/vmr-build.yml
|
- template: ../jobs/vmr-build.yml
|
||||||
parameters:
|
parameters:
|
||||||
buildName: Wasi_Shortstack
|
buildName: Wasi_Shortstack
|
||||||
|
|
Loading…
Reference in a new issue