-
Notifications
You must be signed in to change notification settings - Fork 930
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
CI Profiling precursor changes #14051
Commits on Sep 9, 2024
-
github: Don't run commits workflow on push
Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49482ec - Browse repository at this point
Copy the full SHA 49482ecView commit details -
github: Move go version compatibility check into code test phase
No need to run this repeatedly on every system test workflow. Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d977e3b - Browse repository at this point
Copy the full SHA d977e3bView commit details -
Makefile: Avoid unnecessary repeat builds during build
Build lxd project binaries only, and not all of the test and client binaries too. Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52b7bb2 - Browse repository at this point
Copy the full SHA 52b7bb2View commit details -
github: Cache binaries built in code tests and use in system tests
Rather than build it all again. Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e414a26 - Browse repository at this point
Copy the full SHA e414a26View commit details -
github: Clearly indicate the LXD client binaries in test artifact naming
Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a69984 - Browse repository at this point
Copy the full SHA 5a69984View commit details -
github: Remove unused dqlite ppa usage in system tests
We use the same dqlite built during the code tests now for consistency. Also avoids delays with ppa being built. Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e81585c - Browse repository at this point
Copy the full SHA e81585cView commit details -
github: Strip binaries during test
Like its done in snap. Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90cf7a6 - Browse repository at this point
Copy the full SHA 90cf7a6View commit details -
Makefile: lxc doesn't need sqlite3 tag
As doesn't link against sqlite3. Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93c0c4d - Browse repository at this point
Copy the full SHA 93c0c4dView commit details -
Makefile: Remove unused dependencies from check stage
Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb64bec - Browse repository at this point
Copy the full SHA fb64becView commit details -
Makefile: Add -failfast to unit test run
So errors are more visible. Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f853a6d - Browse repository at this point
Copy the full SHA f853a6dView commit details -
Like its done in snap. Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f51ee0 - Browse repository at this point
Copy the full SHA 0f51ee0View commit details -
Makefile: Add separate check-unit for unit tests
Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 421d707 - Browse repository at this point
Copy the full SHA 421d707View commit details -
github: Use make check-unit for unit tests
Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a858141 - Browse repository at this point
Copy the full SHA a858141View commit details -
Makefile: Add GOCOVERDIR support
Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 937ce67 - Browse repository at this point
Copy the full SHA 937ce67View commit details -
github: Add coverage support to lxd tests
Signed-off-by: Thomas Parrott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fce81c5 - Browse repository at this point
Copy the full SHA fce81c5View commit details