Skip to content

Commit

Permalink
1ES Migration (#575)
Browse files Browse the repository at this point in the history
* 1ES Migration

- changed links
- Migrate the pipeline to another pool and org

* 1ES Migration

- temporary comment the pipeline

* 1ES Migration

- restore triggers

* 1ES Migration

- badge update

* 1ES Migration

- test version

* Revert "1ES Migration"

This reverts commit 0a2cda8.
  • Loading branch information
DmitriiBobreshev authored Mar 13, 2024
1 parent fcf9a13 commit 576887e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
15 changes: 7 additions & 8 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
# This Yaml Document has been converted by ESAI Yaml Pipeline Conversion Tool.
# This pipeline will be extended to the OneESPT template
trigger:
- main

# no `pr` keyword because we want all PRs to run this

- main

# no `pr` keyword because we want all PRs to run this
resources:
repositories:
- repository: 1ESPipelineTemplates
Expand All @@ -35,12 +34,12 @@ extends:
baselineSet: default
baselineFile: $(Build.SourcesDirectory)/.gdn/.gdnbaselines
sourceAnalysisPool:
name: Azure-Pipelines-1ESPT-ExDShared
image: windows-2022
name: 1ES-ABTT-Shared-Pool
image: abtt-windows-2022
os: windows
pool:
name: Azure-Pipelines-1ESPT-ExDShared
image: ubuntu-latest
name: 1ES-ABTT-Shared-Pool
image: abtt-ubuntu-2204
os: linux
customBuildTags:
- ES365AIMigrationTooling
Expand Down
8 changes: 4 additions & 4 deletions .azure-pipelines/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ extends:
baselineSet: default
baselineFile: $(Build.SourcesDirectory)/.gdn/.gdnbaselines
sourceAnalysisPool:
name: Azure-Pipelines-1ESPT-ExDShared
image: windows-2022
name: 1ES-ABTT-Shared-Pool
image: abtt-windows-2022
os: windows
pool:
name: Azure-Pipelines-1ESPT-ExDShared
image: ubuntu-latest
name: 1ES-ABTT-Shared-Pool
image: abtt-ubuntu-2204
os: linux
customBuildTags:
- ES365AIMigrationTooling
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://dev.azure.com/ms/azure-pipelines-vscode/_apis/build/status/CI-and-PR)](https://dev.azure.com/ms/azure-pipelines-vscode/_build/latest?definitionId=11)
[![Build Status](https://dev.azure.com/mseng/PipelineTools/_apis/build/status%2FVSCode%20Extension%2Fvscode-extension-ci?repoName=microsoft%2Fazure-pipelines-vscode&branchName=main)](https://dev.azure.com/mseng/PipelineTools/_build/latest?definitionId=17236&repoName=microsoft%2Fazure-pipelines-vscode&branchName=main)

# Azure Pipelines for VS Code

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
0. Ensure the [CHANGELOG](CHANGELOG.md) is up to date.
0. Update the [service schema](#bumping-service-schema).
0. Create a PR on GitHub, mostly for tracking reasons.
0. Manually queue a [Release build](https://dev.azure.com/ms/azure-pipelines-vscode/_build?definitionId=12) against your PR branch.
0. Manually queue a [Release build](https://dev.azure.com/mseng/PipelineTools/_build?definitionId=17237) against your PR branch.
- This will create a GitHub release at the commit you've specified!
0. Ship the resulting package to the [Marketplace](https://marketplace.visualstudio.com/manage/publishers/ms-azure-devops).
- You can grab it from either the pipeline run or off GitHub itself.
Expand Down

0 comments on commit 576887e

Please sign in to comment.