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

[Ubuntu] Implement new directories hierarchy #8627

Merged

Conversation

shamil-mubarakshin
Copy link
Contributor

@shamil-mubarakshin shamil-mubarakshin commented Oct 20, 2023

Description

This PR implements new unified directories hierarchy for Ubuntu 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.

⚠️
Packer templates are moved to templates directory and renamed.
Pipelines that reference them will need an update

Related issue: https://github.com/actions/runner-images-internal/issues/5512

Check list

  • Related issue / work item is attached
  • Tests are written (if applicable)
  • Documentation is updated (if applicable)
  • Changes are tested and related VM images are successfully generated

@shamil-mubarakshin shamil-mubarakshin force-pushed the ubuntu-new-folder-structure branch 2 times, most recently from 43ac58f to 4deb8f7 Compare October 23, 2023 11:50
@shamil-mubarakshin shamil-mubarakshin force-pushed the ubuntu-new-folder-structure branch from 3931be2 to a996c78 Compare November 1, 2023 13:10
@shamil-mubarakshin shamil-mubarakshin force-pushed the ubuntu-new-folder-structure branch 2 times, most recently from 9f77db8 to b14e8e8 Compare November 8, 2023 15:44
@shamil-mubarakshin shamil-mubarakshin force-pushed the ubuntu-new-folder-structure branch from 1fc29cc to 6d84fd6 Compare November 14, 2023 14:57
@shamil-mubarakshin shamil-mubarakshin force-pushed the ubuntu-new-folder-structure branch from 0330c5c to 1fd9f99 Compare November 15, 2023 10:33
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.

3 participants