-
Notifications
You must be signed in to change notification settings - Fork 36
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
base: main
Are you sure you want to change the base?
Conversation
ee2809e
to
8678d36
Compare
fab6c1b
to
0f1adeb
Compare
- main | ||
- release-* | ||
- main-no | ||
- release-no |
There was a problem hiding this comment.
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 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test code
be6f0ec
to
e593841
Compare
.github/workflows/precompiled.yaml
Outdated
@@ -37,17 +48,20 @@ jobs: | |||
id: extract_driver_branch | |||
run: | | |||
# get driver_branch | |||
DRIVER_BRANCH=("535" "550") | |||
# DRIVER_BRANCH=("535" "550") | |||
DRIVER_BRANCH=("550") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test code
.github/workflows/precompiled.yaml
Outdated
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") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test code
.github/workflows/precompiled.yaml
Outdated
@@ -410,6 +432,8 @@ jobs: | |||
|
|||
- name: Set image vars | |||
run: | | |||
# SHIVA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test code
a0917fc
to
48d1101
Compare
Signed-off-by: shiva kumar <[email protected]>
48d1101
to
b7a4bc8
Compare
Signed-off-by: shiva kumar <[email protected]>
Signed-off-by: shiva kumar <[email protected]>
No description provided.