Tests: Instead of skipping WorldEnvironment tests in CI, maybe try reducing the size of the cubemaps #485
Labels
No labels
Context: Async
Context: Bug
Context: CI
Context: Dependencies
Context: Documentation
Context: Enhancement
Context: Example
Context: Macro
Context: Runtime
Difficulty: Easy
Difficulty: Hard
Difficulty: Medium
Platform: Android
Platform: Linux
Platform: Web
Platform: Windows
Platform: iOS
Platform: macOS
Type: Discussion
Type: Evaluation
Type: Tracker
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
SakulFlee/Orbital#485
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the tests use whatever the default resolution is, which I believe to be 4k.
Since these are just for testing, we can just run the test with some small resolution like 100x100.
We can't do any visual testing anyway, thus we only care about if the logic + shader run without errors.
The reduced target resolution should drastically decrease the amount of computational power required, thus possibly allowing the software renderer (Mesa / LLVM-Pipe) to finish before the GitHub Actions task limit (<= 30m).