Commit 33df23cd authored by David Lawrence's avatar David Lawrence

Bug 1011263 - The qa test suite should have a master branch that bugzilla master run against

parent 56565902
......@@ -8,7 +8,10 @@ perl:
env:
- TEST_SUITE=sanity
- TEST_SUITE=docs
# - TEST_SUITE=checksetup DB=mysql
- TEST_SUITE=webservices DB=mysql
- TEST_SUITE=selenium DB=mysql
- TEST_SUITE=webservices DB=pg
- TEST_SUITE=selenium DB=pg
matrix:
exclude:
......@@ -18,15 +21,21 @@ matrix:
env: TEST_SUITE=docs
- perl: 5.14
env: TEST_SUITE=docs
# - perl: 5.10
# env: TEST_SUITE=checksetup DB=mysql
# - perl: 5.12
# env: TEST_SUITE=checksetup DB=mysql
# - perl: 5.14
# env: TEST_SUITE=checksetup DB=mysql
- perl: 5.10
env: TEST_SUITE=webservices DB=mysql
- perl: 5.10
env: TEST_SUITE=webservices DB=pg
- perl: 5.12
env: TEST_SUITE=selenium DB=mysql
- perl: 5.12
env: TEST_SUITE=selenium DB=pg
- perl: 5.14
env: TEST_SUITE=selenium DB=mysql
- perl: 5.14
env: TEST_SUITE=selenium DB=pg
before_install:
- git clone https://github.com/bugzilla/qa.git -b 4.4 qa
- git clone https://github.com/bugzilla/qa.git -b master qa
install: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment