Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests in CI with runner #1190

Merged
merged 38 commits into from
Jul 10, 2020
Merged

Commits on Jul 8, 2020

  1. Run tests in CI with runner

    - support `asan` tests
    - add missing example manifest for trusted information retrieval
    - add support for passing env variables to commands in runner
    - separate format checks from run-tests command
    - support building "base" and "logless" versions of oak_loader
    - support running backend servers as part of examples that need it
    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    6f41e9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37df7a1 View commit details
    Browse the repository at this point in the history
  3. Check license and todo

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    40064ca View commit details
    Browse the repository at this point in the history
  4. Clippy

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    54b5d27 View commit details
    Browse the repository at this point in the history
  5. Split files

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    038d146 View commit details
    Browse the repository at this point in the history
  6. Rebase

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    ed4f824 View commit details
    Browse the repository at this point in the history
  7. Async

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    606f059 View commit details
    Browse the repository at this point in the history
  8. Shell

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    0be2c78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc5c41d View commit details
    Browse the repository at this point in the history
  10. Fixups

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    94a1c97 View commit details
    Browse the repository at this point in the history
  11. basic async

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    e46f1dd View commit details
    Browse the repository at this point in the history
  12. Async

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    dc4109c View commit details
    Browse the repository at this point in the history
  13. Async trait

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    3e5ead1 View commit details
    Browse the repository at this point in the history
  14. fixup

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    d3264e4 View commit details
    Browse the repository at this point in the history
  15. Futures

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    180b824 View commit details
    Browse the repository at this point in the history
  16. Async logs

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    c6871f1 View commit details
    Browse the repository at this point in the history
  17. Tensorflow

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    81b8822 View commit details
    Browse the repository at this point in the history
  18. Spawn

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    574cb65 View commit details
    Browse the repository at this point in the history
  19. Crev

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    f09847a View commit details
    Browse the repository at this point in the history
  20. Delete scripts

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    bb2f2ec View commit details
    Browse the repository at this point in the history
  21. Fix doc

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    20c8a46 View commit details
    Browse the repository at this point in the history
  22. Doc

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    8985433 View commit details
    Browse the repository at this point in the history
  23. Cov

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    3d9e950 View commit details
    Browse the repository at this point in the history
  24. Signal

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    96b8af8 View commit details
    Browse the repository at this point in the history
  25. todo

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    f74c9bd View commit details
    Browse the repository at this point in the history
  26. once_cell

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    d398940 View commit details
    Browse the repository at this point in the history
  27. License

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    e2e2b28 View commit details
    Browse the repository at this point in the history
  28. deref

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    cfd6e6b View commit details
    Browse the repository at this point in the history
  29. cloudbuild

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    7783ec2 View commit details
    Browse the repository at this point in the history
  30. timeout

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    54d0e0a View commit details
    Browse the repository at this point in the history
  31. save docker image

    tiziano88 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    4e8b55b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. panic

    tiziano88 committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    32af173 View commit details
    Browse the repository at this point in the history
  2. Go

    tiziano88 committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    538887d View commit details
    Browse the repository at this point in the history
  3. remove extra tsan

    tiziano88 committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    798b94e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. osx

    tiziano88 committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    88a413b View commit details
    Browse the repository at this point in the history
  2. Fix coverage

    tiziano88 committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    a0ea3fb View commit details
    Browse the repository at this point in the history
  3. coverage

    tiziano88 committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    928617d View commit details
    Browse the repository at this point in the history
  4. coverage

    tiziano88 committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    85f1906 View commit details
    Browse the repository at this point in the history