Skip to content

Commit

Permalink
Enable data-processing cluster prometheus deploy (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz authored Aug 6, 2020
1 parent ce2784a commit 4d3f72d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,13 @@ deploy:
all_branches: true
condition: $TRAVIS_TAG == production* || $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+

# DISABLE PROD data-processing support until cluster is created.
#- provider: script
# script: $TRAVIS_BUILD_DIR/kubectl.sh mlab-oti data-processing ./apply-cluster.sh
# skip_cleanup: true
# on:
# repo: m-lab/prometheus-support
# all_branches: true
# condition: $TRAVIS_TAG == production* || $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+
- provider: script
script: $TRAVIS_BUILD_DIR/kubectl.sh mlab-oti data-processing ./apply-cluster.sh
skip_cleanup: true
on:
repo: m-lab/prometheus-support
all_branches: true
condition: $TRAVIS_TAG == production* || $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+

- provider: script
script: "$TRAVIS_BUILD_DIR/deploy_bbe_config.sh mlab-oti LINODE_PRIVATE_KEY_ipv6_monitoring"
Expand Down

0 comments on commit 4d3f72d

Please sign in to comment.