1
0

pipeline.yaml 498 B

12345678910111213141516
  1. steps:
  2. - command:
  3. - "echo '--- Install dependencies'"
  4. - "pip install -e ."
  5. - "echo '--- Install syditest'"
  6. - "python -m pip install git+https://github.com/matrix-org/syditest.git@dbkr/v2tests"
  7. - "echo '+++ Run Tests'"
  8. - "PYTHONPATH=`pwd` trial syditest"
  9. label: "syditest"
  10. timeout_in_minutes: 5
  11. plugins:
  12. - docker#v3.0.1:
  13. image: "python:2.7"
  14. artifact_paths:
  15. - "syditest_subject/sydent.stderr"
  16. - "_trial_temp/test.log"