Skip to content

Commit 85e6df2

Browse files
committed
duplicate tag_mapping to test heartbeat fix (bug 1963745)
1 parent a0bbb12 commit 85e6df2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

config-development.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,22 @@ tags_destination_branch = "tags-unified-1973880"
4646
# Default
4747
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"
4848

49+
[[tag_mappings]]
50+
source_url = "https://github.com/mozilla-conduit/ff-test"
51+
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_.*$"
52+
destination_url = "ssh://hg.mozilla.org/conduit-testing/ff-test-dev"
53+
tags_destination_branch = "tags-unified-1973880"
54+
# Default
55+
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"
56+
57+
[[tag_mappings]]
58+
source_url = "https://github.com/mozilla-conduit/ff-test"
59+
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_.*$"
60+
destination_url = "ssh://hg.mozilla.org/conduit-testing/ff-test-dev"
61+
tags_destination_branch = "tags-unified-1973880"
62+
# Default
63+
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"
64+
4965
[[tracked_repositories]]
5066
name = "test-repo-github"
5167
url = "https://github.com/mozilla-conduit/test-repo"

0 commit comments

Comments
 (0)