mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-05-04 13:41:13 +00:00
devcontainer: replace VAULT_HOST with AWS_ROLE_ARN (#187)
* devcontainer: replace VAULT_HOST with AWS_ROLE_ARN Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com> * Update devcontainers base image to support AWS_ROLE_ARN Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com> * Bump cuda latest version to 12.6 Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com> * Replace ubuntu18.04 with ubuntu20.04 Ubuntu 18.04 is not supported anymore Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com> * Use DOOD stategy to keep supporting ubuntu18.04 See https://github.com/NVIDIA/cccl/pull/1779 Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com> --------- Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
This commit is contained in:
4
.github/workflows/build-and-test-linux.yml
vendored
4
.github/workflows/build-and-test-linux.yml
vendored
@@ -7,6 +7,8 @@ defaults:
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
cuda: {type: string, required: true}
|
||||
host: {type: string, required: true}
|
||||
cpu: {type: string, required: true}
|
||||
test_name: {type: string, required: false}
|
||||
build_script: {type: string, required: false}
|
||||
@@ -25,6 +27,8 @@ jobs:
|
||||
contents: read
|
||||
uses: ./.github/workflows/run-as-coder.yml
|
||||
with:
|
||||
cuda: ${{ inputs.cuda }}
|
||||
host: ${{ inputs.host }}
|
||||
name: Build/Test ${{inputs.test_name}}
|
||||
runner: linux-${{inputs.cpu}}-gpu-v100-latest-1
|
||||
image: ${{ inputs.container_image }}
|
||||
|
||||
Reference in New Issue
Block a user