Skip to content

Commit 3840ecc

Browse files
authored
[ci] Remove obsolete QA repos. (#5908)
CI is failing with: The pipeline is not valid. Could not get the latest source version for repository xamarin/xamarin-forms-samples hosted on https://github.com/ using ref refs/heads/master. GitHub reported the error, "No commit found for SHA: refs/heads/master" The `master` branch changed to `main` in xamarin/xamarin-forms-samples. Several repos we are cloning in `azure-pipelines.yaml` are not actually used anymore. We should just remove these to solve the issue.
1 parent 95a9c28 commit 3840ecc

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,6 @@ resources:
2929
name: xamarin/UITools
3030
ref: refs/heads/main
3131
endpoint: xamarin
32-
- repository: qa
33-
type: github
34-
name: xamarin/QualityAssurance
35-
ref: refs/heads/master
36-
endpoint: xamarin
37-
- repository: samples
38-
type: github
39-
name: xamarin/monodroid-samples
40-
ref: refs/heads/master
41-
endpoint: xamarin
42-
- repository: xfsamples
43-
type: github
44-
name: xamarin/xamarin-forms-samples
45-
ref: refs/heads/master
46-
endpoint: xamarin
4732

4833
# Global variables
4934
variables:

0 commit comments

Comments
 (0)