Skip to content

Commit 3db6234

Browse files
authored
fix: flakeguard user test mapping (#1834)
* fix: flakeguard user test mapping * chore: ignore .envrc
1 parent 96212df commit 3db6234

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

tools/flakeguard/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ example*.md
88
test-output-*.json
99
transformed-output-*.json
1010
flakeguard_raw_output/
11-
flakeguard_raw_output_transformed/
11+
flakeguard_raw_output_transformed/
12+
.envrc

tools/flakeguard/user_mapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@
7979
"jira_user_id": "712020:0f7e9a75-6933-4dcb-91fd-b6bf1c903d6f",
8080
"pillar_name": "Foundation"
8181
}
82-
]
82+
]

tools/flakeguard/user_test_mapping.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,27 @@
2828
"pattern": "github.com/smartcontractkit/chainlink/v2/core/services/relay.*"
2929
},
3030
{
31-
"jira_user_id": "6175d3e016119e0069fdd14f",
32-
"pattern": "github.com/smartcontractkit/chainlink/deployment.*"
31+
"jira_user_id": "6115c23730fe4500702c1301",
32+
"pattern": "github.com/smartcontractkit/chainlink/v2/core/services.*"
33+
},
34+
{
35+
"jira_user_id": "6115c23730fe4500702c1301",
36+
"pattern": "github.com/smartcontractkit/chainlink/v2/core/capabilities.*"
3337
},
3438
{
3539
"jira_user_id": "638f597c3e79f12e57253913",
3640
"pattern": "github.com/smartcontractkit/chainlink/deployment/data-feeds/changeset"
3741
},
3842
{
39-
"jira_user_id": "6115c23730fe4500702c1301",
40-
"pattern": "github.com/smartcontractkit/chainlink/v2/core/services.*"
43+
"jira_user_id": "712020:0403445b-a590-4e71-944c-e5b3c681dafb",
44+
"pattern": "github.com/smartcontractkit/chainlink/deployment/ccip.*"
4145
},
4246
{
43-
"jira_user_id": "6115c23730fe4500702c1301",
44-
"pattern": "github.com/smartcontractkit/chainlink/v2/core/capabilities.*"
47+
"jira_user_id": "6175d3e016119e0069fdd14f",
48+
"pattern": "github.com/smartcontractkit/chainlink/deployment.*"
4549
},
4650
{
4751
"jira_user_id": "638f597c3e79f12e57253913",
4852
"pattern": ".*"
4953
}
50-
]
54+
]

0 commit comments

Comments
 (0)