Skip to content

Commit 6507371

Browse files
committed
ci fix trials
Signed-off-by: Dhruva Gole <[email protected]>
1 parent ddc838d commit 6507371

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
8-
container: zephyrprojectrtos/ci:latest
7+
runs-on:
8+
group: zephyr-runner-v2-linux-x64-4xlarge
9+
container:
10+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:latest
11+
options: '--entrypoint /bin/bash'
912
env:
1013
CMAKE_PREFIX_PATH: /opt/toolchains
14+
CCACHE_DIR: /node-cache/ccache-zephyr
15+
CCACHE_REMOTE_STORAGE: "redis://cache-*.keydb-cache.svc.cluster.local|shards=1,2,3"
16+
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
17+
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
18+
BASE_REF: ${{ github.base_ref }}
1119
steps:
1220
- name: Checkout
1321
uses: actions/checkout@v2

0 commit comments

Comments
 (0)