remove builds for 1610 and 1704 (#3023)
ubuntu turned off the repo servers :(
This commit is contained in:
parent
34bec90193
commit
81fcc3c11a
1 changed files with 0 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue