From 3cdb5f66a2bb87eab4fc8a5465a6024bdb1f2f58 Mon Sep 17 00:00:00 2001 From: nrb <freifunk@nicoboehr.de> Date: Sun, 23 May 2021 16:38:48 +0200 Subject: [PATCH] remove broken for tets --- .gitlab-ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index befff4fdb..6c404f68c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,37 +65,31 @@ target:ar71xx-generic: extends: .target variables: GLUON_TARGET: ar71xx-generic - BROKEN: "" target:ar71xx-tiny: extends: .target variables: GLUON_TARGET: ar71xx-tiny - BROKEN: "" target:ar71xx-nand: extends: .target variables: GLUON_TARGET: ar71xx-nand - BROKEN: "" target:ath79-generic: extends: .target variables: GLUON_TARGET: ath79-generic - BROKEN: "" target:brcm2708-bcm2708: extends: .target variables: GLUON_TARGET: brcm2708-bcm2708 - BROKEN: "" target:brcm2708-bcm2709: extends: .target variables: GLUON_TARGET: brcm2708-bcm2709 - BROKEN: "" target:brcm2708-bcm2710: extends: .target @@ -107,85 +101,71 @@ target:ipq40xx-generic: extends: .target variables: GLUON_TARGET: ipq40xx-generic - BROKEN: "" target:ipq806x-generic: extends: .target variables: GLUON_TARGET: ipq806x-generic - BROKEN: "" target:lantiq-xrx200: extends: .target variables: GLUON_TARGET: lantiq-xrx200 - BROKEN: "" target:lantiq-xway: extends: .target variables: GLUON_TARGET: lantiq-xway - BROKEN: "" target:mpc85xx-generic: extends: .target variables: GLUON_TARGET: mpc85xx-generic - BROKEN: "" target:mpc85xx-p1020: extends: .target variables: GLUON_TARGET: mpc85xx-p1020 - BROKEN: "" target:ramips-mt7620: extends: .target variables: GLUON_TARGET: ramips-mt7620 - BROKEN: "" target:ramips-mt7621: extends: .target variables: GLUON_TARGET: ramips-mt7621 - BROKEN: "" target:ramips-mt76x8: extends: .target variables: GLUON_TARGET: ramips-mt76x8 - BROKEN: "" target:ramips-rt305x: extends: .target variables: GLUON_TARGET: ramips-rt305x - BROKEN: "" target:sunxi-cortexa7: extends: .target variables: GLUON_TARGET: sunxi-cortexa7 - BROKEN: "" target:x86-generic: extends: .target variables: GLUON_TARGET: x86-generic - BROKEN: "" target:x86-geode: extends: .target variables: GLUON_TARGET: x86-geode - BROKEN: "" target:x86-64: extends: .target variables: GLUON_TARGET: x86-64 - BROKEN: "" package: stage: package -- GitLab