github.com/GoogleCloudPlatform/testgrid@v0.0.174/.prow.yaml (about) 1 presubmits: 2 - name: test-testgrid-all 3 decorate: true 4 always_run: true 5 spec: 6 serviceAccountName: presubmits 7 containers: 8 - image: gcr.io/k8s-testgrid/gcloud-bazel:v20220613-v0.6-58-ge5a50c7 9 command: 10 - bazel 11 args: 12 - test 13 - --config=ci 14 - //... 15 - name: test-testgrid-npm 16 decorate: true 17 always_run: true 18 spec: 19 serviceAccountName: presubmits 20 containers: 21 # See https://playwright.dev/docs/ci 22 - image: mcr.microsoft.com/playwright:v1.32.0-focal 23 command: 24 - bash 25 args: 26 - -c 27 - cd web && npm install && npm run build && npm test