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

Andrew Donnellan andrew.donnellan at au1.ibm.com
Fri Mar 24 13:56:47 AEDT 2017


Signed-off-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
---
 examples/openpower.toml | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

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 at 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"
-- 
Andrew Donnellan              OzLabs, ADL Canberra
andrew.donnellan at au1.ibm.com  IBM Australia Limited



More information about the snowpatch mailing list