Skip to content

Commit d200745

Browse files
committed
ci(release): smoke test sandbox creation
1 parent 010956b commit d200745

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/release-canary.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ jobs:
2929
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | sh
3030
openshell status
3131
32+
- name: Create sandbox
33+
run: |
34+
openshell sandbox create \
35+
--no-keep \
36+
--no-tty \
37+
--no-auto-providers \
38+
-- /bin/sh -lc 'echo openshell-canary-sandbox-ok'
39+
3240
ubuntu:
3341
name: Ubuntu Docker
3442
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
@@ -51,6 +59,14 @@ jobs:
5159
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | sh
5260
openshell status
5361
62+
- name: Create sandbox
63+
run: |
64+
openshell sandbox create \
65+
--no-keep \
66+
--no-tty \
67+
--no-auto-providers \
68+
-- /bin/sh -lc 'echo openshell-canary-sandbox-ok'
69+
5470
fedora:
5571
name: Fedora RPM
5672
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
@@ -71,3 +87,11 @@ jobs:
7187
run: |
7288
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | sh
7389
openshell status
90+
91+
- name: Create sandbox
92+
run: |
93+
openshell sandbox create \
94+
--no-keep \
95+
--no-tty \
96+
--no-auto-providers \
97+
-- /bin/sh -lc 'echo openshell-canary-sandbox-ok'

0 commit comments

Comments
 (0)