Skip to content

Commit

Permalink
[ci] Remove references to sdk-insertions
Browse files Browse the repository at this point in the history
Removes all references to xamarin/sdk-insertions as an initial step
towards deprecation of the SDK insertions repo. The vs-release-vars.yml
template is no longer be needed by the latest insertion workflow, and
we should no longer mirror commits using the the sdk-insertion-bump
workflow.
  • Loading branch information
pjcollins committed Jan 30, 2025
1 parent de4505a commit 13912db
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 71 deletions.
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 @@ -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:
- ${{ 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 @@ -218,7 +211,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 @@ -120,12 +120,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 @@ -144,7 +138,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 @@ -206,7 +199,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

0 comments on commit 13912db

Please sign in to comment.