-
Notifications
You must be signed in to change notification settings - Fork 53
Bot Commands
Jacob Hinkle edited this page Jul 30, 2024
·
28 revisions
(This page is generated. Don't directly edit here. Your changes may be overwritten in future updates.)
The !build
command without any option runs a default set of jobs, including C++ and python tests, examples build and run, sanity checks, etc.
The default set of jobs always run regardless of extra build options, unless specified otherwise.
You may use the options below to run extra optional tests.
CI bot commands:
Usage: !build [options]
Options:
--diff
Run codegen diff jobs (fast): python tests and binary tests
--diff-bench
Run codegen diff jobs (slow): binary benchmark
--matmul-bench
Run python and binary matmul benchmark tests with internal heuristic plugin
--pybench
Run python benchmark jobs with `--disable-benchmarking` to check
functionality
--serde
Run serialization and deserialization jobs
Example:
!build --diff
This runs the codegen diff jobs (fast) in addition to the default set of tests.