Home
last modified time | relevance | path

Searched full:section_end (Results 1 – 4 of 4) sorted by relevance

/qemu/.gitlab-ci.d/
H A Dcrossbuild-template.yml16 - section_end setup
32 - section_end configure
35 - section_end build
41 - section_end test
48 - section_end installer
78 - section_end configure
81 - section_end build
87 - section_end test
112 - section_end configure
115 - section_end build
[all …]
H A Dbuildtest-template.yml15 - section_end setup
35 - section_end configure
38 - section_end build
44 - section_end test
78 - section_end buildenv
82 - section_end test
129 - section_end setup
143 - section_end configure
146 - section_end build
H A Dstatic_checks.yml61 - section_end test
84 - section_end setup
91 - section_end configure
94 - section_end analyse
/qemu/scripts/ci/
H A Dgitlab-ci-section5 # functions section_start and section_end which will emit marker lines
11 # a CI config; the section_start and section_end functions will
15 # a section_end with the same section name.
26 # section_end section_name
27 section_end () {
28 printf "section_end:%s:%s\r\e[0K\n" "$(date +%s)" "$1"