Skip to content

Commit

Permalink
fix: try to figure out why gh actions are always failing
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Aug 26, 2022
1 parent 80889fa commit e238500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: make test
- name: Run E2E Tests
timeout-minutes: 20
run: make e2e -e E2E_PARALLEL=3
run: make e2e -e E2E_LOG_LEVEL=trace
# Builds
- name: Test Platform Builds
run: make build-cross
Expand Down
1 change: 1 addition & 0 deletions pkg/client/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ func NodeWaitForLogMessage(ctx context.Context, runtime runtimes.Runtime, node *
time.Sleep(500 * time.Millisecond)
continue
} else {
l.Log().Tracef("Non-fatal last log line in node %s: %s", node.Name, previousline)
// case 2: last log line we saw did not contain a fatal error, so we break the loop here and return a generic error
break
}
Expand Down

0 comments on commit e238500

Please sign in to comment.