slow load test frequency to every 4 hours (#1039)

## Description

load testing for the dev m356 tenant takes longer
than 3 hours to complete, causing all load tests to
get canceled when github shifts priority to the
next job that gets kicked off.  Backing off the freq to
every 4 hours, and will revisit that as needed. If 4 hour
time doesn't satisfy the boundary, we should shift the
dataset instead of freqnency.

## Type of change

- [x] 🤖 Test

## Issue(s)

* #902

## Test Plan

- [x] 💚 E2E
This commit is contained in:
Keepers 2022-10-04 14:11:55 -06:00 committed by GitHub
parent f8a6d33466
commit fa7f505b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-log
path: testlog/gotest.log
path: src/testlog/gotest.log
if-no-files-found: error
retention-days: 14

View File

@ -3,8 +3,8 @@ on:
schedule:
# every day at 01:59 (01:59am) UTC
# - cron: "59 1 * * *"
# temp, for testing: every 3 hours
- cron: "0 */3 * * *"
# temp, for testing: every 4 hours
- cron: "0 */4 * * *"
permissions:
# required to retrieve AWS credentials