Commit 29deaced authored by Waqas Riaz's avatar Waqas Riaz

reset tags and branches

parent cc0ccd82
...@@ -16,8 +16,10 @@ build_dashboards_job: ...@@ -16,8 +16,10 @@ build_dashboards_job:
- echo "Promoting json artifacts to artifactory" - echo "Promoting json artifacts to artifactory"
- scripts/promote_dashboard_artifacts.sh - scripts/promote_dashboard_artifacts.sh
tags: tags:
- ci-test - ci
only: only:
refs:
- master
changes: changes:
- dashboards/* - dashboards/*
...@@ -34,13 +36,14 @@ build_alerts_job: ...@@ -34,13 +36,14 @@ build_alerts_job:
- echo "Promoting json artifacts to artifactory" - echo "Promoting json artifacts to artifactory"
- scripts/promote_alerts_artifacts.sh - scripts/promote_alerts_artifacts.sh
only: only:
refs:
- master
changes: changes:
- alerts/* - alerts/*
- alerts-config/* - alerts-config/*
tags: tags:
- ci-test - ci
# only:
# - master
deploy_dashboards_job: deploy_dashboards_job:
stage: deploy_dashboards stage: deploy_dashboards
...@@ -52,12 +55,12 @@ deploy_dashboards_job: ...@@ -52,12 +55,12 @@ deploy_dashboards_job:
- echo "Deploying dasbhoards" - echo "Deploying dasbhoards"
- scripts/deploy_dashboards.sh - scripts/deploy_dashboards.sh
only: only:
refs:
- master
changes: changes:
- dashboards/* - dashboards/*
tags: tags:
- cd-test - cd
# only:
# - master
deploy_alerts_job: deploy_alerts_job:
stage: deploy_alerts stage: deploy_alerts
...@@ -69,10 +72,10 @@ deploy_alerts_job: ...@@ -69,10 +72,10 @@ deploy_alerts_job:
- echo "Deploying alerts" - echo "Deploying alerts"
- scripts/deploy_alerts.sh - scripts/deploy_alerts.sh
only: only:
refs:
- master
changes: changes:
- alerts/* - alerts/*
- alerts-config/* - alerts-config/*
tags: tags:
- cd-test - cd
# only: \ No newline at end of file
# - master
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment