From 6e235dd1ad72fc48f9b2ca820fc454630a372785 Mon Sep 17 00:00:00 2001 From: MJB <mjb@it-innovation.soton.ac.uk> Date: Wed, 4 Apr 2018 15:05:27 +0100 Subject: [PATCH] updated telegraf agent data to be consistent across clmc and platform tests --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce2b843..c2ab134 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,8 @@ stages: build:tests: stage: build + only: + - schedules script: - python setup.py sdist --dist-dir=build artifacts: @@ -14,6 +16,8 @@ build:tests: test:all: stage: test + only: + - schedules dependencies: - build:tests script: @@ -28,6 +32,8 @@ test:all: clean: stage: clean + only: + - schedules script: - scripts/build/deleteallvms.sh when: always \ No newline at end of file -- GitLab