Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions bakery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ images:
- name: Ubuntu 22.04
- name: Ubuntu 24.04
primary: true
platforms:
- linux/amd64
- linux/arm64
dependencies:
- dependency: R
version: 4.6.0
Expand Down Expand Up @@ -139,6 +142,9 @@ images:
os:
- name: Ubuntu 24.04
primary: true
platforms:
- linux/amd64
- linux/arm64
- name: 2026.04.0+526.pro2
subpath: '2026.04'
os:
Expand Down
20 changes: 14 additions & 6 deletions workbench-session-init/2026.05/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ file:
exists: true
filetype: directory
mode: "0755"
/opt/session-components/bin/opensuse15:
exists: true
filetype: directory
mode: "0755"
/opt/session-components/bin/postback:
exists: true
filetype: directory
Expand All @@ -39,14 +35,26 @@ file:
exists: true
filetype: file
mode: "0755"
/opt/session-components/bin/rhel8:
/opt/session-components/bin/rhel9:
exists: true
filetype: directory
mode: "0755"
/opt/session-components/bin/rhel9:
/opt/session-components/bin/rhel10:
exists: true
filetype: directory
mode: "0755"
# opensuse15 and rhel8 are only shipped in the amd64 build of the
# upstream rsp-session-multi-linux tarball.
{{- if eq .Env.IMAGE_OS_PLATFORM "linux/amd64" }}
/opt/session-components/bin/opensuse15:
exists: true
filetype: directory
mode: "0755"
/opt/session-components/bin/rhel8:
exists: true
filetype: directory
mode: "0755"
{{- end }}
/opt/session-components/bin/shared-run:
exists: true
filetype: file
Expand Down
Loading