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
1 change: 1 addition & 0 deletions .github/workflows/ci_aarch64_build_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
ci_aarch64_build_ubuntu:
name: ci_aarch64_build_ubuntu
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ${{ github.repository_owner == 'nervosnetwork' && 'self-hosted-ci-ubuntu-20.04' || 'ubuntu-22.04' }}
steps:
- name: Free up disk space
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_benchmarks_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
ci_benchmarks_macos:
name: ci_benchmarks_macos
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: macos-15
steps:
- name: Free up disk space
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_benchmarks_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
jobs:
ci_benchmarks_ubuntu:
name: ci_benchmarks_ubuntu
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ${{ github.repository_owner == 'nervosnetwork' && 'self-hosted-ci-ubuntu-20.04' || 'ubuntu-22.04' }}
steps:
- name: Free up disk space
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_benchmarks_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
ci_benchmarks_windows:
name: ci_benchmarks_windows
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: windows-2022
steps:
- name: Free up disk space
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_cargo_deny_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
ci_cargo_deny_ubuntu:
name: ci_cargo_deny_ubuntu
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ${{ github.repository_owner == 'nervosnetwork' && 'self-hosted-ci-ubuntu-20.04' || 'ubuntu-22.04' }}
steps:
- name: Free up disk space
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_integration_tests_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
jobs:
ci_integration_tests_macos:
name: ci_integration_tests_macos
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
timeout-minutes: 140
runs-on: macos-15
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_integration_tests_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
jobs:
ci_integration_tests_ubuntu:
name: ci_integration_tests_ubuntu
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
timeout-minutes: 140
runs-on: ${{ github.repository_owner == 'nervosnetwork' && 'self-hosted-ci-ubuntu-20.04' || 'ubuntu-22.04' }}
steps:
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
du -sh target/*/ 2>/dev/null || echo "No subdirectories in target/"
ci_cli_bats_test:
name: ci_cli_bats_test
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ${{ github.repository_owner == 'nervosnetwork' && 'self-hosted-ci-ubuntu-20.04' || 'ubuntu-22.04' }}
steps:
- name: Free up disk space
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_integration_tests_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
jobs:
ci_integration_tests_windows:
name: ci_integration_tests_windows
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: windows-2022
timeout-minutes: 140
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_linters_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
ci_linters_macos:
name: ci_linters_macos
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: macos-15
steps:
- name: Free up disk space
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_linters_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
ci_linters_ubuntu:
name: ci_linters_ubuntu
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ${{ github.repository_owner == 'nervosnetwork' && 'self-hosted-ci-ubuntu-20.04' || 'ubuntu-22.04' }}
steps:
- name: Free up disk space
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_quick_checks_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
ci_quick_checks_macos:
name: ci_quick_checks_macos
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: macos-15
steps:
- name: Free up disk space
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_quick_checks_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
ci_quick_checks_ubuntu:
name: ci_quick_checks_ubuntu
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ${{ github.repository_owner == 'nervosnetwork' && 'self-hosted-ci-ubuntu-20.04' || 'ubuntu-22.04' }}
steps:
- name: Free up disk space
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_unit_tests_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
ci_unit_tests_macos:
name: ci_unit_tests_macos
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: macos-15
steps:
- name: Free up disk space
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_unit_tests_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
ci_unit_tests_ubuntu:
name: ci_unit_tests_ubuntu
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ${{ github.repository_owner == 'nervosnetwork' && 'self-hosted-ci-ubuntu-20.04' || 'ubuntu-22.04' }}
steps:
- name: Free up disk space
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_unit_tests_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
ci_unit_tests_windows:
name: ci_unit_tests_windows
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: windows-2022
steps:
- name: Free up disk space
Expand Down
Loading