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

Russell Currey ruscur at russell.cc
Mon Mar 27 15:01:01 AEDT 2017


On Fri, 2017-03-24 at 14:04 +1100, Andrew Donnellan wrote:
> Signed-off-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
> 
> ---

WOW TESTS

Both patches:

Acked-by: Russell Currey <ruscur at russell.cc>

> 
> v1->v2:
> * note that user/pass are, in fact, now optional
> 
> ---
>  examples/openpower.toml | 27 ++++++++++++++++++---------
>  1 file changed, 18 insertions(+), 9 deletions(-)
> 
> diff --git a/examples/openpower.toml b/examples/openpower.toml
> index c362d08..98e383a 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" # optional, needed for pushing results
> +pass = "banana" # optional, needed for pushing results
>  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"



More information about the snowpatch mailing list