Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
OS: linux

runs-on: ubuntu-22.04
timeout-minutes: 15

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
OS: linux

runs-on: ubuntu-24.04-arm
timeout-minutes: 15

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -81,6 +83,7 @@ jobs:
OS: macos

runs-on: macos-latest
timeout-minutes: 15

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -113,6 +116,7 @@ jobs:
OS: macos

runs-on: macos-13
timeout-minutes: 15

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ permissions:
jobs:
CLAAssistant:
runs-on: ubuntu-latest
timeout-minutes: 5

steps:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
name: zig build release

runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
LIGHTPANDA_DISABLE_TELEMETRY: true

runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -111,6 +113,7 @@ jobs:
needs: zig-build-release

runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false

runs-on: ubuntu-latest
timeout-minutes: 90

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -103,6 +104,8 @@ jobs:
if: github.event_name != 'pull_request'

runs-on: ubuntu-latest
timeout-minutes: 15

container:
image: ghcr.io/lightpanda-io/perf-fmt:latest
credentials:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/zig-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
if: github.event.pull_request.draft == false

runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- uses: mlugg/setup-zig@v1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/zig-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:

zig-test:
name: zig test
timeout-minutes: 15

# Don't run the CI with draft PR.
if: github.event.pull_request.draft == false
Expand Down Expand Up @@ -126,6 +127,8 @@ jobs:
if: github.event_name != 'pull_request'

runs-on: ubuntu-latest
timeout-minutes: 15

container:
image: ghcr.io/lightpanda-io/perf-fmt:latest
credentials:
Expand Down