-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Windows] Implement new directories hierarchy #8616
[Windows] Implement new directories hierarchy #8616
Conversation
52ac1ac
to
75951a1
Compare
b95b81f
to
68a949e
Compare
|
aff11a0
to
df2054f
Compare
df2054f
to
3961974
Compare
3961974
to
81d25d2
Compare
81d25d2
to
cb8c73f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to style guide: "Each file should have a newline at the end;"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR only updates directory structure. Refactoring of script themselves will be performed later via separate request.
7ab8b9d
to
97b3e01
Compare
97b3e01
to
bb14ee7
Compare
7bf3059
to
c159e38
Compare
c159e38
to
9bd6ba0
Compare
Description
This PR implements new unified directories hierarchy for Windows image source code:
assets
: Configuration files that are copied to the image during the build process.post-gen
: Scripts and files related to post-image generation tasks.scripts
:build
: Scripts that are executed during the image build process.helpers
: Scripts used by other scripts during the image build process.docs-gen
: Script and PowerShell modules for generating software and configuration reports.tests
: Test scripts and related files for validating the image.templates
: Packer templates for the image build process.toolsets
: JSON files that define the software versions to be installed on the image.Related issue: https://github.com/actions/runner-images-internal/issues/5513
CI Runs: Windows 2019, Windows 2022
Check list