All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH yocto-autobuilder-helper] config.json: update to dedicated domain
@ 2022-07-15 19:33 Michael Halstead
  2022-07-15 20:37 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Halstead @ 2022-07-15 19:33 UTC (permalink / raw)
  To: yocto; +Cc: richard.purdie, Michael Halstead

A dedicated domain for hashserv allows us to move it to dedicated
infrastructre.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.json b/config.json
index ede6117..5f37e77 100644
--- a/config.json
+++ b/config.json
@@ -60,7 +60,7 @@
             "SDK_INCLUDE_TOOLCHAIN = '1'",
             "ESDK_LOCAL_CONF_REMOVE:append = 'BB_HASHSERVE'",
             "BB_DISKMON_DIRS = 'STOPTASKS,${TMPDIR},1G,100K STOPTASKS,${DL_DIR},1G STOPTASKS,${SSTATE_DIR},1G STOPTASKS,/tmp,100M,30K HALT,${TMPDIR},100M,1K HALT,${DL_DIR},100M HALT,${SSTATE_DIR},100M HALT,/tmp,10M,1K'",
-            "BB_HASHSERVE = 'typhoon.yocto.io:8686'",
+            "BB_HASHSERVE = 'hashserv.yocto.io:8686'",
             "RUNQEMU_TMPFS_DIR = '/home/pokybuild/tmp'",
             "BB_HEARTBEAT_EVENT = '60'",
             "BB_LOG_HOST_STAT_ON_INTERVAL = '1'",
-- 
2.36.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH yocto-autobuilder-helper] config.json: update to dedicated domain
  2022-07-15 19:33 [PATCH yocto-autobuilder-helper] config.json: update to dedicated domain Michael Halstead
@ 2022-07-15 20:37 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2022-07-15 20:37 UTC (permalink / raw)
  To: Michael Halstead, yocto

On Fri, 2022-07-15 at 12:33 -0700, Michael Halstead wrote:
> A dedicated domain for hashserv allows us to move it to dedicated
> infrastructre.
> 
> Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
> ---
>  config.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/config.json b/config.json
> index ede6117..5f37e77 100644
> --- a/config.json
> +++ b/config.json
> @@ -60,7 +60,7 @@
>              "SDK_INCLUDE_TOOLCHAIN = '1'",
>              "ESDK_LOCAL_CONF_REMOVE:append = 'BB_HASHSERVE'",
>              "BB_DISKMON_DIRS = 'STOPTASKS,${TMPDIR},1G,100K STOPTASKS,${DL_DIR},1G STOPTASKS,${SSTATE_DIR},1G STOPTASKS,/tmp,100M,30K HALT,${TMPDIR},100M,1K HALT,${DL_DIR},100M HALT,${SSTATE_DIR},100M HALT,/tmp,10M,1K'",
> -            "BB_HASHSERVE = 'typhoon.yocto.io:8686'",
> +            "BB_HASHSERVE = 'hashserv.yocto.io:8686'",
>              "RUNQEMU_TMPFS_DIR = '/home/pokybuild/tmp'",
>              "BB_HEARTBEAT_EVENT = '60'",
>              "BB_LOG_HOST_STAT_ON_INTERVAL = '1'",

Thanks, I applied this to kirkstone and dunfell as well.

Cheers,

Richard


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-15 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-15 19:33 [PATCH yocto-autobuilder-helper] config.json: update to dedicated domain Michael Halstead
2022-07-15 20:37 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.