canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #07720
[Merge] ~maxgmr/autopkgtest-cloud/+git/autopkgtest-package-configs:rustc-1.86-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.86-big-packages into ~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-package-configs:main.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~maxgmr/autopkgtest-cloud/+git/autopkgtest-package-configs/+merge/489449
Just like rustc-1.85[1], 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.
[1] https://code.launchpad.net/~maxgmr/autopkgtest-cloud/+git/autopkgtest-package-configs/+merge/487781
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~maxgmr/autopkgtest-cloud/+git/autopkgtest-package-configs:rustc-1.86-big-packages into ~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-package-configs:main.
diff --git a/big_packages b/big_packages
index 395f4ae..20ad4a1 100644
--- a/big_packages
+++ b/big_packages
@@ -176,6 +176,7 @@ ruby-minitest
ruby-parallel
rustc
rustc-1.85
+rustc-1.86
rust-ahash
rust-axum/ppc64el
rust-cargo-c/ppc64el
Follow ups