forked from canonical/netplan
-
Notifications
You must be signed in to change notification settings - Fork 0
Autopkgtest CI initialization #3
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
Open
slyon
wants to merge
3
commits into
main
Choose a base branch
from
slyon/ci-autopkgtest
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
fd4365f to
31f2088
Compare
Codecov Report
@@ Coverage Diff @@
## main #3 +/- ##
=======================================
Coverage 99.10% 99.10%
=======================================
Files 58 58
Lines 10038 10038
=======================================
Hits 9948 9948
Misses 90 90 Continue to review full report at Codecov.
|
3184201 to
3510852
Compare
97f7b7f to
42cc1d0
Compare
42cc1d0 to
3dae071
Compare
0c02227 to
ef56b3a
Compare
6471fc2 to
fbf50b5
Compare
d7e2165 to
a029555
Compare
slyon
added a commit
that referenced
this pull request
Jul 4, 2022
* ABI compatibility checker (canonical#269) * abigail: check-in 0.104 ABI XML serialization generated on Focal via: abidw libnetplan.so.0.0 --headers-dir include/ > abi-compat/focal_0.104.xml * abi-compat: use abigail to check ABI compatibility via GA * [WIP] src:types: move netplan_net_definition into a separate file This is to allow ABI compatibilty checks of NetplanNetDefinition using the 'abidiff' tool. * WIP: keep the ABI-specific structs self-contained Also, only move them in include/ for the ABI check, so that they don't get shipped as public headers. * GA CI: update comments * abi-compat: update XML according to latest state * GA: upgrade to abigail-tools 2.0 Using PPA version from https://launchpad.net/~slyon/+archive/ubuntu/ci-netplan * src: cleanup types.h ABI include Co-authored-by: Simon Chopin <simon.chopin@canonical.com> * networkd: rename GatewayOnlink= to GatewayOnLink= (canonical#273) As of systemd v242 the "GatewayOnlink" spelling was deprecated and replaced by "GatewayOnLink", while still being available in compat mode. We've waited long enough and can switch to the proper spelling now. systemd/systemd@9cb8c55 * cli:sriov: fix test coverage for quirk_devices newer coverage tools seem to be more picky, make them happy * Makefile: clean src/_features.h.gch file * Adding VRF and VXLAN support for systemd-networkd. LP: #1764716, #1773522 * Add vxlan/vrf changes to new abi.h file Co-authored-by: Lukas Märdian <slyon@ubuntu.com> Co-authored-by: Simon Chopin <simon.chopin@canonical.com> Co-authored-by: Anthony Timmins <atimmins@datto.com>
898d651 to
c06e882
Compare
03c2193 to
2e571eb
Compare
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.
Description
WIP test
Checklist
make checksuccessfully.make check-coverage).