← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~maxgmr/autopkgtest-cloud/+git/autopkgtest-package-configs:rustc-1.87-big-packages into ~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-package-configs:main

 

Max Gilmour has proposed merging ~maxgmr/autopkgtest-cloud/+git/autopkgtest-package-configs:rustc-1.87-big-packages into ~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-package-configs:main.

Requested reviews:
  Ubuntu Release Team (ubuntu-release)

For more details, see:
https://code.launchpad.net/~maxgmr/autopkgtest-cloud/+git/autopkgtest-package-configs/+merge/490562

rustc-1.86 must be added to big_packages in order for its autopkgtests to run.

When testing locally with the standard test runner resources, the process gets SIGKILLed due to running out of memory. When locally testing with the system resources allocated to big_packages, all autopkgtests pass without issue.
-- 
Your team Canonical's Ubuntu QA is subscribed to branch ~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-package-configs:main.
diff --git a/big_packages b/big_packages
index 1a8120e..23b3fd9 100644
--- a/big_packages
+++ b/big_packages
@@ -178,6 +178,7 @@ ruby-parallel
 rustc
 rustc-1.85
 rustc-1.86
+rustc-1.87
 rust-ahash
 rust-axum/ppc64el
 rust-cargo-c/ppc64el

Follow ups