Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
19a78772
Commit
19a78772
authored
Feb 22, 2017
by
David Lawrence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Adding .taskcluster.yml file to support new Taskcluster/Github integration for CI testing
parent
65bbd453
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
168 additions
and
0 deletions
+168
-0
.taskcluster.yml
.taskcluster.yml
+168
-0
No files found.
.taskcluster.yml
0 → 100644
View file @
19a78772
version
:
0
metadata
:
name
:
"
Bugzilla
CI
Tests"
description
:
"
A
suite
of
tests
to
check
the
quality
of
the
Bugzilla
codebase."
owner
:
"
bugzilla-admin@mozilla.org"
source
:
"
{{
event.head.repo.url
}}"
tasks
:
-
provisionerId
:
"
{{
taskcluster.docker.provisionerId
}}"
workerType
:
"
{{
taskcluster.docker.workerType
}}"
routes
:
-
"
notify.email.bugzilla-admin@mozilla.org.on-failed"
-
"
notify.email.bugzilla-admin@mozilla.org.on-exception"
-
"
notify.irc-channel.#bugzilla.on-failed"
-
"
notify.irc-channel.#bugzilla.on-exception"
-
"
tc-treeherder.v2.bugzilla/bugzilla-master.{{
event.head.sha
}}"
extra
:
github
:
env
:
true
events
:
-
pull_request.opened
-
pull_request.synchronize
-
pull_request.reopened
-
push
treeherder
:
symbol
:
"
San"
machine
:
platform
:
"
linux64"
build
:
platform
:
"
linux64"
payload
:
maxRunTime
:
3600
image
:
"
bugzilla/bugzilla-ci"
command
:
-
"
runtests.sh"
env
:
TEST_SUITE
:
"
sanity"
artifacts
:
public/runtests_log
:
type
:
"
file"
path
:
"
/var/log/runtests.log"
metadata
:
name
:
"
Basic
Sanity
Tests"
description
:
"
Basic
Sanity
Tests"
owner
:
"
bugzilla-admin@mozilla.org"
source
:
"
{{
event.head.repo.url
}}"
-
provisionerId
:
"
{{
taskcluster.docker.provisionerId
}}"
workerType
:
"
{{
taskcluster.docker.workerType
}}"
routes
:
-
"
notify.email.bugzilla-admin@mozilla.org.on-failed"
-
"
notify.email.bugzilla-admin@mozilla.org.on-exception"
-
"
notify.irc-channel.#bugzilla.on-failed"
-
"
notify.irc-channel.#bugzilla.on-exception"
-
"
tc-treeherder.v2.bugzilla/bugzilla-master.{{
event.head.sha
}}"
extra
:
github
:
env
:
true
events
:
-
pull_request.opened
-
pull_request.synchronize
-
pull_request.reopened
-
push
treeherder
:
symbol
:
"
Doc"
machine
:
platform
:
"
linux64"
build
:
platform
:
"
linux64"
payload
:
maxRunTime
:
3600
image
:
"
bugzilla/bugzilla-ci"
command
:
-
"
runtests.sh"
env
:
TEST_SUITE
:
"
docs"
artifacts
:
public/runtests_log
:
type
:
"
file"
path
:
"
/var/log/runtests.log"
metadata
:
name
:
"
Documentation
Build
Test"
description
:
"
Documentation
Build
Test"
owner
:
"
bugzilla-admin@mozilla.org"
source
:
"
{{
event.head.repo.url
}}"
-
provisionerId
:
"
{{
taskcluster.docker.provisionerId
}}"
workerType
:
"
{{
taskcluster.docker.workerType
}}"
routes
:
-
"
notify.email.bugzilla-admin@mozilla.org.on-failed"
-
"
notify.email.bugzilla-admin@mozilla.org.on-exception"
-
"
notify.irc-channel.#bugzilla.on-failed"
-
"
notify.irc-channel.#bugzilla.on-exception"
-
"
tc-treeherder.v2.bugzilla/bugzilla-master.{{
event.head.sha
}}"
extra
:
github
:
env
:
true
events
:
-
pull_request.opened
-
pull_request.synchronize
-
pull_request.reopened
-
push
treeherder
:
symbol
:
"
API"
machine
:
platform
:
"
linux64"
build
:
platform
:
"
linux64"
payload
:
maxRunTime
:
3600
image
:
"
bugzilla/bugzilla-ci"
command
:
-
"
runtests.sh"
env
:
TEST_SUITE
:
"
webservices"
artifacts
:
public/runtests_log
:
type
:
"
file"
path
:
"
/var/log/runtests.log"
public/httpd_error_log
:
type
:
"
file"
path
:
"
/var/log/httpd/error_log"
metadata
:
name
:
"
WebService
API
Tests"
description
:
"
WebService
API
Tests"
owner
:
"
bugzilla-admin@mozilla.org"
source
:
"
{{
event.head.repo.url
}}"
-
provisionerId
:
"
{{
taskcluster.docker.provisionerId
}}"
workerType
:
"
{{
taskcluster.docker.workerType
}}"
routes
:
-
"
notify.email.bugzilla-admin@mozilla.org.on-failed"
-
"
notify.email.bugzilla-admin@mozilla.org.on-exception"
-
"
notify.irc-channel.#bugzilla.on-failed"
-
"
notify.irc-channel.#bugzilla.on-exception"
-
"
tc-treeherder.v2.bugzilla/bugzilla-master.{{
event.head.sha
}}"
extra
:
github
:
env
:
true
events
:
-
pull_request.opened
-
pull_request.synchronize
-
pull_request.reopened
-
push
treeherder
:
symbol
:
"
Sel"
machine
:
platform
:
"
linux64"
build
:
platform
:
"
linux64"
payload
:
maxRunTime
:
3600
image
:
"
bugzilla/bugzilla-ci"
command
:
-
"
runtests.sh"
env
:
TEST_SUITE
:
"
selenium"
artifacts
:
public/runtests_log
:
type
:
"
file"
path
:
"
/var/log/runtests.log"
public/httpd_error_log
:
type
:
"
file"
path
:
"
/var/log/httpd/error_log"
public/selenium_log"
:
type
:
"
file"
path
:
"
/selenium.log"
metadata
:
name
:
"
Selenium
Tests"
description
:
"
Selenium
Tests"
owner
:
"
bugzilla-admin@mozilla.org"
source
:
"
{{
event.head.repo.url
}}"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment