Increase our continuous tests by 4x to track down more flakes.

This will be rolled back after a few days.

PiperOrigin-RevId: 568304089
pull/14204/head
Mike Kruskal 1 year ago committed by Copybara-Service
parent 1210eac457
commit 6166a68077
  1. 6
      .github/workflows/test_runner.yml

@ -12,9 +12,9 @@ name: Tests
on:
# continuous
schedule:
# TODO Run daily at 10 AM UTC (2 AM PDT)
# Run every hour for now to gather statistics
- cron: 0 * * * *
# TODO Reduce this frequency
# Run every 15 minutes for now to gather statistics
- cron: "*/15 * * * *"
# postsubmit
push:

Loading…
Cancel
Save