Skip to content

Commit

Permalink
Modified CI for elk flow collector validation (antrea-io#1098)
Browse files Browse the repository at this point in the history
* Modified jenkins ci for elk flow collector validation

* add newline at the end of shell script

* address the comment

Co-authored-by: Kobi Samoray <ksamoray@vmware.com>
  • Loading branch information
2 people authored and GraysonWu committed Sep 23, 2020
1 parent 6f4634a commit 71ba988
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ci/jenkins/jobs/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,23 @@
publishers:
- email:
recipients: projectantrea-dev@googlegroups.com
- '{name}-{test_name}-for-period':
test_name: daily-elk-flow-collector-validate
node: 'antrea-test-node'
description: 'This is for validating the elk flow collector manifest daily.'
builders:
- builder-workload-cluster-setup
- builder-prepare-antrea
- builder-elk-flow-collector
- builder-workload-cluster-cleanup
branches:
- '*/master'
included_regions: []
cron: 'H H * * *'
ignore_post_commit_hooks: false
publishers:
- email:
recipients: projectantrea-dev@googlegroups.com
- '{name}-{test_name}-for-gc':
test_name: workload-cluster
node: 'antrea-test-node'
Expand Down

0 comments on commit 71ba988

Please sign in to comment.