mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-19 21:32:23 +00:00
### Description 1. Add a Memory Profiling build job 2. Remove no absl build job since the feature will be removed 3. Simplify post-merge-jobs.yml by unifying the pool names ### Motivation and Context To catch build errors in #16124
21 lines
No EOL
446 B
YAML
21 lines
No EOL
446 B
YAML
parameters:
|
|
AgentPool: 'onnxruntime-Ubuntu2004-AMD-CPU'
|
|
StageSuffix: ''
|
|
stages:
|
|
- stage: Nodejs_Test_${{ parameters.StageSuffix }}
|
|
dependsOn:
|
|
- Nodejs_Packaging_CPU
|
|
condition: succeeded()
|
|
jobs:
|
|
- job:
|
|
workspace:
|
|
clean: all
|
|
timeoutInMinutes: 120
|
|
pool: ${{ parameters.AgentPool }}
|
|
|
|
variables:
|
|
- name: OnnxRuntimeBuildDirectory
|
|
value: '$(Build.BinariesDirectory)'
|
|
steps:
|
|
- template: test.yml
|
|
|