Commit 9c8ceda1 authored by David Lawrence's avatar David Lawrence

- New CI docker image for testing

parent 0ff8505e
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
"provisionerId": "aws-provisioner-v1", "provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest", "workerType": "b2gtest",
"payload": { "payload": {
"image": "dklawren/docker-bugzilla", "image": "bugzilla/bugzilla-ci",
"command": ["/runtests.sh"], "command": ["runtests.sh"],
"env": { "env": {
"TEST_SUITE": "sanity" "TEST_SUITE": "sanity"
}, },
...@@ -54,8 +54,8 @@ ...@@ -54,8 +54,8 @@
"provisionerId": "aws-provisioner-v1", "provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest", "workerType": "b2gtest",
"payload": { "payload": {
"image": "dklawren/docker-bugzilla", "image": "bugzilla/bugzilla-ci",
"command": ["/runtests.sh"], "command": ["runtests.sh"],
"env": { "env": {
"TEST_SUITE": "docs" "TEST_SUITE": "docs"
}, },
...@@ -91,8 +91,8 @@ ...@@ -91,8 +91,8 @@
"provisionerId": "aws-provisioner-v1", "provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest", "workerType": "b2gtest",
"payload": { "payload": {
"image": "dklawren/docker-bugzilla", "image": "bugzilla/bugzilla-ci",
"command": ["/runtests.sh"], "command": ["runtests.sh"],
"env": { "env": {
"TEST_SUITE": "webservices" "TEST_SUITE": "webservices"
}, },
...@@ -133,15 +133,15 @@ ...@@ -133,15 +133,15 @@
"provisionerId": "aws-provisioner-v1", "provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest", "workerType": "b2gtest",
"payload": { "payload": {
"image": "dklawren/docker-bugzilla", "image": "bugzilla/bugzilla-ci",
"command": ["/runtests.sh"], "command": ["runtests.sh"],
"env": { "env": {
"TEST_SUITE": "selenium" "TEST_SUITE": "selenium"
}, },
"artifacts": { "artifacts": {
"public/runtests_log": { "public/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log", "path": "/tmp/runtests.log",
"expires": "2018-02-17T17:33:38.806Z" "expires": "2018-02-17T17:33:38.806Z"
}, },
"public/httpd_error_log": { "public/httpd_error_log": {
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
}, },
"public/selenium_log": { "public/selenium_log": {
"type": "file", "type": "file",
"path": "/selenium.log", "path": "/tmp/selenium.log",
"expires": "2018-02-17T17:33:38.806Z" "expires": "2018-02-17T17:33:38.806Z"
} }
} }
...@@ -180,15 +180,16 @@ ...@@ -180,15 +180,16 @@
"provisionerId": "aws-provisioner-v1", "provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest", "workerType": "b2gtest",
"payload": { "payload": {
"image": "dklawren/docker-bugzilla:pgsql", "image": "bugzilla/bugzilla-ci",
"command": ["/runtests.sh"], "command": ["runtests.sh"],
"env": { "env": {
"BUGS_DB_DRIVER": "pg",
"TEST_SUITE": "webservices" "TEST_SUITE": "webservices"
}, },
"artifacts": { "artifacts": {
"public/runtests_log": { "public/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log", "path": "/tmp/runtests.log",
"expires": "2018-02-17T17:33:38.806Z" "expires": "2018-02-17T17:33:38.806Z"
}, },
"public/httpd_error_log": { "public/httpd_error_log": {
...@@ -222,15 +223,16 @@ ...@@ -222,15 +223,16 @@
"provisionerId": "aws-provisioner-v1", "provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest", "workerType": "b2gtest",
"payload": { "payload": {
"image": "dklawren/docker-bugzilla:pgsql", "image": "bugzilla/bugzilla-ci",
"command": ["/runtests.sh"], "command": ["runtests.sh"],
"env": { "env": {
"BUGS_DB_DRIVER": "pg",
"TEST_SUITE": "selenium" "TEST_SUITE": "selenium"
}, },
"artifacts": { "artifacts": {
"public/runtests_log": { "public/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log", "path": "/tmp/runtests.log",
"expires": "2018-02-17T17:33:38.806Z" "expires": "2018-02-17T17:33:38.806Z"
}, },
"public/httpd_error_log": { "public/httpd_error_log": {
...@@ -240,7 +242,7 @@ ...@@ -240,7 +242,7 @@
}, },
"public/selenium_log": { "public/selenium_log": {
"type": "file", "type": "file",
"path": "/selenium.log", "path": "/tmp/selenium.log",
"expires": "2018-02-17T17:33:38.806Z" "expires": "2018-02-17T17:33:38.806Z"
} }
} }
......
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