Skip to content

Commit

Permalink
only test bspm option
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Aug 4, 2023
1 parent d223e05 commit adf8160
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions test/r-apt/scenarios.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
{
"all-on-debian-stable": {
"image": "debian:stable-slim",
"features": {
"r-apt": {
"vscodeRSupport": "full",
"installDevTools": true,
"installREnv": true,
"installRMarkdown": true,
"installVscDebugger": true,
"installJupyterlab": true,
"installRadian": true
}
}
},
"all-on-focal": {
"image": "ubuntu:focal",
"features": {
"r-apt": {
"vscodeRSupport": "full",
"installDevTools": true,
"installREnv": true,
"installRMarkdown": true,
"installVscDebugger": true,
"installJupyterlab": true,
"installRadian": true
}
}
},
"all-on-jammy": {
"image": "ubuntu:jammy",
"features": {
"r-apt": {
"vscodeRSupport": "full",
"installDevTools": true,
"installREnv": true,
"installRMarkdown": true,
"installVscDebugger": true,
"installJupyterlab": true,
"installRadian": true
}
}
},
"all-on-not-testing": {
"image": "debian:stable-slim",
"features": {
"r-apt": {
"useTesting": false,
"vscodeRSupport": "full",
"installDevTools": true,
"installREnv": true,
"installRMarkdown": true,
"installVscDebugger": true,
"installJupyterlab": true,
"installRadian": true
}
}
},
// "all-on-debian-stable": {
// "image": "debian:stable-slim",
// "features": {
// "r-apt": {
// "vscodeRSupport": "full",
// "installDevTools": true,
// "installREnv": true,
// "installRMarkdown": true,
// "installVscDebugger": true,
// "installJupyterlab": true,
// "installRadian": true
// }
// }
// },
// "all-on-focal": {
// "image": "ubuntu:focal",
// "features": {
// "r-apt": {
// "vscodeRSupport": "full",
// "installDevTools": true,
// "installREnv": true,
// "installRMarkdown": true,
// "installVscDebugger": true,
// "installJupyterlab": true,
// "installRadian": true
// }
// }
// },
// "all-on-jammy": {
// "image": "ubuntu:jammy",
// "features": {
// "r-apt": {
// "vscodeRSupport": "full",
// "installDevTools": true,
// "installREnv": true,
// "installRMarkdown": true,
// "installVscDebugger": true,
// "installJupyterlab": true,
// "installRadian": true
// }
// }
// },
// "all-on-not-testing": {
// "image": "debian:stable-slim",
// "features": {
// "r-apt": {
// "useTesting": false,
// "vscodeRSupport": "full",
// "installDevTools": true,
// "installREnv": true,
// "installRMarkdown": true,
// "installVscDebugger": true,
// "installJupyterlab": true,
// "installRadian": true
// }
// }
// },
"bspm-debian": {
"image": "debian:stable-slim",
"features": {
Expand Down

0 comments on commit adf8160

Please sign in to comment.