Skip to content
Snippets Groups Projects
Commit 6e235dd1 authored by MJB's avatar MJB
Browse files

updated telegraf agent data to be consistent across clmc and platform tests

parent 2dee26da
No related branches found
No related tags found
No related merge requests found
......@@ -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
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