-
Notifications
You must be signed in to change notification settings - Fork 869
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
[release/1.1] Add CodeQL3000 to microsoft-reverse-proxy-official #1917
Conversation
- backport of dotnet#1914 - add a new weekly schedule to keep database and tools up to database - add top-level parameter enabling CodeQL3000 in manual builds - add CodeQL3000 variables - add CodeQL3000 tasks - not auto-injected because that happens only in builds of the default branch - add tag indicating CodeQL3000 tasks did useful work - ignore no-op task executions - add a tsaoptions.json file - cribbed values from eng/sdl-tsa-vars.config file also: - backport dotnet#1843 - backport dotnet#1848 - switch to `-Svc` pools since this is a servicing branch nits: - disable auto-injection of build steps we or Arcade do explicitly - remove irrelevant variables in test jobs
name: NetCore-Svc-Public | ||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open | ||
${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
name: NetCore1ESPool-Internal | ||
name: NetCore1ESPool-Svc-Internal | ||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonfortescue @alexperovich @MattGal are these the correct pool and image names these days (for a servicing branch)❔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from a pool provider standpoint.
name: NetCore-Svc-Public | ||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open | ||
${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
name: NetCore1ESPool-Internal | ||
name: NetCore1ESPool-Svc-Internal | ||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
also:
-Svc
pools since this is a servicing branchnits: