Skip to content

Commit

Permalink
Use production OptProf tooling
Browse files Browse the repository at this point in the history
We pick up certain pipeline templates providing OptProf functionality
from the DartLab.OptProf repository. Currently we get these from the
"main" branch of that repo, but as with other repos "main" is the
bleeding edge of OptProf changes. This potentially exposes us to bugs
and instability.

Instead we want to use the "Production" tag rather than the latest main.
This should be better tested and more stable.

This is based on
https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/515949.
  • Loading branch information
tmeschter committed Mar 13, 2024
1 parent fd6ac06 commit 4dacafb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eng/pipelines/official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ resources:
- pipeline: DartLab.OptProf
source: DartLab.OptProf
branch: main
tags:
- production
repositories:
# This name is the default value for the 'dartLabTemplatesResourceName 'parameter in single-runsettings.yml.
- repository: DartLabTemplates
Expand All @@ -60,7 +62,7 @@ resources:
- repository: DartLabOptProfTemplates
name: DartLab.OptProf
type: git
ref: refs/heads/main
ref: refs/tags/Production
# This repo is used to create the insertion PR into the vs-green repo.
- repository: VSCodeExtensionRepo
type: git
Expand Down

0 comments on commit 4dacafb

Please sign in to comment.