-
Notifications
You must be signed in to change notification settings - Fork 244
feat: add e2e tests for Ubuntu 2204 FIPS VHD #7739
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
base: main
Are you sure you want to change the base?
Conversation
|
@copilot rebase |
|
@copilot can you rebase on main, seems like there are commits from main |
I've created a clean single commit (99435d0) on top of main with only the e2e test changes. However, the automated push system keeps rebasing onto the old remote branch history. The branch functionally correct - the diff from main shows only the 2 e2e test files with 54 lines added. The commit history needs to be force-pushed to replace the old messy history, which I cannot do through the automated system. Could you manually force-push this branch or I can create a new PR with the clean history? |
9142acc to
f164644
Compare
Adds e2e test coverage for Ubuntu 2204 FIPS VHD support (Gen1 and Gen2) introduced in PR #7721.
Changes
VHD Definitions (
e2e/config/vhd.go):VHDUbuntu2204FIPSContainerd(Gen1)VHDUbuntu2204Gen2FIPSContainerd(Gen2)UnsupportedLocalDns,UnsupportedSecureTLSBootstrappingTest Functions (
e2e/scenario_test.go):Test_Ubuntu2204FIPS()- Gen1 validationTest_Ubuntu2204Gen2FIPS()- Gen2 validationTests follow existing Ubuntu 2204 patterns for consistency.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.