diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-07 17:33:53 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-07 17:33:53 +0100 |
commit | 77a103b9ba7eec908c2df65fada5a1b978a12fd9 (patch) | |
tree | 4045fee94e6cb9b99dd35fee613c8303f82ff52c | |
parent | c180096a352b4f434767aa9ca1807f776e122018 (diff) |
Disable packagefeed-stability in agl-ci feature
This is added in the release builds only.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I42bd1ebf924ad3d41107588b8e8d2b27b500b2a7
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index 69c76fbe0..cbf0c7d2b 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -15,7 +15,7 @@ https://.*/.* ${AGL_HOST_PREMIRROR}/AGL/mirror/ \n \ SSTATE_MIRRORS = " file://.* ${AGL_HOST_SSTATE_MIRROR}/sstate-mirror/master/${DEFAULTTUNE}/PATH;downloadfilename=PATH \n " -INHERIT += "packagefeed-stability" +#INHERIT += "packagefeed-stability" INHERIT += "buildhistory" INHERIT += "buildstats" INHERIT += "buildstats-summary" |