[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 34/34] ci: Update comment for migration-compat-aarch64
From: |
peterx |
Subject: |
[PULL 34/34] ci: Update comment for migration-compat-aarch64 |
Date: |
Thu, 8 Feb 2024 11:05:28 +0800 |
From: Peter Xu <peterx@redhat.com>
It turns out that we may not be able to enable this test even for the
upcoming v9.0. Document what we're still missing.
Reviewed-by: "Daniel P. Berrangé" <berrange@redhat.com>
Link: 20240207005403.242235-4-peterx@redhat.com">https://lore.kernel.org/r/20240207005403.242235-4-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
---
.gitlab-ci.d/buildtest.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index cfe95c1b17..f56df59c94 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -219,9 +219,10 @@ build-previous-qemu:
- QTEST_QEMU_BINARY_DST=./qemu-system-${TARGET}
QTEST_QEMU_BINARY=../build/qemu-system-${TARGET}
./tests/qtest/migration-test
-# This job is disabled until we release 9.0. The existing
-# migration-test in 8.2 is broken on aarch64. The fix was already
-# commited, but it will only take effect once 9.0 is out.
+# This job needs to be disabled until we can have an aarch64 CPU model that
+# will both (1) support both KVM and TCG, and (2) provide a stable ABI.
+# Currently only "-cpu max" can provide (1), however it doesn't guarantee
+# (2). Mark this test skipped until later.
migration-compat-aarch64:
extends: .migration-compat-common
variables:
--
2.43.0
- Re: [PULL 26/34] migration/multifd: Join the TLS thread, (continued)
- [PULL 27/34] migration/multifd: Remove p->running, peterx, 2024/02/07
- [PULL 30/34] migration/multifd: Unify multifd and TLS connection paths, peterx, 2024/02/07
- [PULL 32/34] tests/migration-test: Stick with gicv3 in aarch64 test, peterx, 2024/02/07
- [PULL 16/34] migration/multifd: Split multifd_send_terminate_threads(), peterx, 2024/02/07
- [PULL 18/34] migration/multifd: Change retval of multifd_send_pages(), peterx, 2024/02/07
- [PULL 29/34] migration/multifd: Move multifd_send_setup into migration thread, peterx, 2024/02/07
- [PULL 28/34] migration/multifd: Move multifd_send_setup error handling in to the function, peterx, 2024/02/07
- [PULL 31/34] migration/multifd: Add a synchronization point for channel creation, peterx, 2024/02/07
- [PULL 33/34] ci: Remove tag dependency for build-previous-qemu, peterx, 2024/02/07
- [PULL 34/34] ci: Update comment for migration-compat-aarch64,
peterx <=
- Re: [PULL 00/34] Migration staging patches, Peter Maydell, 2024/02/09