aboutsummaryrefslogtreecommitdiff
path: root/build-configs.yaml
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2019-02-25 13:24:06 +0000
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-02-25 13:29:13 +0000
commit5b8b00504e930d13645162a6e308e4ba0b1f0c51 (patch)
tree35a38487d5442d57ad352df5504bd234ac17d713 /build-configs.yaml
parent141e988811cbc0f8a2f207638596c61dfb111b14 (diff)
build-configs.yaml: disable arm-soc_fixes with arm/fixes branch
Disable the arm-soc_fixes build config as its branch name contains a slash '/' character, causing issues with the storage server as the binaries end up being stored one level too far in the file system. This may be enabled again after a fix has been made to accept any branch names safely. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'build-configs.yaml')
-rw-r--r--build-configs.yaml9
1 files changed, 6 insertions, 3 deletions
diff --git a/build-configs.yaml b/build-configs.yaml
index 80cd61a..e5043f5 100644
--- a/build-configs.yaml
+++ b/build-configs.yaml
@@ -237,9 +237,12 @@ build_configs:
tree: arnd
branch: 'to-build'
- arm-soc_fixes:
- tree: arm-soc
- branch: 'arm/fixes'
+# Disabled as the branch name contains a '/'. See discussion here:
+# https://github.com/kernelci/kernelci-core/issues/23
+#
+# arm-soc_fixes:
+# tree: arm-soc
+# branch: 'arm/fixes'
arm-soc_for-next:
tree: arm-soc