Skip to content

Commit

Permalink
[EngSys] Use agents from 1ES pool (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Feb 7, 2025
1 parent 1c10ce5 commit a06e123
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .scripts/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ variables:
TypeSpec_TESTSERVER_COVERAGE_MODULAR_AZURE_REPORT: "$(Build.SourcesDirectory)/packages/typespec-ts/coverage/spector-coverage-typescript-modular-azure.json"
TypeSpec_TESTSERVER_COVERAGE_MODULAR_STANDARD_REPORT: "$(Build.SourcesDirectory)/packages/typespec-ts/coverage/spector-coverage-typescript-modular-standard.json"

pool:
vmImage: ubuntu-20.04

stages:
- stage: BuildStage
jobs:
- job: Build
pool:
name: ${{ parameters.LinuxPool }}
vmImage: ${{ parameters.OSVmImage }}
steps:
- template: build.yml
- script: |
Expand Down
5 changes: 4 additions & 1 deletion .scripts/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ jobs:
strategy:
matrix:
Linux_Node18:
Pool: ${{ parameters.LinuxPool }}
Pool: azsdk-pool-mms-ubuntu-2004-general
OSVmImage: "ubuntu-20.04"
NodeTestVersion: "18.x"
pool:
name: $[coalesce(variables['Pool'], '')]
vmImage: $[coalesce(variables['OSVmImage'], '')]
steps:
- template: build.yml
- script: npm run clone:specs
Expand Down

0 comments on commit a06e123

Please sign in to comment.