remove builds for 1610 and 1704 (#3023)

ubuntu turned off the repo servers :(
This commit is contained in:
skwerlman 2018-01-18 19:24:43 -05:00 committed by Zach H
parent 34bec90193
commit 81fcc3c11a

View file

@ -78,22 +78,6 @@ stages:
<<: *artifacts_deb
<<: *cache
.build_1610: &1610
image: ubuntu:16.10
<<: *tags
<<: *branches
<<: *install_requirements_16xx
<<: *artifacts_deb
<<: *cache
.build_1704: &1704
image: ubuntu:17.04
<<: *tags
<<: *branches
<<: *install_requirements_17xx
<<: *artifacts_deb
<<: *cache
.build_1710: &1710
image: ubuntu:17.10
<<: *tags
@ -112,28 +96,6 @@ build_debug_1604:
<<: *build_debug_package_deb
when: always
build_rc_1610:
<<: *1610
<<: *build_rc_package_deb
when: always
build_debug_1610:
<<: *1610
<<: *build_debug_package_deb
when: always
allow_failure: true
build_rc_1704:
<<: *1704
<<: *build_rc_package_deb
when: always
build_debug_1704:
<<: *1704
<<: *build_debug_package_deb
when: always
allow_failure: true
build_rc_1710:
<<: *1710
<<: *build_rc_package_deb