-
Notifications
You must be signed in to change notification settings - Fork 2
Add ubuntu 26.04 (resolute) support #206
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
Merged
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
11a2e59
Add ubuntu 26.04 (resolute) support
yhaliaw 36db9a3
Add downloading of resolute image
yhaliaw 7b57328
Disable HWE kernel for resolute
yhaliaw 7ee138d
Use tmate for debugging
yhaliaw 75684f2
Print out debug info
yhaliaw 350dc47
Remove check for bbr as TCP conestion_control for 26.04
yhaliaw 93bd704
Enable bbr TCP congestion control in cloud init
yhaliaw 0b5519f
Debug
yhaliaw 8ecf281
Remove tcp_bbr support for 26.04
yhaliaw 3d193b1
add debug
yhaliaw 987896e
Test a fix for the sudo environment variable issue
yhaliaw 4f47463
Attempt to fix resolute env var issue with fabric
yhaliaw d065977
Test inline passing of env var
yhaliaw 5c0c2f4
Fix a unremoved variable
yhaliaw db1d1f4
Add debug
yhaliaw 03febc3
Debug
yhaliaw a8d21a0
Debug
yhaliaw 9d85ae3
Attempt tmate debug
yhaliaw 50c615f
Fix debug
yhaliaw cc51a95
Test a fix for env var
yhaliaw b5cd650
Test fix
yhaliaw 2d68ddf
Add more debug statements
yhaliaw cf27833
Test removing non-letter characters
yhaliaw d3417fe
Fix typo
yhaliaw 1ab50fd
Test
yhaliaw 294c05d
Test commands
yhaliaw d3e391e
Debug
yhaliaw 597d497
Test script
yhaliaw b224ce5
Fix
yhaliaw f6d1f8c
Debug
yhaliaw 70bfe23
Test
yhaliaw 4074b74
Print envs
yhaliaw b7af606
Test
yhaliaw e9f38b9
Test flush to disk
yhaliaw 7054cf6
Test
yhaliaw 2c59024
Test
yhaliaw 261c3fa
Test
yhaliaw 57aba6b
Test
yhaliaw 9027c8f
Test
yhaliaw 1d05827
Update the test script
yhaliaw 00440bb
Test
yhaliaw 897caab
Test
yhaliaw 66af9f7
TEST
yhaliaw be135aa
Fix test bash script
yhaliaw 428c136
Update the test script
yhaliaw 72017f4
Fix lints and unit test
yhaliaw 4553a00
Add back assertions
yhaliaw 9e8d010
Enable the test for other flavors
yhaliaw 641b275
Test other flavors
yhaliaw 5c8a0f5
Test
yhaliaw 853c0f6
Test
yhaliaw 5c4a70d
Merge branch 'main' into feat/resolute-support
yhaliaw 27fe3d3
Test
yhaliaw 7679e6f
Test sudo-rs logging disable
yhaliaw 48c4869
Test disable sudo-rs logs
yhaliaw 74016b0
Test another way to disable sudo-rs logging
yhaliaw 0ca2137
Test
yhaliaw f96ebb4
Remove legacy code
yhaliaw fcd97d7
Test
yhaliaw 2f9b7db
Fix comments
yhaliaw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,8 @@ | ||
| #!/bin/bash | ||
|
|
||
| # This script is not directly used in the integration tests. | ||
| # Modify the TESTDATA_TEST_SCRIPT_URL variable in the test code to point to this script on GitHub | ||
| # to change the script in the test. | ||
|
|
||
| sudo -H -u ubuntu bash -c 'echo "hello world" > /home/ubuntu/test.txt' | ||
| sudo -HE -u ubuntu bash -c 'echo "$TEST_SECRET" > /home/ubuntu/secret.txt' | ||
| sudo -H --preserve-env=SECRET -u ubuntu bash -c 'echo "$SECRET" > /home/ubuntu/secret.txt' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.