From ea89c73b1f43989c9b4c8b9e0b287e4ab9f74c57 Mon Sep 17 00:00:00 2001 From: 0x4A6F <0x4A6F@users.noreply.github.com> Date: Sat, 17 Aug 2019 09:02:07 +0000 Subject: [PATCH] gitlab-ci: specify only one target --- .gitlab-ci.yml | 188 ++++++++++++++++++++++++------------------------- 1 file changed, 94 insertions(+), 94 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2612965..3b28298 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,100 +41,100 @@ target:ar71xx-generic: variables: GLUON_TARGET: ar71xx-generic -target:ar71xx-nand: - extends: .target - only: - - tags - - schedules - - web - variables: - GLUON_TARGET: ar71xx-nand - -target:ar71xx-tiny: - extends: .target - only: - - tags - - schedules - - web - variables: - GLUON_TARGET: ar71xx-tiny - -target:brcm2708-bcm2708: - extends: .target - only: - - tags - - schedules - - web - variables: - GLUON_TARGET: brcm2708-bcm2708 - -target:brcm2708-bcm2709: - extends: .target - only: - - tags - - schedules - - web - variables: - GLUON_TARGET: brcm2708-bcm2709 - -target:mpc85xx-generic: - extends: .target - only: - - tags - - schedules - - web - variables: - GLUON_TARGET: mpc85xx-generic - -target:ipq40xx: - extends: .target - only: - - tags - - schedules - - web - variables: - GLUON_TARGET: ipq40xx - -target:ramips-mt7621: - extends: .target - only: - - tags - - schedules - - web - variables: - GLUON_TARGET: ramips-mt7621 - -target:ramips-mt76x8: - extends: .target - only: - - tags - - schedules - - web - variables: - GLUON_TARGET: ramips-mt76x8 - -target:x86-generic: - extends: .target - only: - - tags - - schedules - - web - variables: - GLUON_TARGET: x86-generic - -target:x86-geode: - extends: .target - only: - - tags - - schedules - - web - variables: - GLUON_TARGET: x86-geode - -target:x86-64: - extends: .target - variables: - GLUON_TARGET: x86-64 +#target:ar71xx-nand: +# extends: .target +# only: +# - tags +# - schedules +# - web +# variables: +# GLUON_TARGET: ar71xx-nand +# +#target:ar71xx-tiny: +# extends: .target +# only: +# - tags +# - schedules +# - web +# variables: +# GLUON_TARGET: ar71xx-tiny +# +#target:brcm2708-bcm2708: +# extends: .target +# only: +# - tags +# - schedules +# - web +# variables: +# GLUON_TARGET: brcm2708-bcm2708 +# +#target:brcm2708-bcm2709: +# extends: .target +# only: +# - tags +# - schedules +# - web +# variables: +# GLUON_TARGET: brcm2708-bcm2709 +# +#target:mpc85xx-generic: +# extends: .target +# only: +# - tags +# - schedules +# - web +# variables: +# GLUON_TARGET: mpc85xx-generic +# +#target:ipq40xx: +# extends: .target +# only: +# - tags +# - schedules +# - web +# variables: +# GLUON_TARGET: ipq40xx +# +#target:ramips-mt7621: +# extends: .target +# only: +# - tags +# - schedules +# - web +# variables: +# GLUON_TARGET: ramips-mt7621 +# +#target:ramips-mt76x8: +# extends: .target +# only: +# - tags +# - schedules +# - web +# variables: +# GLUON_TARGET: ramips-mt76x8 +# +#target:x86-generic: +# extends: .target +# only: +# - tags +# - schedules +# - web +# variables: +# GLUON_TARGET: x86-generic +# +#target:x86-geode: +# extends: .target +# only: +# - tags +# - schedules +# - web +# variables: +# GLUON_TARGET: x86-geode +# +#target:x86-64: +# extends: .target +# variables: +# GLUON_TARGET: x86-64 package: stage: package -- GitLab