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

[release/9.0.1xx][ci] Remove references to sdk-insertions #22082

Open
wants to merge 1 commit into
base: release/9.0.1xx
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
30 changes: 0 additions & 30 deletions .github/workflows/sdk-insertion-bump.yml

This file was deleted.

6 changes: 0 additions & 6 deletions tools/devops/automation/build-cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ resources:
ref: refs/heads/main
endpoint: xamarin

- repository: sdk-insertions
type: github
name: xamarin/sdk-insertions
ref: refs/heads/main
endpoint: xamarin

- repository: maccore
type: github
name: xamarin/maccore
Expand Down
6 changes: 0 additions & 6 deletions tools/devops/automation/build-lego.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ resources:
ref: refs/heads/main
endpoint: xamarin

- repository: sdk-insertions
type: github
name: xamarin/sdk-insertions
ref: refs/heads/main
endpoint: xamarin

- repository: maccore
type: github
name: xamarin/maccore
Expand Down
8 changes: 0 additions & 8 deletions tools/devops/automation/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@ resources:
ref: refs/heads/main
endpoint: xamarin

- repository: sdk-insertions
type: github
name: xamarin/sdk-insertions
ref: refs/heads/main
endpoint: xamarin

- repository: maccore
type: github
name: xamarin/maccore
Expand All @@ -162,7 +156,6 @@ resources:
variables:
- ${{ if contains(variables['Build.DefinitionName'], 'private') }}:
- template: templates/vsts-variables.yml
- template: templates/common/vs-release-vars.yml@sdk-insertions
- template: templates/variables/common.yml
- template: templates/variables/api-scan.yml
- template: templates/variables/signing.yml
Expand Down Expand Up @@ -224,7 +217,6 @@ extends:
- repository: maccore
exclude:
- repository: yaml-templates
- repository: sdk-insertions
- repository: macios-adr # macios-adr has it's own build pipeline and should not be included in the source analysis
stages:
- template: templates/main-stage.yml
Expand Down
8 changes: 0 additions & 8 deletions tools/devops/automation/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@ resources:
ref: refs/heads/main
endpoint: xamarin

- repository: sdk-insertions
type: github
name: xamarin/sdk-insertions
ref: refs/heads/main
endpoint: xamarin

- repository: maccore
type: github
name: xamarin/maccore
Expand All @@ -153,7 +147,6 @@ resources:
variables:
- template: templates/variables/common.yml
- template: templates/variables/api-scan.yml
- template: templates/common/vs-release-vars.yml@sdk-insertions
- name: Packaging.EnableSBOMSigning
value: false

Expand Down Expand Up @@ -209,7 +202,6 @@ extends:
- repository: maccore
exclude:
- repository: yaml-templates
- repository: sdk-insertions
- repository: macios-adr # macios-adr has it's own build pipeline and should not be included in the source analysis
stages:
- template: templates/main-stage.yml
Expand Down
6 changes: 0 additions & 6 deletions tools/devops/automation/publish-pr-html-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ resources:
ref: refs/heads/main
endpoint: xamarin

- repository: sdk-insertions
type: github
name: xamarin/sdk-insertions
ref: refs/heads/main
endpoint: xamarin

- repository: maccore
type: github
name: xamarin/maccore
Expand Down
1 change: 0 additions & 1 deletion tools/devops/automation/run-post-ci-build-vs-insertion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ extends:
- repository: maccore
exclude:
- repository: yaml-templates
- repository: sdk-insertions
- repository: macios-adr # macios-adr has it's own build pipeline and should not be included in the source analysis
stages:
- template: templates/release/vs-insertion-prep.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ resources:
ref: refs/heads/main
endpoint: xamarin

- repository: sdk-insertions
type: github
name: xamarin/sdk-insertions
ref: refs/heads/main
endpoint: xamarin

- repository: maccore
type: github
name: xamarin/maccore
Expand Down