Searched refs:WORKSPACE (Results 1 – 18 of 18) sorted by relevance
/openbmc/openbmc-build-scripts/ |
H A D | run-rootfs-size-docker.sh | 35 if [ ! -d "${WORKSPACE}" ]; then 36 echo "Workspace(${WORKSPACE}) doesn't exist, exiting..." 40 if [ ! -e "${WORKSPACE}/${SQUASHFS_FILE}" ]; then 41 echo "${WORKSPACE}/${SQUASHFS_FILE} doesn't exist, exiting..." 45 if [ ! -d "${WORKSPACE}/${OBMC_BUILD_SCRIPTS}" ]; then 46 echo "Clone (${OBMC_BUILD_SCRIPTS}) in ${WORKSPACE}..." 47 …git clone https://gerrit.openbmc.org/openbmc/${OBMC_BUILD_SCRIPTS} "${WORKSPACE}"/${OBMC_BUILD_SCR… 50 if [ ! -d "${WORKSPACE}/${OBMC_TOOLS}" ]; then 51 echo "Clone (${OBMC_TOOLS}) in ${WORKSPACE}..." 52 git clone https://gerrit.openbmc.org/openbmc/${OBMC_TOOLS} "${WORKSPACE}"/${OBMC_TOOLS} [all …]
|
H A D | run-unit-test-docker.sh | 37 DOCKER_WORKDIR="${DOCKER_WORKDIR:-$WORKSPACE}" 54 if [ ! -d "${WORKSPACE}" ]; then 55 echo "Workspace(${WORKSPACE}) doesn't exist, exiting..." 58 if [ ! -d "${WORKSPACE}/${OBMC_BUILD_SCRIPTS}" ]; then 59 echo "Package(${OBMC_BUILD_SCRIPTS}) not found in ${WORKSPACE}, exiting..." 63 if [ ! -d "${WORKSPACE}/${UNIT_TEST_PKG}" ]; then 64 echo "Package(${UNIT_TEST_PKG}) not found in ${WORKSPACE}, exiting..." 69 cd "${WORKSPACE}"/${OBMC_BUILD_SCRIPTS} 115 -w "${DOCKER_WORKDIR}" -v "${WORKSPACE}":"${DOCKER_WORKDIR}" \
|
H A D | build-setup.sh | 89 WORKSPACE=${WORKSPACE:-${HOME}/${RANDOM}${RANDOM}} 97 build_dir=${build_dir:-${WORKSPACE}/build} 105 obmc_dir=${obmc_dir:-${WORKSPACE}/openbmc} 274 mkdir -p "${WORKSPACE}" 281 cat > "${WORKSPACE}"/build.sh << EOF_SCRIPT 294 mkdir -p ${WORKSPACE}/bin 299 cat > ${WORKSPACE}/bin/git-proxy << \EOF_GIT 307 chmod a+x ${WORKSPACE}/bin/git-proxy 308 export PATH=${WORKSPACE}/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${PATH} 311 flock \${lock} git config --global core.gitProxy ${WORKSPACE}/bin/git-proxy [all …]
|
H A D | run-qemu-robot-test.sh | 61 WORKSPACE=${WORKSPACE:-${HOME}/${RANDOM}${RANDOM}} 170 mkdir -p "${WORKSPACE}" 171 cd "${WORKSPACE}" 174 cp "$DIR"/scripts/run-robot.sh "${WORKSPACE}" 177 # The test results will be put in ${WORKSPACE} 185 --volume "${WORKSPACE}":"${HOME}" \
|
H A D | qemu-build.sh | 35 if [ -z ${WORKSPACE+x} ]; then 58 cat > "${WORKSPACE}"/build.sh << EOF_SCRIPT 64 cd ${WORKSPACE}/qemu 87 chmod a+x "${WORKSPACE}"/build.sh 135 -e WORKSPACE="${WORKSPACE}" \ 140 "${WORKSPACE}"/build.sh
|
/openbmc/openbmc-test-automation/bin/ |
H A D | run_robot_pgm_jenk.sh | 27 WORKSPACE="${WORKSPACE:-${HOME}}" 28 git_dir_path="${git_dir_path:-${WORKSPACE}}" 31 WORKSPACE="${WORKSPACE%/}/" 38 rm -f ${WORKSPACE}*.html ${WORKSPACE}*.xml || return 1
|
H A D | jenkins_funcs.sh | 32 if [ -d "${git_dir_path}" -a "${git_dir_path}" != "${WORKSPACE}" ] ; then 34 "location of \"${WORKSPACE}\" so no git processing is required." 167 cmd_buf="${cmd_buf}=${git_dir_path}:${HOME} --volume=${WORKSPACE}:/status_"
|
/openbmc/openbmc-build-scripts/jenkins/ |
H A D | run-build-script-ci | 12 cd "${WORKSPACE}/openbmc-build-scripts" 16 "${WORKSPACE}/openbmc-build-scripts/run-unit-test-docker.sh" 24 cd "${WORKSPACE}" 26 UNIT_TEST_PKG=sdbusplus "${WORKSPACE}/openbmc-build-scripts/run-unit-test-docker.sh"
|
H A D | build-seed | 15 cd "${WORKSPACE}" 24 export build_dir="${WORKSPACE}/build" 47 "${WORKSPACE}/openbmc-build-scripts/build-setup.sh" || \ 49 rm -rf "${WORKSPACE}/openbmc/build"
|
H A D | userid-validation | 39 "${WORKSPACE}/openbmc-build-scripts/tools/owners" -p "${WORKSPACE}" reviewers | 109 rm -f "$WORKSPACE/users.txt" 112 >> "$WORKSPACE/users.txt" 116 if grep -q -w "${COMMITTER_USERNAME}" "$WORKSPACE/users.txt"; then
|
H A D | run-meta-ci | 14 cd "$WORKSPACE"
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
H A D | user-guide.rst | 60 ``$WORKSPACE/meta-arm/meta-arm-bsp/``. 64 …``$WORKSPACE`` refers to the absolute path to your workspace where the `meta-arm` repository will … 70 - ``$WORKSPACE/meta-arm/meta-arm-bsp/conf/machine/include/corstone1000.inc`` 71 - ``$WORKSPACE/meta-arm/meta-arm-bsp/conf/machine/corstone1000-$TARGET.conf`` 85 | bbappend | ``$WORKSPACE/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%… 87 | Recipe | ``$WORKSPACE/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.11.… 94 | bbappend | ``$WORKSPACE/meta-arm/meta-arm-bsp/recipes-security/trusted-services/libts_%.bbappend`… 96 | bbappend | ``$WORKSPACE/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-psa-crypto-api… 98 | bbappend | ``$WORKSPACE/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-psa-iat-api-te… 100 | bbappend | ``$WORKSPACE/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-psa-its-api-te… [all …]
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 250 pkg_dir = os.path.join(WORKSPACE, pkg) 306 os.chdir(os.path.join(WORKSPACE, name)) 1385 WORKSPACE = args.WORKSPACE variable 1404 CODE_SCAN_DIR = os.path.join(WORKSPACE, UNIT_TEST_PKG) 1410 WORKSPACE, "openbmc-build-scripts", "scripts", "format-code.sh"
|
/openbmc/qemu/tests/uefi-test-tools/ |
H A D | build.sh | 29 export WORKSPACE=$PWD
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/ |
H A D | edk2-firmware.inc | 67 export WORKSPACE = "${B}" 112 PATH="${WORKSPACE}:${BTOOLS_PATH}:$PATH" \
|
/openbmc/docs/testing/ |
H A D | local-ci-build.md | 42 WORKSPACE=$(pwd) UNIT_TEST_PKG=phosphor-hwmon \ 65 WORKSPACE=$(pwd) UNIT_TEST_PKG=phosphor-hwmon NO_FORMAT_CODE=1 \ 80 WORKSPACE=$(pwd) UNIT_TEST_PKG=phosphor-hwmon TEST_ONLY=1 \
|
H A D | run-test-docker.md | 105 --volume ${WORKSPACE}:${HOME} \
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | testing.md | 125 sudo WORKSPACE=$(pwd) UNIT_TEST_PKG=phosphor-host-ipmid \
|