Skip to content

Commit

Permalink
[Test] Modify regression test setting (#471)
Browse files Browse the repository at this point in the history
* ci: Increased individual test timeout (2h => 4h)

* ci: Set cron trigger time to 22:00(UTC+0)
  • Loading branch information
Geun-Oh authored Oct 29, 2024
1 parent f901237 commit b92340e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testScheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Regular regression testing

on:
schedule:
- cron: "0 0 * * *"
- cron: "0 22 * * *"

jobs:
test:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
echo $PWD
echo $ls
echo "$test"
go test -timeout 2h -v -json ./internal/service/"$test" | go-ctrf-json-reporter -output "$test"-report.json
go test -timeout 4h -v -json ./internal/service/"$test" | go-ctrf-json-reporter -output "$test"-report.json
cat "$test"-report.json
aws --endpoint-url=https://kr.object.ncloudstorage.com s3 cp "$test"-report.json s3://${{ secrets.NCLOUD_BUCKET_NAME }}/data/"$DATE"/"$test"-report.json
Expand Down

0 comments on commit b92340e

Please sign in to comment.