Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Split up CI sanity test functions to enable fine-grained trigger #18786

Merged
merged 2 commits into from
Jul 25, 2020

Commits on Jul 24, 2020

  1. Split up CI sanity test functions to enable fine-grained trigger

    For example, users can trigger fine grained checks:
    
    python ci/build.py -R --platform ubuntu_cpu /work/runtime_functions.sh sanity_python
    
    python ci/build.py -R --platform ubuntu_cpu /work/runtime_functions.sh sanity_license
    leezu committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    15348c2 View commit details
    Browse the repository at this point in the history
  2. set -ex

    leezu committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    77341a3 View commit details
    Browse the repository at this point in the history