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

Remove references to deleted file in YAML pipelines #11607

Merged
merged 1 commit into from Aug 23, 2022

Conversation

alexvy86
Copy link
Contributor

@alexvy86 alexvy86 commented Aug 19, 2022

Description

Bit of cleanup in the ADO pipelines, removing references to a file that was removed earlier this year (its functionality was integrated into our build-common package).

Except for a comment in a .js file, all the changes are in the triggers section(s) of pipelines. Since the file does not exist anymore, the pipelines would never trigger because of changes to that path.

@alexvy86 alexvy86 requested review from a team as code owners August 19, 2022 22:00
@github-actions github-actions bot added area: build Build related issues base: main PRs targeted against main branch labels Aug 19, 2022
@@ -22,7 +22,6 @@ const pkgName = pkg.name;

// For test builds, the package version starts with 0.0.0. Code need to know the original version.
// CI build create one with original version prefix is emitted into the environment for code logic to be used here.
// See tools/pipelines/scripts/build-version.js
Copy link
Member

@curtisman curtisman Aug 19, 2022

Choose a reason for hiding this comment

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

I believe common/build/build-common/gen_version.js is the new location.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right, but that's the file that contains the comment 😄

Copy link
Member

@tylerbutler tylerbutler left a comment

Choose a reason for hiding this comment

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

Change looks good to me, but I am wondering if this should just be a part of the main build-tools release group. Is there a good reason to leave it in build-common?

@alexvy86
Copy link
Contributor Author

Change looks good to me, but I am wondering if this should just be a part of the main build-tools release group. Is there a good reason to leave it in build-common?

You and @curtisman are probably better equipped to answer that, but to me it doesn't seem like there is.

@alexvy86 alexvy86 merged commit 46d3909 into microsoft:main Aug 23, 2022
@alexvy86 alexvy86 deleted the pipelines-cleanup branch August 23, 2022 21:54
@github-actions
Copy link
Contributor

This commit is queued for merging with the next branch! Please ignore this PR for now. Contact @microsoft/fluid-cr-infra for help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Build related issues base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants