Skip to content

Commit

Permalink
Merge pull request #520 from vitessio/change-prom-labels-last-moment
Browse files Browse the repository at this point in the history
Change Prometheus labels right before running macrobenchmark
  • Loading branch information
frouioui authored Apr 2, 2024
2 parents fcde460 + 80b0c01 commit b5e726f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ansible/macrobench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
# limitations under the License.

---
- hosts: prometheus
tasks:
- name: Update Prometheus labels
include_role:
name: prometheus
tasks_from: update_uuid

- hosts: all
tasks:
- name: Ensure users are created
Expand All @@ -29,6 +22,13 @@
when: arewefastyet_last_exec_is_same is undefined
import_playbook: create_cluster.yml

- hosts: prometheus
tasks:
- name: Update Prometheus labels
include_role:
name: prometheus
tasks_from: update_uuid

- name: Install and build sysbench
hosts:
- all
Expand Down

0 comments on commit b5e726f

Please sign in to comment.