Skip to content

Bot Commands

Wang, Xiao edited this page Oct 31, 2023 · 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

Example:

!build --diff

This runs the codegen diff jobs (fast) in addition to the default set of tests.

Clone this wiki locally