Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI pipelines #342

Merged
merged 6 commits into from
Mar 26, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update pipeline
  • Loading branch information
xuzhang3 authored and xuzhang3 committed Mar 25, 2021
commit 36415ebb5afa089ff4e4a754c9727b0252130654
7 changes: 2 additions & 5 deletions .azdo/azure-pipeline-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ jobs:
ymlSafeName: '1_16_2'

vmImages:
- value: 'macOS-10.14'
ymlSafeName: 'macos_10_14'

- value: 'ubuntu-16.04'
ymlSafeName: ubuntu_16_04
- value: 'ubuntu-20.04'
ymlSafeName: ubuntu_20_04

- job: "Integration test"
displayname: "Integration test"
Expand Down
4 changes: 2 additions & 2 deletions .azdo/azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
ymlSafeName: '1_16_2'

vmImages:
- value: 'ubuntu-16.04'
ymlSafeName: ubuntu_16_04
- value: 'ubuntu-20.04'
ymlSafeName: ubuntu_20_04