Set 'build_no_lttng' job to scheduled only

This commit is contained in:
Christophe Bedard 2019-08-11 14:14:22 +02:00
parent b992549c9a
commit 9f0fdd79bd

View file

@ -41,6 +41,8 @@ build_disabled:
<<: *global_artifacts <<: *global_artifacts
build_no_lttng: build_no_lttng:
only:
- schedules
image: $base_image_id:base image: $base_image_id:base
script: script:
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST - colcon build --symlink-install --packages-up-to $PACKAGES_LIST