[CI/CD] add neuron docker and ci test scripts (#3571)

This commit is contained in:
Liangfu Chen
2024-04-18 15:26:01 -07:00
committed by GitHub
parent 87fa80c91f
commit cd2f63fb36
6 changed files with 103 additions and 4 deletions

View File

@@ -21,6 +21,11 @@ steps:
queue: amd
command: bash .buildkite/run-amd-test.sh
- label: "Neuron Test"
agents:
queue: neuron
command: bash .buildkite/run-neuron-test.sh
- label: "CPU Test"
command: bash .buildkite/run-cpu-test.sh