Skip to content
Draft
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
10 changes: 6 additions & 4 deletions .github/workflows/bsd.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Build and Test on *BSD
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
# Temporarily disabled while debugging long-double layout issue on PR 9020.
# push:
# branches: [ develop ]
# pull_request:
# branches: [ develop ]

jobs:
# This job takes approximately 6 to 26 minutes
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/build-and-test-Linux.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Build Linux partially with CPROVER tools

on:
pull_request:
branches:
- '**'
workflow_dispatch:
# Temporarily disabled while debugging long-double layout issue on PR 9020.
# pull_request:
# branches:
# - '**'

jobs:
# This job takes approximately 18 minutes
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test-Xen.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Build Xen with CPROVER tools

on:
pull_request:
branches: [ develop ]
workflow_dispatch:
# Temporarily disabled while debugging long-double layout issue on PR 9020.
# pull_request:
# branches: [ develop ]

jobs:
# This job takes approximately 33 minutes
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: "CodeQL"

on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
# Temporarily disabled while debugging long-double layout issue on PR 9020.
# push:
# branches: [ develop ]
# pull_request:
# branches: [ develop ]

jobs:
# This job takes approximately 82 minutes
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Codecov coverage report
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
# Temporarily disabled while debugging long-double layout issue on PR 9020.
# push:
# branches: [ develop ]
# pull_request:
# branches: [ develop ]
env:
cvc5-version: "1.3.4"
linux-vcpus: 4
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/csmith.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Run CSmith

on:
pull_request:
branches: [ develop ]
workflow_dispatch:
# Temporarily disabled while debugging long-double layout issue on PR 9020.
# pull_request:
# branches: [ develop ]

jobs:
# This job takes approximately 18 minutes
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/doxygen-check.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Build Doxygen Documentation
on:
pull_request:
branches: [ develop ]
workflow_dispatch:
# Temporarily disabled while debugging long-double layout issue on PR 9020.
# pull_request:
# branches: [ develop ]

jobs:
# This job takes approximately 2 minutes
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Run performance benchmarks comparing two different CBMC versions.
name: Performance Benchmarking
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
# Temporarily disabled while debugging long-double layout issue on PR 9020.
# push:
# branches: [ develop ]
# pull_request:
# branches: [ develop ]

jobs:
perf-benchcomp:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/profiling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@

name: Profiling
on:
pull_request:
branches: [ develop ]
push:
branches: [ develop ]
workflow_dispatch:
# Temporarily disabled while debugging long-double layout issue on PR 9020.
# pull_request:
# branches: [ develop ]
# push:
# branches: [ develop ]

jobs:
# ── PR job: differential profiling (base vs PR) ──────────────────────
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Publish CBMC documentation
on: [push, pull_request]
on:
workflow_dispatch:
# Temporarily disabled while debugging long-double layout issue on PR 9020.
# [push, pull_request]

jobs:
# This job takes approximately 3 minutes
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/pull-request-check-rust-api.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Build and Test the Rust API
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
# Temporarily disabled while debugging long-double layout issue on PR 9020.
# push:
# branches: [ develop ]
# pull_request:
# branches: [ develop ]
env:
default_build_dir: "build/"
default_solver: "minisat2"
Expand Down
Loading
Loading