diff mbox

[1/2] examples: update/improve openpower.toml

Message ID 20170324025648.14588-1-andrew.donnellan@au1.ibm.com
State Superseded
Headers show

Commit Message

Andrew Donnellan March 24, 2017, 2:56 a.m. UTC
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
---
 examples/openpower.toml | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)
diff mbox

Patch

diff --git a/examples/openpower.toml b/examples/openpower.toml
index c362d08..dd98b37 100644
--- a/examples/openpower.toml
+++ b/examples/openpower.toml
@@ -21,9 +21,9 @@  private_key = "/home/ruscur/.ssh/id_rsa"
 
 [patchwork]
 url = "https://russell.cc/patchwork"
-port = 443 #optional
-user = "ruscur" #TODO: make pushing results configurable,
-pass = "banana" #      and these arguments optional
+port = 443 # optional
+user = "ruscur" # TODO: make these arguments optional when not pushing results
+pass = "banana"
 polling_interval = 10 # polling interval in minutes
 
 [jenkins]
@@ -43,6 +43,17 @@  token = "33333333333333333333333333333333"
     remote_uri = "git@github.com:ruscur/skiboot.git"
     push_results = false
 
+        [[projects.skiboot.jobs]]
+        job = "skiboot-compile-test-snowpatch"
+        remote = "GIT_REPO"
+        branch = "GIT_REF"
+
+        [[projects.skiboot.jobs]]
+        job = "skiboot-boot-test-snowpatch"
+        remote = "GIT_REPO"
+        branch = "GIT_REF"
+        artifact = "snowpatch.txt"
+
     [projects.linuxppc-dev]
     repository = "/home/ruscur/Documents/linux"
     branches = ["master", "powerpc-next"]
@@ -53,16 +64,14 @@  token = "33333333333333333333333333333333"
 
         [[projects.linuxppc-dev.jobs]]
         job = "linux-build-manual"
-        remote = "GIT_REPO_TO_USE"
-        branch = "GIT_REF_TO_BUILD"
+        remote = "GIT_REPO"
+        branch = "GIT_REF"
         artifact = "snowpatch.txt"
-        USER_EMAIL = "username"
         DEFCONFIG_TO_USE = "pseries_le_defconfig"
 
         [[projects.linuxppc-dev.jobs]]
         job = "linux-build-manual"
-        remote = "GIT_REPO_TO_USE"
-        branch = "GIT_REF_TO_BUILD"
+        remote = "GIT_REPO"
+        branch = "GIT_REF"
         artifact = "snowpatch.txt"
-        USER_EMAIL = "username"
         DEFCONFIG_TO_USE = "ppc64le_defconfig"