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

Migrate 14 node20 Tasks #19063

Merged
merged 28 commits into from
Oct 9, 2023
Merged

Migrate 14 node20 Tasks #19063

merged 28 commits into from
Oct 9, 2023

Conversation

qianz2
Copy link
Contributor

@qianz2 qianz2 commented Oct 4, 2023

Task name:
"FtpUploadV2",
"MSBuildV1",
"NodeToolV0",
"PowerShellV2",
"PythonScriptV0",
"ShellScriptV2",
"SshV0",
"UseNodeV1",
"XcodeV5",
"InstallAppleCertificateV2",
"InstallAppleProvisioningProfileV1",
"InstallSSHKeyV0",
"JavaToolInstallerV0",
"JenkinsQueueJobV2"

Description: Migrate rest of tasks owned by Akvelon team. Applied BuildConfigGen changes to avoid bumping up base tasks.
In order to eliminate the default tasks in _generated folder, we're going to build base tasks under Task folder. However, there're preprocessors in typescript or javascript files that would need to be processed and generated before the build.
The solution to resolve it is to generated base tasks on the fly, preprocessing tasks files, build it and then remove it.

Documentation changes required: (Y/N)

Added unit tests: (Y/N)

Attached related issue: (Y/N)

Checklist:

  • Task version was bumped - please check instruction how to do it
  • Checked that applied changes work as expected

@qianz2 qianz2 marked this pull request as ready for review October 5, 2023 22:09
@qianz2 qianz2 requested a review from a team as a code owner October 5, 2023 22:09
make.js Outdated Show resolved Hide resolved
@qianz2 qianz2 changed the title Migrate Node20 Tasks Generate base tasks on the fly and migrate 14 node20 Tasks Oct 9, 2023
Copy link
Contributor

@merlynomsft merlynomsft left a comment

Choose a reason for hiding this comment

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

Setting to 'request changed' based on discussion. Bumping the base versions should unblock tasks w/preprocessor. Example: #19085

@qianz2
Copy link
Contributor Author

qianz2 commented Oct 9, 2023

Setting to 'request changed' based on discussion. Bumping the base versions should unblock tasks w/preprocessor. Example: #19085

Updated

@qianz2 qianz2 merged commit 4b481c9 into master Oct 9, 2023
8 checks passed
@qianz2 qianz2 deleted the user/zqian/migrate-node20tasks branch October 9, 2023 23:03
@qianz2 qianz2 changed the title Generate base tasks on the fly and migrate 14 node20 Tasks Migrate 14 node20 Tasks Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants