Skip to content

Commit

Permalink
Merge pull request #266 from leofang/ci_tweak
Browse files Browse the repository at this point in the history
Some CI tweaks
  • Loading branch information
leofang authored Dec 5, 2024
2 parents 28e8003 + 61be96c commit 60f9362
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/copy-pr-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/

enabled: true
# always require manual CI triggering, ignoring signed commits
auto_sync_draft: false
auto_sync_ready: false
6 changes: 4 additions & 2 deletions .github/workflows/gh-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
with:
client-repo: ${{ github.event.repository.name }}
target-device: ${{ inputs.target-device }}
runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-cpu16') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-cpu8') ||
(inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu8') }}
build-type: ${{ inputs.build-type }}
use-container: ${{ inputs.host-platform == 'linux-x64' || inputs.host-platform == 'linux-aarch64'}}
use-container: ${{ inputs.host-platform == 'linux-x64' ||
inputs.host-platform == 'linux-aarch64'}}
host-platform: ${{ inputs.host-platform }}
dependencies-file: ""
build-mode: ${{ inputs.build-mode }}
Expand Down

0 comments on commit 60f9362

Please sign in to comment.