From 710dc3b67a2b193dbabc11b2b1c2f37eaa9b689e Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Mon, 22 Jul 2019 17:08:31 +0200 Subject: [PATCH] Remove native cs job This is now a duplicate thanks to the job explosion work --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d6425ef02..4126097c6e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1306,12 +1306,6 @@ test:emulation:nogenerations:ppc64el: - .gitlab/build-test.sh --jobs $((cpus + 1)) --maxload ${cpus} --with-arch ${ARCH} --with-debian stretch --with-debian-mirror http://ftp.de.debian.org/debian/ --with-project-path ${CI_PROJECT_DIR} --with-chroot-path /tmp/racket-${ARCH}-${CI_COMMIT_SHORT_SHA}-chroot --enable-cs --with-qemu-path $INSTALL_DIR dependencies: - prepare-cache:qemu - -test:native:x86_64:cs: - extends: .preparearch:cs - variables: - ARCH: "x86_64" - INSTALL_DIR: $CI_PROJECT_DIR/install test:emulation:i386:cs: extends: .preparearch:cs