Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CI_JOB_ID
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/.gitlab-ci/
H
A
D
crosvm-runner.sh
15
# the least significant 25 bits from
CI_JOB_ID
as a base and generate a 7-bit
28
[ -n "${
CI_JOB_ID
}" ] || {
29
echo "Missing or unset
CI_JOB_ID
env variable" >&2
38
VSOCK_CID=$(((
CI_JOB_ID
& 0x1ffffff) | ((${THREAD} & 0x7f) << 25)))
H
A
D
skqp-runner.sh
135
echo "https://$CI_PROJECT_ROOT_NAMESPACE.pages.freedesktop.org/-/$CI_PROJECT_NAME/-/jobs/$
CI_JOB_ID
/artifacts/${SKQP_RESULTS_DIR}/unitTest/unit_tests.txt"
144
echo "https://$CI_PROJECT_ROOT_NAMESPACE.pages.freedesktop.org/-/$CI_PROJECT_NAME/-/jobs/$
CI_JOB_ID
/artifacts/${REPORT}"
H
A
D
deqp-runner.sh
223
--template "See https://$CI_PROJECT_ROOT_NAMESPACE.pages.freedesktop.org/-/$CI_PROJECT_NAME/-/jobs/$
CI_JOB_ID
/artifacts/results/{{testcase}}.xml"
234
--job "$
CI_JOB_ID
" \
/third_party/node/deps/npm/node_modules/libnpmpublish/lib/
H
A
D
provenance.js
110
CI_JOB_ID
: env.
CI_JOB_ID
,
168
id: env.
CI_JOB_ID
,
/third_party/mesa3d/.gitlab-ci/piglit/
H
A
D
piglit-traces.sh
155
ARTIFACTS_BASE_URL="https://${CI_PROJECT_ROOT_NAMESPACE}.${CI_PAGES_DOMAIN}/-/${CI_PROJECT_NAME}/-/jobs/${
CI_JOB_ID
}/artifacts"
Completed in 2 milliseconds