From d9f64b516563e9b20bb5edb92375cc1d5ef3639f Mon Sep 17 00:00:00 2001 From: Cheng Shao <terrorjack@type.dance> Date: Sat, 19 Oct 2024 03:49:43 +0000 Subject: [PATCH] ci: mark hpc tests as broken on wasm cause we can't bump hpc on ghc-9.6 --- .gitlab/gen_ci.hs | 2 +- .gitlab/jobs.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab/gen_ci.hs b/.gitlab/gen_ci.hs index f6e732ed3f8..bb55273e57a 100755 --- a/.gitlab/gen_ci.hs +++ b/.gitlab/gen_ci.hs @@ -932,7 +932,7 @@ job_groups = make_wasm_jobs cfg = modifyJobs - ( delVariable "BROKEN_TESTS" + ( setVariable "BROKEN_TESTS" "hpc001 hpc_fork tough tough2" . setVariable "HADRIAN_ARGS" "--docs=none" . delVariable "INSTALL_CONFIGURE_ARGS" ) diff --git a/.gitlab/jobs.yaml b/.gitlab/jobs.yaml index 37ba2cc6403..d41cd53987c 100644 --- a/.gitlab/jobs.yaml +++ b/.gitlab/jobs.yaml @@ -724,6 +724,7 @@ "variables": { "BIGNUM_BACKEND": "gmp", "BIN_DIST_NAME": "ghc-x86_64-linux-alpine3_20-wasm-cross_wasm32-wasi-release+host_fully_static", + "BROKEN_TESTS": "hpc001 hpc_fork tough tough2", "BUILD_FLAVOUR": "release+host_fully_static", "CONFIGURE_ARGS": "--with-intree-gmp --with-system-libffi", "CROSS_TARGET": "wasm32-wasi", @@ -785,6 +786,7 @@ "variables": { "BIGNUM_BACKEND": "native", "BIN_DIST_NAME": "ghc-x86_64-linux-alpine3_20-wasm-int_native-cross_wasm32-wasi-release+host_fully_static", + "BROKEN_TESTS": "hpc001 hpc_fork tough tough2", "BUILD_FLAVOUR": "release+host_fully_static", "CONFIGURE_ARGS": "--with-intree-gmp --with-system-libffi", "CROSS_TARGET": "wasm32-wasi", @@ -846,6 +848,7 @@ "variables": { "BIGNUM_BACKEND": "gmp", "BIN_DIST_NAME": "ghc-x86_64-linux-alpine3_20-wasm-unreg-cross_wasm32-wasi-release+host_fully_static", + "BROKEN_TESTS": "hpc001 hpc_fork tough tough2", "BUILD_FLAVOUR": "release+host_fully_static", "CONFIGURE_ARGS": "--enable-unregisterised --with-intree-gmp --with-system-libffi", "CROSS_TARGET": "wasm32-wasi", @@ -3698,6 +3701,7 @@ "variables": { "BIGNUM_BACKEND": "gmp", "BIN_DIST_NAME": "ghc-x86_64-linux-alpine3_20-wasm-cross_wasm32-wasi-release+host_fully_static", + "BROKEN_TESTS": "hpc001 hpc_fork tough tough2", "BUILD_FLAVOUR": "release+host_fully_static", "CONFIGURE_ARGS": "--with-intree-gmp --with-system-libffi", "CROSS_TARGET": "wasm32-wasi", @@ -3759,6 +3763,7 @@ "variables": { "BIGNUM_BACKEND": "native", "BIN_DIST_NAME": "ghc-x86_64-linux-alpine3_20-wasm-int_native-cross_wasm32-wasi-release+host_fully_static", + "BROKEN_TESTS": "hpc001 hpc_fork tough tough2", "BUILD_FLAVOUR": "release+host_fully_static", "CONFIGURE_ARGS": "--with-intree-gmp --with-system-libffi", "CROSS_TARGET": "wasm32-wasi", @@ -3820,6 +3825,7 @@ "variables": { "BIGNUM_BACKEND": "gmp", "BIN_DIST_NAME": "ghc-x86_64-linux-alpine3_20-wasm-unreg-cross_wasm32-wasi-release+host_fully_static", + "BROKEN_TESTS": "hpc001 hpc_fork tough tough2", "BUILD_FLAVOUR": "release+host_fully_static", "CONFIGURE_ARGS": "--enable-unregisterised --with-intree-gmp --with-system-libffi", "CROSS_TARGET": "wasm32-wasi", -- GitLab