Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Mullvad Browser
Commits
5adba56c
Commit
5adba56c
authored
1 year ago
by
Iulian Moraru
Browse files
Options
Downloads
Patches
Plain Diff
Backed out changeset 461e0e4986de (bug 1827709) for causing py3 taskgraph failures. CLOSED TREE
parent
8295e41c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.taskcluster.yml
+13
-19
13 additions, 19 deletions
.taskcluster.yml
with
13 additions
and
19 deletions
.taskcluster.yml
+
13
−
19
View file @
5adba56c
...
...
@@ -129,12 +129,9 @@ tasks:
-
"
notify.email.${ownerEmail}.on-failed"
-
"
notify.email.${ownerEmail}.on-exception"
# Send a notification email if the push comes from try
-
$switch
:
'
repository.project
==
"try"'
:
-
"
notify.email.${ownerEmail}.on-completed"
'
repository.project
==
"mozilla-central"'
:
# Notify #thunderbird-ci
-
"
notify.matrix-room.!TWztIhgqLawNpRBZTC:mozilla.org.on-completed"
-
$if
:
'
repository.project
==
"try"'
then
:
"
notify.email.${ownerEmail}.on-completed"
else
:
$if
:
'
tasks_for
==
"action"'
then
:
...
...
@@ -313,16 +310,13 @@ tasks:
-
$if
:
'
tasks_for
==
"hg-push"'
then
:
notify
:
$merge
:
-
email
:
$merge
:
-
link
:
text
:
"
Treeherder
Jobs"
href
:
"
https://treeherder.mozilla.org/#/jobs?repo=${repository.project}&revision=${push.revision}"
-
$if
:
'
repository.project
==
"try"'
then
:
subject
:
"
Thank
you
for
your
try
submission
of
${push.revision}.
It's
the
best!"
content
:
"
Your
try
push
has
been
submitted.
It's
the
best!
Use
the
link
to
view
the
status
of
your
jobs."
-
$if
:
'
repository.project
==
"mozilla-central"'
then
:
matrixBody
:
"
${repository.project}
push
notification:
https://treeherder.mozilla.org/#/jobs?repo=${repository.project}&revision=${push.revision}"
email
:
$merge
:
-
link
:
text
:
"
Treeherder
Jobs"
href
:
"
https://treeherder.mozilla.org/#/jobs?repo=${repository.project}&revision=${push.revision}"
# Email for try pushes should thank you for your revision
-
$if
:
'
repository.project
==
"try"'
then
:
subject
:
"
Thank
you
for
your
try
submission
of
${push.revision}.
It's
the
best!"
content
:
"
Your
try
push
has
been
submitted.
It's
the
best!
Use
the
link
to
view
the
status
of
your
jobs."
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment