diff --git a/.azure-pipelines/arm-cpu-ci.yml b/.azure-pipelines/arm-cpu-ci.yml new file mode 100644 index 00000000..7edee336 --- /dev/null +++ b/.azure-pipelines/arm-cpu-ci.yml @@ -0,0 +1,9 @@ +jobs: +- job: TestArmCPU + timeoutInMinutes: 8 + pool: + vmImage: 'ubuntu-latest' + + steps: + - script: | + ls diff --git a/.github/workflows/arm-cpu-tests.yml b/.github/workflows/arm-cpu-tests.yml new file mode 100644 index 00000000..34177a60 --- /dev/null +++ b/.github/workflows/arm-cpu-tests.yml @@ -0,0 +1,15 @@ +name: ARM CPU Triton Shared Testing + +on: + pull_request: + branches: [ "main" ] + workflow_dispatch: + + +jobs: + test_triton_shared_arm: + runs-on: ["self-hosted", "1ES.Pool=triton-shared-github-arm"] + + steps: + - name: Check Architecture + run: uname -a