Skip to content

Commit

Permalink
[devops] Update yaml-templates repository (#22225)
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel de la Pena <[email protected]>
  • Loading branch information
mcumming and mandel-macaque authored Mar 4, 2025
1 parent 4bf5346 commit d6b2403
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 36 deletions.
5 changes: 2 additions & 3 deletions tools/devops/automation/build-cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ resources:
submodules: true

- repository: yaml-templates
type: github
name: xamarin/yaml-templates
type: git
name: xamarin.yaml-templates
ref: refs/heads/main
endpoint: xamarin

trigger:
- main
Expand Down
5 changes: 2 additions & 3 deletions tools/devops/automation/build-lego.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ resources:
submodules: true

- repository: yaml-templates
type: github
name: xamarin/yaml-templates
type: git
name: xamarin.yaml-templates
ref: refs/heads/main
endpoint: xamarin

trigger:
branches:
Expand Down
5 changes: 2 additions & 3 deletions tools/devops/automation/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,9 @@ resources:
submodules: true

- repository: yaml-templates
type: github
name: xamarin/yaml-templates
type: git
name: xamarin.yaml-templates
ref: refs/heads/main
endpoint: xamarin

- repository: macios-adr
type: git
Expand Down
5 changes: 2 additions & 3 deletions tools/devops/automation/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,9 @@ resources:
submodules: true

- repository: yaml-templates
type: github
name: xamarin/yaml-templates
type: git
name: xamarin.yaml-templates
ref: refs/heads/main
endpoint: xamarin

- repository: macios-adr
type: git
Expand Down
5 changes: 2 additions & 3 deletions tools/devops/automation/publish-pr-html-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ resources:
submodules: false # no need

- repository: yaml-templates
type: github
name: xamarin/yaml-templates
type: git
name: xamarin.yaml-templates
ref: refs/heads/main
endpoint: xamarin

# we need all stages to be completed, else we do not have the test results, this trigger is just for CI, because we have
# but because we have device issues, and it needs to be gree to trigger, we will deal with it later
Expand Down
5 changes: 2 additions & 3 deletions tools/devops/automation/run-nightly-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ parameters:
resources:
repositories:
- repository: yaml-templates
type: github
name: xamarin/yaml-templates
type: git
name: xamarin.yaml-templates
ref: refs/heads/main
endpoint: xamarin
- repository: macios-adr
type: git
name: macios-adr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ resources:
submodules: true

- repository: yaml-templates
type: github
name: xamarin/yaml-templates
type: git
name: xamarin.yaml-templates
ref: refs/heads/main
endpoint: xamarin

- repository: macios-adr
type: git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,9 @@ resources:
submodules: true

- repository: yaml-templates
type: github
name: xamarin/yaml-templates
type: git
name: xamarin.yaml-templates
ref: refs/heads/main
endpoint: xamarin

- repository: macios-adr
type: git
Expand Down
5 changes: 2 additions & 3 deletions tools/devops/automation/templates/pipelines/run-api-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ resources:
submodules: true

- repository: yaml-templates
type: github
name: xamarin/yaml-templates
type: git
name: xamarin.yaml-templates
ref: refs/heads/main
endpoint: xamarin

- repository: macios-adr
type: git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,9 @@ resources:
submodules: true

- repository: yaml-templates
type: github
name: xamarin/yaml-templates
type: git
name: xamarin.yaml-templates
ref: refs/heads/main
endpoint: xamarin

- repository: macios-adr
type: git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@ resources:
submodules: true

- repository: yaml-templates
type: github
name: xamarin/yaml-templates
type: git
name: xamarin.yaml-templates
ref: refs/heads/main
endpoint: xamarin

- repository: macios-adr
type: git
Expand Down
5 changes: 2 additions & 3 deletions tools/devops/automation/vs-insertion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ resources:
submodules: false # no need

- repository: yaml-templates
type: github
name: xamarin/yaml-templates
type: git
name: xamarin.yaml-templates
ref: refs/heads/main
endpoint: xamarin

# we need all stages to be completed, else we do not have the test results, this trigger is just for CI, because we have
# but because we have device issues, and it needs to be gree to trigger, we will deal with it later
Expand Down

7 comments on commit d6b2403

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.