Set distro name explicitly for base CI image
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
27137fd690
commit
bd35c56932
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
PACKAGES_LIST: tracetools_analysis ros2trace_analysis
|
PACKAGES_LIST: tracetools_analysis ros2trace_analysis
|
||||||
base_image_id: registry.gitlab.com/micro-ros/ros_tracing/ci_base
|
BASE_IMAGE_ID: registry.gitlab.com/micro-ros/ros_tracing/ci_base
|
||||||
|
DISTRO: foxy
|
||||||
|
|
||||||
.global_artifacts: &global_artifacts
|
.global_artifacts: &global_artifacts
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -15,7 +16,7 @@ variables:
|
||||||
- build/*/pytest.xml
|
- build/*/pytest.xml
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: $base_image_id
|
image: $BASE_IMAGE_ID:$DISTRO
|
||||||
before_script:
|
before_script:
|
||||||
- git clone https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git
|
- git clone https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git
|
||||||
- . /root/ws/install/local_setup.sh
|
- . /root/ws/install/local_setup.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue