Skip to content
Snippets Groups Projects
Commit 421cbaba authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

[skip ci] removed ubuntu 16.04

parent 6a0365ed
No related branches found
No related tags found
1 merge request!32new tag
...@@ -147,9 +147,9 @@ stages: ...@@ -147,9 +147,9 @@ stages:
############ LICENSE HEADERS ############ ############ LICENSE HEADERS ############
license_headers: license_headers:
stage: license stage: license
image: labrobotica/wolf_deps:16.04 image: labrobotica/wolf_deps:20.04
cache: cache:
- key: wolf-xenial - key: wolf-focal
paths: paths:
- ci_deps/wolf/ - ci_deps/wolf/
except: except:
...@@ -160,99 +160,6 @@ license_headers: ...@@ -160,99 +160,6 @@ license_headers:
script: script:
- *license_header_definition - *license_header_definition
############ UBUNTU 16.04 TESTS ############
build_and_test_none:xenial:
stage: none
image: labrobotica/wolf_deps:16.04
cache:
- key: laserscanutils-xenial
paths:
- ci_deps/laser_scan_utils/
- key: wolf-xenial
paths:
- ci_deps/wolf/
except:
- master
before_script:
- *preliminaries_definition
- *install_wolf_definition
- *install_laserscanutils_definition
script:
- *build_and_test_definition
build_and_test_csm:xenial:
stage: csm
image: labrobotica/wolf_deps:16.04
cache:
- key: wolf-xenial
paths:
- ci_deps/wolf/
- key: laserscanutils-xenial
paths:
- ci_deps/laser_scan_utils/
- key: csm-xenial
paths:
- ci_deps/csm/
except:
- master
before_script:
- *preliminaries_definition
- *install_wolf_definition
- *install_csm_definition
- *install_laserscanutils_definition
script:
- *build_and_test_definition
build_and_test_falko:xenial:
stage: falko
image: labrobotica/wolf_deps:16.04
cache:
- key: wolf-xenial
paths:
- ci_deps/wolf/
- key: laserscanutils-xenial
paths:
- ci_deps/laser_scan_utils/
- key: falko-xenial
paths:
- ci_deps/falkolib/
except:
- master
before_script:
- *preliminaries_definition
- *install_wolf_definition
- *install_falko_definition
- *install_laserscanutils_definition
script:
- *build_and_test_definition
build_and_test_csm_falko:xenial:
stage: csm_falko
image: labrobotica/wolf_deps:16.04
cache:
- key: wolf-xenial
paths:
- ci_deps/wolf/
- key: laserscanutils-xenial
paths:
- ci_deps/laser_scan_utils/
- key: csm-xenial
paths:
- ci_deps/csm/
- key: falko-xenial
paths:
- ci_deps/falkolib/
except:
- master
before_script:
- *preliminaries_definition
- *install_wolf_definition
- *install_falko_definition
- *install_csm_definition
- *install_laserscanutils_definition
script:
- *build_and_test_definition
############ UBUNTU 18.04 TESTS ############ ############ UBUNTU 18.04 TESTS ############
build_and_test_none:bionic: build_and_test_none:bionic:
stage: none stage: none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment