From 66c781e31ceb806949f7e32d51c9efd93dbe6f05 Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Tue, 1 Nov 2022 13:09:19 -0700 Subject: [PATCH 1/2] Try renaming service connection from dotnet -> public --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6e2572b50..96b57c700 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,7 +46,7 @@ resources: repositories: - repository: forwardCompatibleRelease type: github - endpoint: dotnet + endpoint: public name: dotnet/spark ref: refs/tags/v$(forwardCompatibleRelease) From 2dc33f02cb3093fb7e54f0d000fc5f8016021208 Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Tue, 1 Nov 2022 13:13:28 -0700 Subject: [PATCH 2/2] Also fix pool name --- azure-pipelines-e2e-tests-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-e2e-tests-template.yml b/azure-pipelines-e2e-tests-template.yml index 47e4b283e..75a4d94e7 100644 --- a/azure-pipelines-e2e-tests-template.yml +++ b/azure-pipelines-e2e-tests-template.yml @@ -24,7 +24,7 @@ stages: ${{ else }}: pool: ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: - name: NetCore1ESPool-Public + name: NetCore-Public demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: name: NetCore1ESPool-Internal