Skip to content

Commit 63c595d

Browse files
committed
test shared-workflows fea/devcontainers-job-timeout changes
1 parent 1759612 commit 63c595d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build-all-rapids-repos.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: needs.check-event.outputs.ok == 'true'
2828
needs: check-event
2929
secrets: inherit
30-
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.06
30+
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@fea/devcontainers-job-timeout
3131
permissions:
3232
actions: read
3333
packages: read
@@ -39,11 +39,13 @@ jobs:
3939
cuda: '["12.8"]'
4040
node_type: cpu32
4141
extra-repo-deploy-key: CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY
42+
timeout-minutes: 720
43+
# 1. Repopulate the cache
44+
# 2. Prevent the sccache server from shutting down
45+
env: |
46+
SCCACHE_RECACHE=1
47+
SCCACHE_IDLE_TIMEOUT=0
4248
build_command: |
43-
# Repopulate the cache
44-
export SCCACHE_RECACHE=1
45-
# Prevent the sccache server from shutting down
46-
export SCCACHE_IDLE_TIMEOUT=0
4749
SCCACHE_NO_DAEMON=1 sccache --stop-server
4850
sccache -z;
4951
sccache --show-adv-stats;

0 commit comments

Comments
 (0)