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

Adding Amazon linux 2023 to the release pipeline #3143

Merged
Merged
Changes from 2 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
6c3e769
Adding Amazon linux 2023 to the release pipeline
nikhil2611 Aug 10, 2023
6057fd0
Merge branch 'main' into nikhil/CHEF-2039-workstation-release-Amazon-…
nikhil2611 Jan 4, 2024
2105e7b
added the puts to debug prompt
nikhil2611 Jan 15, 2024
da079f5
Merge branch 'nikhil/CHEF-2039-workstation-release-Amazon-Linux-2023'…
nikhil2611 Jan 15, 2024
fa38e08
added the puts to debug
nikhil2611 Jan 15, 2024
bd31835
updated read func
nikhil2611 Jan 15, 2024
2450927
reverted back the length of string
nikhil2611 Jan 16, 2024
e42ac60
added the arm64 arch
nikhil2611 Jan 16, 2024
1f104bd
updated habitat to build arm hab package for linux arm64 platforms
nikhil2611 Jan 23, 2024
a0b8fe6
removed the puts
nikhil2611 Jan 24, 2024
6c919e3
Merge branch 'main' into nikhil/CHEF-2039-workstation-release-Amazon-…
nikhil2611 Jan 24, 2024
6c53af6
added the puts
nikhil2611 Jan 24, 2024
01f1a66
Merge branch 'main' of github.com:chef/chef-workstation into nikhil/C…
nikhil2611 Jan 24, 2024
c857b14
Merge branch 'nikhil/CHEF-2039-workstation-release-Amazon-Linux-2023'…
nikhil2611 Jan 24, 2024
608c455
added more logs
nikhil2611 Jan 24, 2024
0a4a176
updated update_habitat.sh
nikhil2611 Jan 24, 2024
c713e7f
updated update_habitat.sh
nikhil2611 Jan 24, 2024
70ec664
updated omnibus and omnibus-sw version
nikhil2611 Jan 31, 2024
a91cc88
updated omnibus_test.sh
nikhil2611 Feb 1, 2024
4566b68
updated omnibus_test.sh aarch value
nikhil2611 Feb 1, 2024
b7a0267
calling updated aarch check function
nikhil2611 Feb 1, 2024
721728b
updated habitat building in linux
nikhil2611 Feb 4, 2024
37cd054
updated habitat building in linux
nikhil2611 Feb 4, 2024
2d54148
updated hab test for linux platorms
nikhil2611 Feb 5, 2024
f98770e
updated hab test for linux platorms
nikhil2611 Feb 5, 2024
c0a172e
updating code to avoid hab build for al2023 aarch64
nikhil2611 Feb 6, 2024
6024887
updating code to avoid hab build for al2023 aarch64
nikhil2611 Feb 6, 2024
ab6be1b
updating code to avoid hab build for al2023 aarch64
nikhil2611 Feb 6, 2024
83ed098
updating code to remove unwanted changes
nikhil2611 Feb 6, 2024
06996b6
added comments
nikhil2611 Feb 6, 2024
c7df1af
Merge branch 'main' into nikhil/CHEF-2039-workstation-release-Amazon-…
nikhil2611 Feb 6, 2024
ad8f518
code cleanup and indentation
nikhil2611 Feb 7, 2024
fd4461d
Merge branch 'nikhil/CHEF-2039-workstation-release-Amazon-Linux-2023'…
nikhil2611 Feb 7, 2024
7cb9fd0
code cleanup and indentation
nikhil2611 Feb 7, 2024
5ac3f61
code cleanup and indentation
nikhil2611 Feb 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .expeditor/release.omnibus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ builder-to-testers-map:
debian-10-x86_64:
- debian-10-x86_64
- debian-11-x86_64
amazon-2023-x86_64:
- amazon-2023-x86_64
el-7-x86_64:
- el-7-x86_64
- amazon-2-x86_64
Expand Down
Loading