diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f368c39d494fb7b15775d221e917f0ddaef9a2b..6d62eeb3a8ea1cbf35829cd4c2088b88b41a22ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,6 @@ stages: target:ar71xx-generic: extends: .target only: - - tags - schedules - web variables: @@ -37,7 +36,6 @@ target:ar71xx-generic: target:ar71xx-nand: extends: .target only: - - tags - schedules - web variables: @@ -46,7 +44,6 @@ target:ar71xx-nand: target:ar71xx-tiny: extends: .target only: - - tags - schedules - web variables: @@ -55,7 +52,6 @@ target:ar71xx-tiny: target:brcm2708-bcm2708: extends: .target only: - - tags - schedules - web variables: @@ -64,7 +60,6 @@ target:brcm2708-bcm2708: target:brcm2708-bcm2709: extends: .target only: - - tags - schedules - web variables: @@ -73,7 +68,6 @@ target:brcm2708-bcm2709: target:mpc85xx-generic: extends: .target only: - - tags - schedules - web variables: @@ -82,7 +76,6 @@ target:mpc85xx-generic: target:ipq40xx: extends: .target only: - - tags - schedules - web variables: @@ -91,7 +84,6 @@ target:ipq40xx: target:ramips-mt7621: extends: .target only: - - tags - schedules - web variables: @@ -100,7 +92,6 @@ target:ramips-mt7621: target:ramips-mt76x8: extends: .target only: - - tags - schedules - web variables: @@ -109,7 +100,6 @@ target:ramips-mt76x8: target:x86-generic: extends: .target only: - - tags - schedules - web variables: @@ -118,7 +108,6 @@ target:x86-generic: target:x86-geode: extends: .target only: - - tags - schedules - web variables: @@ -126,6 +115,8 @@ target:x86-geode: target:x86-64: extends: .target + except: + - tags variables: GLUON_TARGET: x86-64