Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions config-development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,47 +42,47 @@ destination_branch = "\\1"
source_url = "https://github.com/mozilla-conduit/ff-test"
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_(BETA|NIGHTLY)_(\\d+)_(BASE|END)$"
destination_url = "ssh://hg.mozilla.org/conduit-testing/ff-test-dev"
tags_destination_branch = "dev-tags-bug1963805"
tags_destination_branch = "tags-dev"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

[[tag_mappings]]
source_url = "https://github.com/mozilla-conduit/ff-test"
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_(\\d+(_\\d+)+)b\\d+_(BUILD\\d+|RELEASE)$"
destination_url = "ssh://hg.mozilla.org/conduit-testing/ff-test-dev"
tags_destination_branch = "dev-tags-bug1963805"
tags_destination_branch = "tags-dev"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

[[tag_mappings]]
source_url = "https://github.com/mozilla-conduit/ff-test"
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_(\\d+)(_\\d+)+esr_(BUILD\\d+|RELEASE)$"
destination_url = "ssh://hg.mozilla.org/conduit-testing/ff-test-dev"
tags_destination_branch = "dev-tags-bug1963805"
tags_destination_branch = "tags-dev"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

[[tag_mappings]]
source_url = "https://github.com/mozilla-conduit/ff-test"
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_(\\d+(_\\d+)+)_(BUILD\\d+|RELEASE)$"
destination_url = "ssh://hg.mozilla.org/conduit-testing/ff-test-dev"
tags_destination_branch = "dev-tags-bug1963805"
tags_destination_branch = "tags-dev"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

[[tag_mappings]]
source_url = "https://github.com/mozilla-conduit/ff-test"
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_(\\d+(_\\d+)+)b\\d+_(BUILD\\d+|RELEASE)$"
destination_url = "ssh://hg.mozilla.org/conduit-testing/ff-test-dev"
tags_destination_branch = "dev-tags-bug1963805"
tags_destination_branch = "tags-dev"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

[[tag_mappings]]
source_url = "https://github.com/mozilla-conduit/ff-test"
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_RELEASE_(\\d+)+_(BASE|END)$"
destination_url = "ssh://hg.mozilla.org/conduit-testing/ff-test-dev"
tags_destination_branch = "dev-tags-bug1963805"
tags_destination_branch = "tags-dev"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

Expand All @@ -101,6 +101,6 @@ destination_branch = "default"
source_url = "https://github.com/mozilla-conduit/test-repo"
tag_pattern = "^(DEV)_(BETA|NIGHTLY)_(\\d+)_(BASE|END)$"
destination_url = "ssh://hg.mozilla.org/conduit-testing/test-repo-github-dev"
tags_destination_branch = "dev-tags-bug1963805"
tags_destination_branch = "tags-dev"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"
120 changes: 60 additions & 60 deletions config-production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ url = "https://github.com/mozilla-firefox/firefox.git"
source_url = "https://github.com/mozilla-firefox/firefox.git"
branch_pattern = "THIS_SHOULD_MATCH_NOTHING"
destination_url = "https://hg.mozilla.org/mozilla-unified/"
destination_branch = "default"
destination_branch = "NOT_A_VALID_BRANCH"


#
Expand All @@ -58,30 +58,30 @@ branch_pattern = "beta"
destination_url = "ssh://hg.mozilla.org/releases/mozilla-beta/"
destination_branch = "default"

# [[tag_mappings]]
# source_url = "https://github.com/mozilla-firefox/firefox.git"
# # <M>_<m>(_<p>...)b<n> BUILD and RELEASE tags to mozilla-beta
# tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_(\\d+(_\\d+)+)b\\d+_(BUILD\\d+|RELEASE)$"
# destination_url = "ssh://hg.mozilla.org/releases/mozilla-beta/"
# tags_destination_branch = "tags-beta"
# # Default
# #tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"
#
# [[tag_mappings]]
# source_url = "https://github.com/mozilla-firefox/firefox.git"
# # BETA_<M> BASE and END tags to mozilla-beta
# tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_BETA_(\\d+)+_(BASE|END)$"
# destination_url = "ssh://hg.mozilla.org/releases/mozilla-beta/"
# tags_destination_branch = "tags-beta"
# # Default
# #tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"
#
# [[tag_mappings]]
# source_url = "https://github.com/mozilla-firefox/firefox.git"
# # RELEASE_<M> BASE tags to mozilla-beta
# tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_RELEASE_(\\d+)+_BASE$"
# destination_url = "ssh://hg.mozilla.org/releases/mozilla-beta/"
# tags_destination_branch = "tags-beta"
[[tag_mappings]]
source_url = "https://github.com/mozilla-firefox/firefox.git"
# <M>_<m>(_<p>...)b<n> BUILD and RELEASE tags to mozilla-beta
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_(\\d+(_\\d+)+)b\\d+_(BUILD\\d+|RELEASE)$"
destination_url = "ssh://hg.mozilla.org/releases/mozilla-beta/"
tags_destination_branch = "tags-beta"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

[[tag_mappings]]
source_url = "https://github.com/mozilla-firefox/firefox.git"
# BETA_<M> BASE and END tags to mozilla-beta
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_BETA_(\\d+)+_(BASE|END)$"
destination_url = "ssh://hg.mozilla.org/releases/mozilla-beta/"
tags_destination_branch = "tags-beta"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

[[tag_mappings]]
source_url = "https://github.com/mozilla-firefox/firefox.git"
# RELEASE_<M> BASE tags to mozilla-beta
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_RELEASE_(\\d+)+_BASE$"
destination_url = "ssh://hg.mozilla.org/releases/mozilla-beta/"
tags_destination_branch = "tags-beta"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

Expand All @@ -96,12 +96,12 @@ branch_pattern = "^(esr\\d+)$"
destination_url = "ssh://hg.mozilla.org/releases/mozilla-\\1/"
destination_branch = "default"

# [[tag_mappings]]
# source_url = "https://github.com/mozilla-firefox/firefox.git"
# # <M>_<m>(_<p>...)esr BUILD and RELEASE tags to mozilla-esr<M>
# tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_(\\d+)(_\\d+)+esr_(BUILD\\d+|RELEASE)$"
# destination_url = "ssh://hg.mozilla.org/releases/mozilla-esr\\2/"
# tags_destination_branch = "tags-\\1"
[[tag_mappings]]
source_url = "https://github.com/mozilla-firefox/firefox.git"
# <M>_<m>(_<p>...)esr BUILD and RELEASE tags to mozilla-esr<M>
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_(\\d+)(_\\d+)+esr_(BUILD\\d+|RELEASE)$"
destination_url = "ssh://hg.mozilla.org/releases/mozilla-esr\\2/"
tags_destination_branch = "tags-esr\\2"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

Expand All @@ -125,12 +125,12 @@ branch_pattern = "main"
destination_url = "ssh://hg.mozilla.org/mozilla-central/"
destination_branch = "default"

# [[tag_mappings]]
# source_url = "https://github.com/mozilla-firefox/firefox.git"
# # BETA_<M> and NIGHTLY_<M> tags to m-c
# tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_(BETA|NIGHTLY)_(\\d+)_(BASE|END)$"
# destination_url = "ssh://hg.mozilla.org/mozilla-central/"
# tags_destination_branch = "tags-main"
[[tag_mappings]]
source_url = "https://github.com/mozilla-firefox/firefox.git"
# BETA_<M> and NIGHTLY_<M> tags to m-c
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_(BETA|NIGHTLY)_(\\d+)_(BASE|END)$"
destination_url = "ssh://hg.mozilla.org/mozilla-central/"
tags_destination_branch = "tags-main"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

Expand All @@ -144,21 +144,21 @@ branch_pattern = "release"
destination_url = "ssh://hg.mozilla.org/releases/mozilla-release/"
destination_branch = "default"

# [[tag_mappings]]
# source_url = "https://github.com/mozilla-firefox/firefox.git"
# # <M>_<m>(_<p>...) BUILD and RELEASE tags to mozilla-release
# tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_(\\d+(_\\d+)+)_(BUILD\\d+|RELEASE)$"
# destination_url = "ssh://hg.mozilla.org/releases/mozilla-release/"
# tags_destination_branch = "tags-release"
[[tag_mappings]]
source_url = "https://github.com/mozilla-firefox/firefox.git"
# <M>_<m>(_<p>...) BUILD and RELEASE tags to mozilla-release
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_(\\d+(_\\d+)+)_(BUILD\\d+|RELEASE)$"
destination_url = "ssh://hg.mozilla.org/releases/mozilla-release/"
tags_destination_branch = "tags-release"
# # Default
# #tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"
#
# [[tag_mappings]]
# source_url = "https://github.com/mozilla-firefox/firefox.git"
# # RELEASE_<M> BASE and END tags to mozilla-release
# tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_RELEASE_(\\d+)+_(BASE|END)$"
# destination_url = "ssh://hg.mozilla.org/releases/mozilla-release/"
# tags_destination_branch = "tags-release"
[[tag_mappings]]
source_url = "https://github.com/mozilla-firefox/firefox.git"
# RELEASE_<M> BASE and END tags to mozilla-release
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_RELEASE_(\\d+)+_(BASE|END)$"
destination_url = "ssh://hg.mozilla.org/releases/mozilla-release/"
tags_destination_branch = "tags-release"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

Expand Down Expand Up @@ -194,19 +194,19 @@ url = "https://github.com/mozilla-firefox/infra-testing.git"
source_url = "https://github.com/mozilla-firefox/infra-testing.git"
branch_pattern = "THIS_SHOULD_MATCH_NOTHING"
destination_url = "https://hg.mozilla.org/mozilla-unified/"
destination_branch = "default"
destination_branch = "NOT_A_VALID_BRANCH"

[[branch_mappings]]
source_url = "https://github.com/mozilla-firefox/infra-testing.git"
branch_pattern = "autoland"
destination_url = "ssh://hg.mozilla.org/conduit-testing/infra-testing/"
destination_branch = "default"

# [[tag_mappings]]
# source_url = "https://github.com/mozilla-firefox/infra-testing.git"
# tag_pattern = "TAGTESTING.*"
# destination_url = "ssh://hg.mozilla.org/conduit-testing/infra-testing/"
# tags_destination_branch = "tags-autoland"
[[tag_mappings]]
source_url = "https://github.com/mozilla-firefox/infra-testing.git"
tag_pattern = ".+"
destination_url = "ssh://hg.mozilla.org/conduit-testing/infra-testing/"
tags_destination_branch = "tags-testing"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

Expand All @@ -225,10 +225,10 @@ branch_pattern = ".+"
destination_url = "ssh://hg.mozilla.org/conduit-testing/review/"
destination_branch = "default"

# [[tag_mappings]]
# source_url = "https://github.com/mozilla-conduit/review.git"
# tag_pattern = ".+"
# destination_url = "ssh://hg.mozilla.org/conduit-testing/review/"
# tags_destination_branch = "tags"
[[tag_mappings]]
source_url = "https://github.com/mozilla-conduit/review.git"
tag_pattern = ".+"
destination_url = "ssh://hg.mozilla.org/conduit-testing/review/"
tags_destination_branch = "tags"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"