github.com/munnerz/test-infra@v0.0.0-20190108210205-ce3d181dc989/config/jobs/tensorflow/minigo/minigo.yaml (about) 1 presubmits: 2 tensorflow/minigo: 3 - name: pull-tf-minigo-cc 4 always_run: true 5 branches: 6 - master 7 decorate: true 8 spec: 9 containers: 10 - image: gcr.io/minigo-testing/minigo-prow-harness-v2:latest 11 command: 12 - /bin/bash 13 - -c 14 args: 15 # Copy prebuilt tensorflow into repo, check clang-format, test with board_size 9 and 19. 16 - "./testing/setup.sh && ./cc/test.sh" 17 18 - name: tf-minigo-presubmit 19 always_run: true # Run for every PR, or only when requested. 20 branches: 21 - master 22 decorate: true 23 spec: 24 containers: 25 - image: gcr.io/minigo-testing/minigo-prow-harness-v2:latest 26 command: 27 - ./test.sh 28 29 postsubmits: 30 tensorflow/minigo: 31 - name: tf-minigo-postsubmit 32 branches: 33 - master 34 decorate: true 35 spec: 36 containers: 37 - image: gcr.io/minigo-testing/minigo-prow-harness-v2:latest 38 command: 39 - ./test.sh 40 41 periodics: 42 - name: tf-minigo-periodic 43 interval: 8h 44 decorate: true 45 extra_refs: 46 - org: tensorflow 47 repo: minigo 48 base_ref: master 49 spec: 50 containers: 51 - image: gcr.io/minigo-testing/minigo-prow-harness-v2:latest 52 command: 53 - ./test.sh