aboutsummaryrefslogtreecommitdiff
path: root/linaro-edk2-prep-matrix.yaml
diff options
context:
space:
mode:
authorRoy Franz <roy.franz@linaro.org>2015-06-02 14:57:18 -0700
committerRoy Franz <roy.franz@linaro.org>2015-06-02 14:57:18 -0700
commit5ea1bf3449cfae9fa1c727cdd6cee114cc9a3083 (patch)
tree91bf5bdec71df289e3e8adb90396943a133e7d0e /linaro-edk2-prep-matrix.yaml
parentc9075b84c6eb50b7930e14e62a471ade0a4ddadc (diff)
Enable child-workspace=., remove code to find workspace base
Also: * Reduce number of configs built * Exit before build script for initial run Change-Id: I5aa96bd648ff95beed2ef5a2b41377fb3545c50f Signed-off-by: Roy Franz <roy.franz@linaro.org>
Diffstat (limited to 'linaro-edk2-prep-matrix.yaml')
-rw-r--r--linaro-edk2-prep-matrix.yaml36
1 files changed, 13 insertions, 23 deletions
diff --git a/linaro-edk2-prep-matrix.yaml b/linaro-edk2-prep-matrix.yaml
index fb566479f4..854198f5a8 100644
--- a/linaro-edk2-prep-matrix.yaml
+++ b/linaro-edk2-prep-matrix.yaml
@@ -17,7 +17,7 @@
- job-cancel
disabled: false
node: build
-# child-workspace: .
+ child-workspace: .
display-name: 'Linaro EDK II - UEFI Continuous Integration (pre-release) - Matrix'
# scm:
# - git:
@@ -40,14 +40,14 @@
values:
- qemu64
- qemu
- - juno-armbds
- - juno
- - fvp-base-armbds
- - mustang
- - fvp-foundation-armbds
- - rtsm_a15mpcore-armbds
- - tc2-armbds
- - beagle-armbds
+# - juno-armbds
+# - juno
+# - fvp-base-armbds
+# - mustang
+# - fvp-foundation-armbds
+# - rtsm_a15mpcore-armbds
+# - tc2-armbds
+# - beagle-armbds
- axis:
type: user-defined
name: MX_TYPE
@@ -58,7 +58,7 @@
type: user-defined
name: MX_TC
values:
-# - 47
+
- 48
- 49
- axis:
@@ -99,22 +99,12 @@
fi
echo "FIRST_BUILD: ${FIRST_BUILD}"
- # Find the base of the multi-config workspace so we can cache copies
- # of the git repos there.
- pushd .
- while : ; do
- TT=$(pwd)
- WS_BASE=$(pwd)
- TT=$(basename ${TT})
- [[ "${TT}" != "workspace" ]] || break
- [[ "${TT}" == "/" ]] && exit 1
- cd ..
- done
- popd
-
+ WS_BASE=$(pwd)
echo "WS_BASE is: ${WS_BASE}"
export WS_BASE
+ exit;
+
trap cleanup_exit INT TERM EXIT
cleanup_exit()