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

Moving more discovery into Get-PrPkgProperties #9902

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

scbedd
Copy link
Member

@scbedd scbedd commented Feb 22, 2025

This PR is exploring if we can handle service-level changes without language-specific settings.

@scbedd scbedd requested a review from a team as a code owner February 22, 2025 01:05
@scbedd scbedd self-assigned this Feb 22, 2025
foreach($triggerPath in $triggeringPaths) {
$resolvedRelativePath = (Join-Path $RepoRoot $triggerPath)
# utilize the various trigger paths against the targeted file here

if (!$triggerPath.StartsWith("/")){
$resolvedRelativePath = (Join-Path $RepoRoot "sdk" "$($pkg.ServiceDirectory)" $triggerPath)
Copy link
Member Author

@scbedd scbedd Feb 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can utilize the additional triggeringPath with the ci.yml path to grab the actual containing directory....that may be unnecessary because $pkg.ServiceDirectory is entirely reliable even for deeper ci.yml files.

@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🤔 Triage
Development

Successfully merging this pull request may close these issues.

2 participants