Skip to content

Commit

Permalink
Increase the CPU cores and Timeout for Arm64 E2E
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Zhao <[email protected]>
  • Loading branch information
kevinzs2048 committed Feb 22, 2023
1 parent 7dfd29b commit d19c56b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2e-arm64.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: E2E-arm64
on:
schedule:
- cron: '0 1 * * *' # runs daily at 1am.
on: [push, pull_request]
permissions: read-all
jobs:
test:
Expand All @@ -26,7 +24,7 @@ jobs:
echo "${TARGET}"
case "${TARGET}" in
linux-arm64-e2e)
PASSES='build release e2e' CPU='4' EXPECT_DEBUG='true' COVER='false' RACE='true' ./scripts/test.sh 2>&1 | tee test.log
PASSES='build release e2e' CPU='8' TIMEOUT=60m EXPECT_DEBUG='true' COVER='false' RACE='true' ./scripts/test.sh 2>&1 | tee test.log
! grep -E "(--- FAIL:|FAIL:|DATA RACE|panic: test timed out|appears to have leaked)" -B50 -A10 test.log
;;
*)
Expand Down

0 comments on commit d19c56b

Please sign in to comment.