Searched +full:docker +full:- +full:test +full:- +full:quick (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/ |
H A D | .patchew.yml | 1 --- 37 Test '{{ test }}' timeout, log: 57 Tester {{ tester }} out of space when running {{ test }} 84 {% if test == "checkpatch" %} 91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %} 94 This series failed the {{ test }} build test. Please find the testing commands and 95 their output below. If you have Docker installed, you can probably reproduce it 98 … {% lines_between logtext start="^=== TEST SCRIPT BEGIN ===$" stop="^=== TEST SCRIPT END ===$" %} 101 {% elif test == "s390x" or test == "FreeBSD" or test == "ppcle" or test == "ppcbe" %} 104 This series failed build test on {{test}} host. Please find the details below. [all …]
|
/openbmc/docs/testing/ |
H A D | local-ci-build.md | 5 ## Install Docker 7 Please install and configure Docker. The installation of Docker CE (Community 9 [Docker Docs](https://docs.docker.com/install/) are a good place to start 13 `sudo docker run hello-world`. 26 git clone https://github.com/openbmc/openbmc-build-scripts.git 29 ## Add a Read-Only Repo 32 own changes, you can clone it directly into the Docker directory. This example 33 clones and builds phosphor-hwmon directly. The upstream CI will try building 35 `format-code.sh` and check if the code is formatted properly if there is a 36 `.clang-format` file present in the target repository, or if there is a script [all …]
|
/openbmc/qemu/tests/docker/ |
H A D | Makefile.include | 1 # Makefile for Docker tests 3 .PHONY: docker docker-help docker-test docker-clean docker-image docker-qemu-src 9 HOST_ARCH = $(shell uname -m) 10 USER = $(if $(NOUSER),,$(shell id -un)) 11 UID = $(if $(NOUSER),,$(shell id -u)) 13 DOCKER_FILES_DIR := $(SRC_PATH)/tests/docker/dockerfiles 15 DOCKER_DEFAULT_REGISTRY := registry.gitlab.com/qemu-project/qemu 19 RUNC ?= $(if $(shell command -v docker), docker, podman) 20 DOCKER_SCRIPT=$(SRC_PATH)/tests/docker/docker.py --engine $(RUNC) 22 CUR_TIME := $(shell date +%Y-%m-%d-%H.%M.%S.$$$$) [all …]
|
/openbmc/qemu/docs/devel/testing/ |
H A D | main.rst | 7 everything from unit testing and exercising specific sub-systems all 9 tests you can run ``make check-help`` from either the source or build 12 Most (but not all) tests are also integrated as an automated test into 16 [./pyvenv/bin/]meson test --suite qemu:softfloat 20 An automated test is written with one of the test frameworks using its 21 generic test functions/classes. The test framework can run the tests and 24 An automated test has essentially three parts: 26 1. The test initialization of the parameters, where the expected parameters, 31 matches the expected result, the test has been successful; otherwise, it has 34 The rest of this document will cover the details for specific test [all …]
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | quick-start.md | 1 # **Yocto Project quick start for Arm system software developers** 2 …t to read the The Yocto Project official quick start documentation, go to <https://docs.yoctoproje… 7 …-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-pin… 11 OR, if you prefer to use a docker will all that stuff already installed: 14 $ sudo docker run -it --name kas-test --volume /mnt/yocto/:/builds/persist ghcr.io/siemens/kas/kas … 18 …--volume” is the directory where your persistent stuff (like downloads and build artifacts) will g… 19 # **Step 1: clone meta-arm and build meta-arm** 21 $ git clone https://git.yoctoproject.org/meta-arm 22 $ cd meta-arm/ 23 $ SSTATE_DIR=/builds/persist/sstate DL_DIR=/builds/persist/downloads kas build ci/fvp-base.yml:ci/t… [all …]
|
/openbmc/openbmc/poky/documentation/overview-manual/ |
H A D | yp-intro.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 11 developers create custom Linux-based systems that are designed for 26 .. image:: figures/key-dev-elements.png 31 …ticle <https://www.embedded.com/electronics-blogs/say-what-/4458600/Why-the-Yocto-Project-for-my-I… 39 -------- 43 - *Widely Adopted Across the Industry:* Many semiconductor, operating 50 - *Architecture Agnostic:* Yocto Project supports Intel, ARM, MIPS, 56 supports a wide range of devices emulated by the Quick EMUlator 59 - *Images and Code Transfer Easily:* Yocto Project output can easily 68 - *Flexibility:* Corporations use the Yocto Project many different [all …]
|
H A D | development-environment.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 38 Linus Torvalds in 1991. Conversely, a good example of a non-open source 54 system not intended to run the software --- the development host. 60 development host. When you have a Mac or Windows-based system, you can 62 `CROPS <https://github.com/crops/poky-container>`__, which leverages 63 `Docker Containers <https://www.docker.com/>`__. Once you take the steps 65 environment that is similar to what you see when using a Linux-based 68 ":ref:`dev-manual/start:setting up to use cross platforms (crops)`" 79 ":ref:`dev-manual/start:setting up a native linux host`" 85 - *Command Lines, BitBake, and Shells:* Traditional development in the [all …]
|