From ad0cf9275498d88a6ac68f3f6df17a5e3ffb578c Mon Sep 17 00:00:00 2001 From: Tang Jiawei Date: Thu, 28 Sep 2023 22:32:38 +0800 Subject: [PATCH] add testworld-2-0 --- automation/terraform/monitoring/o1-testnet-alerts.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/terraform/monitoring/o1-testnet-alerts.tf b/automation/terraform/monitoring/o1-testnet-alerts.tf index 1f1f3feff47..8e9205daa95 100644 --- a/automation/terraform/monitoring/o1-testnet-alerts.tf +++ b/automation/terraform/monitoring/o1-testnet-alerts.tf @@ -18,11 +18,11 @@ terraform { module "o1testnet_alerts" { source = "../modules/testnet-alerts" - rule_filter = "{testnet!~\"^(berkeley|it-|ci-net|test-).+\"}" # omit testnets deployed by integration/CI tests and also omit berkeley network + rule_filter = "{testnet!~\"^(berkeley|testworld-2-0|it-|ci-net|test-).+\"}" # omit testnets deployed by integration/CI tests and also omit berkeley network and testworld-2-0 alert_timeframe = "1h" alert_duration = "10m" pagerduty_alert_filter = "devnet2|mainnet" - berkeley_testnet = "testnet=\"berkeley\"" + berkeley_testnet = "testnet=\"(berkeley|testworld-2-0)\"" synced_status_filter = "syncStatus=\"SYNCED\"" }