Skip to content

Commit 60f9362

Browse files
authored
Merge pull request #266 from leofang/ci_tweak
Some CI tweaks
2 parents 28e8003 + 61be96c commit 60f9362

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/copy-pr-bot.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/
33

44
enabled: true
5+
# always require manual CI triggering, ignoring signed commits
6+
auto_sync_draft: false
7+
auto_sync_ready: false

.github/workflows/gh-build-and-test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ jobs:
2727
with:
2828
client-repo: ${{ github.event.repository.name }}
2929
target-device: ${{ inputs.target-device }}
30-
runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-cpu16') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
30+
runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-cpu8') ||
31+
(inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu8') }}
3132
build-type: ${{ inputs.build-type }}
32-
use-container: ${{ inputs.host-platform == 'linux-x64' || inputs.host-platform == 'linux-aarch64'}}
33+
use-container: ${{ inputs.host-platform == 'linux-x64' ||
34+
inputs.host-platform == 'linux-aarch64'}}
3335
host-platform: ${{ inputs.host-platform }}
3436
dependencies-file: ""
3537
build-mode: ${{ inputs.build-mode }}

0 commit comments

Comments
 (0)