Skip to content

Commit

Permalink
NO BUG - taskgraph image update r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsofapollo committed May 22, 2014
1 parent 05e0c07 commit 44e4be0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions taskgraph.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
"description": "Gaia taskgraph generator"
},
"tags": {},
"params": {},
"params": {
"image": "registry.taskcluster.net/lightsofapollo/gaia-taskenv:0.2.0"
},
"tasks": {
"marionette integration tests": {
"task": {
"metadata": {
"name": "Gaia Marionette JS integration testing"
},
"payload": {
"image": "registry.taskcluster.net/lightsofapollo/gaia-taskenv:0.1.0",
"image": "{{image}}",
"command": [
"./bin/ci run marionette_js"
]
Expand All @@ -29,7 +31,7 @@
"name": "Gaia UI tests"
},
"payload": {
"image": "registry.taskcluster.net/lightsofapollo/gaia-taskenv:0.1.0",
"image": "{{image}}",
"command": [
"./bin/ci run gaia_ui_tests"
]
Expand All @@ -46,7 +48,7 @@
"name": "gaia unit tests in firefox"
},
"payload": {
"image": "registry.taskcluster.net/lightsofapollo/gaia-taskenv:0.1.0",
"image": "{{image}}",
"command": [
"./bin/ci run unit-tests-in-firefox"
]
Expand All @@ -63,7 +65,7 @@
"name": "Gaia build system tests"
},
"payload": {
"image": "registry.taskcluster.net/lightsofapollo/gaia-taskenv:0.1.0",
"image": "{{image}}",
"command": [
"./bin/ci run build_tests"
]
Expand All @@ -80,7 +82,7 @@
"name": "Gaia code linters"
},
"payload": {
"image": "registry.taskcluster.net/lightsofapollo/gaia-taskenv:0.1.0",
"image": "{{image}}",
"command": [
"./bin/ci run linters"
]
Expand Down

0 comments on commit 44e4be0

Please sign in to comment.