microsoftgraph / microsoftgraph/msgraph-metadata

Fix validation pipeline to only run on targeted resources

Open
#15 0 comments 0 reactions 1 assignee View on GitHub

@MIchaelMainer is already working on this.

Since Apr 9, 2020.

promote
Dominant language
XSLT
Stars
166
Forks
55
Avg merge
16h 12m
Merged PRs (30d)
14

Description

https://github.com/microsoftgraph/msgraph-metadata/blob/master/pipelines/validateCleanedMetadata_beta.yml#L36

Both the v1.0 and beta validatoin pipelines need an update to deal with the fact that resource pipeline triggers cannot be restricted on resource path spec. The triggers only work on branch path specs. This causes both pipelines to be run when changes are made to both v1.0 and beta metadata resources.

Essentially, the validation pipelines will have failures since the artifact it needs will not be available in one run, but will be available in the other run since it will be available.

https://developercommunity.visualstudio.com/content/idea/928461/support-path-filter-for-pipeline-build-trigger.html
AB#7455

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.