Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynamic holodeck ci instance name #171

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

dynamic holodeck ci instance name #171

wants to merge 3 commits into from

Conversation

shivakunv
Copy link
Contributor

No description provided.

Copy link

copy-pr-bot bot commented Dec 12, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

- main
- release-*
- main-no
- release-no
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test code

# on:
# schedule:
# - cron: '00 09 * * *' # scheduled job

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test code

@shivakunv shivakunv force-pushed the holodeckname branch 2 times, most recently from be6f0ec to e593841 Compare December 13, 2024 06:42
@@ -37,17 +48,20 @@ jobs:
id: extract_driver_branch
run: |
# get driver_branch
DRIVER_BRANCH=("535" "550")
# DRIVER_BRANCH=("535" "550")
DRIVER_BRANCH=("550")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test code

driver_branch_json=$(printf '%s\n' "${DRIVER_BRANCH[@]}" | jq -R . | jq -cs .)
echo "driver_branch=$driver_branch_json" >> $GITHUB_OUTPUT

# get kernel flavors
KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
# KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test code

@@ -410,6 +432,8 @@ jobs:

- name: Set image vars
run: |
# SHIVA
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test code

@shivakunv shivakunv self-assigned this Dec 13, 2024
@shivakunv shivakunv force-pushed the holodeckname branch 2 times, most recently from a0917fc to 48d1101 Compare December 15, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant