ci(e2e): add FreeBSD workflow coverage#605
Merged
Merged
Conversation
Co-authored-by: Stackie Jia <jsq2627@gmail.com>
Contributor
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://thankful-water-0a297bf00-605.eastasia.1.azurestaticapps.net |
Co-authored-by: Stackie Jia <jsq2627@gmail.com>
Contributor
Documentation previewThe documentation preview has been deployed for this pull request. |
Co-authored-by: Stackie Jia <jsq2627@gmail.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
vmactions/freebsd-vm@v1.lo0in e2e helpers so multicast tests use the correct interface.Testing
uv run ruff check e2e/helpers/constants.pyuv run python -c "import importlib.util, pathlib, sys; sys.platform = 'freebsd15'; path = pathlib.Path('e2e/helpers/constants.py'); spec = importlib.util.spec_from_file_location('constants_under_test', path); module = importlib.util.module_from_spec(spec); spec.loader.exec_module(module); assert module.LOOPBACK_IF == 'lo0', module.LOOPBACK_IF; print(module.LOOPBACK_IF)"uv run --with pyyaml python -c "import yaml; yaml.safe_load(open('.github/workflows/e2e-tests.yaml', encoding='utf-8')); print('workflow yaml ok')"bash -n scripts/run-e2e.shcmake -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_AGGRESSIVE_OPT=ON && cmake --build build -j$(getconf _NPROCESSORS_ONLN)pnpm run type-checkpnpm run lintgit diff --check./scripts/run-e2e.sh --coUV_PROJECT_ENVIRONMENT="/tmp/r2h-e2e-no-dev-${RANDOM}" R2H_E2E_NO_DEV=1 ./scripts/run-e2e.sh --coUV_PROJECT_ENVIRONMENT="/tmp/r2h-e2e-no-dev-run-${RANDOM}" R2H_E2E_NO_DEV=1 ./scripts/run-e2e.sh -p 1 test_auth.py./scripts/run-e2e.sh -p 1 -m "not multicast and not slow"./scripts/run-e2e.sh -p 1 -m "multicast"Note: the FreeBSD VM job itself runs in GitHub Actions via
vmactions/freebsd-vm@v1; local validation covered workflow syntax, dependency selection, and runnable e2e paths available in this environment.