Home
last modified time | relevance | path

Searched refs:WORKSPACE (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc-build-scripts/
H A Drun-rootfs-size-docker.sh35 if [ ! -d "${WORKSPACE}" ]; then
40 if [ ! -e "${WORKSPACE}/${SQUASHFS_FILE}" ]; then
45 if [ ! -d "${WORKSPACE}/${OBMC_BUILD_SCRIPTS}" ]; then
46 echo "Clone (${OBMC_BUILD_SCRIPTS}) in ${WORKSPACE}..."
50 if [ ! -d "${WORKSPACE}/${OBMC_TOOLS}" ]; then
51 echo "Clone (${OBMC_TOOLS}) in ${WORKSPACE}..."
57 "${WORKSPACE}"/${ROOTFS_SIZE_PY}
58 chmod a+x "${WORKSPACE}"/${ROOTFS_SIZE_PY}
61 cd "${WORKSPACE}"/${OBMC_BUILD_SCRIPTS}
75 -w "${WORKSPACE}" -v "${WORKSPACE}":"${WORKSPACE}" \
[all …]
H A Drun-unit-test-docker.sh36 DOCKER_WORKDIR="${DOCKER_WORKDIR:-$WORKSPACE}"
52 if [ ! -d "${WORKSPACE}" ]; then
53 echo "Workspace(${WORKSPACE}) doesn't exist, exiting..."
56 if [ ! -d "${WORKSPACE}/${OBMC_BUILD_SCRIPTS}" ]; then
57 echo "Package(${OBMC_BUILD_SCRIPTS}) not found in ${WORKSPACE}, exiting..."
61 if [ ! -d "${WORKSPACE}/${UNIT_TEST_PKG}" ]; then
62 echo "Package(${UNIT_TEST_PKG}) not found in ${WORKSPACE}, exiting..."
67 cd "${WORKSPACE}"/${OBMC_BUILD_SCRIPTS}
112 -w "${DOCKER_WORKDIR}" -v "${WORKSPACE}":"${DOCKER_WORKDIR}" \
H A Dbuild-setup.sh89 WORKSPACE=${WORKSPACE:-${HOME}/${RANDOM}${RANDOM}}
97 build_dir=${build_dir:-${WORKSPACE}/build}
105 obmc_dir=${obmc_dir:-${WORKSPACE}/openbmc}
274 mkdir -p "${WORKSPACE}"
294 mkdir -p ${WORKSPACE}/bin
307 chmod a+x ${WORKSPACE}/bin/git-proxy
387 chmod a+x "${WORKSPACE}/build.sh"
406 mount_workspace_dir="-v ""${WORKSPACE}"":""${WORKSPACE}"" "
413 if [[ "${WORKSPACE}" = "${HOME}/"* || "${WORKSPACE}" = "${HOME}" ]];then
428 -e WORKSPACE="${WORKSPACE}" \
[all …]
H A Drun-qemu-robot-test.sh61 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 Dqemu-build.sh35 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 Drun_robot_pgm_jenk.sh27 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 Djenkins_funcs.sh32 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 Drun-build-script-ci12 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 Dbuild-seed15 cd "${WORKSPACE}"
24 export build_dir="${WORKSPACE}/build"
47 "${WORKSPACE}/openbmc-build-scripts/build-setup.sh" || \
49 rm -rf "${WORKSPACE}/openbmc/build"
H A Duserid-validation39 "${WORKSPACE}/openbmc-build-scripts/tools/owners" -p "${WORKSPACE}" reviewers |
106 rm -f "$WORKSPACE/users.txt"
109 >> "$WORKSPACE/users.txt"
113 if grep -q -w "${COMMITTER_USERNAME}" "$WORKSPACE/users.txt"; then
H A Drun-meta-ci14 cd "$WORKSPACE"
/openbmc/qemu/tests/uefi-test-tools/
H A Dbuild.sh29 export WORKSPACE=$PWD
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py250 pkg_dir = os.path.join(WORKSPACE, pkg)
306 os.chdir(os.path.join(WORKSPACE, name))
1366 WORKSPACE = args.WORKSPACE variable
1384 CODE_SCAN_DIR = os.path.join(WORKSPACE, UNIT_TEST_PKG)
1390 WORKSPACE, "openbmc-build-scripts", "scripts", "format-code.sh"
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/
H A Dedk2-firmware.inc64 export WORKSPACE = "${B}"
109 PATH="${WORKSPACE}:${BTOOLS_PATH}:$PATH" \
/openbmc/docs/testing/
H A Dlocal-ci-build.md42 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 Drun-test-docker.md105 --volume ${WORKSPACE}:${HOME} \
/openbmc/phosphor-host-ipmid/docs/
H A Dtesting.md125 sudo WORKSPACE=$(pwd) UNIT_TEST_PKG=phosphor-host-ipmid \