Skip to content
Snippets Groups Projects
Commit 29441e72 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

hardcoded compute node image name for testing

parent 2b47a2e1
No related branches found
No related tags found
1 merge request!1Feat add compute
Pipeline #12448 canceled with stage
in 2 minutes and 41 seconds
...@@ -179,7 +179,7 @@ deploy_compute_node: ...@@ -179,7 +179,7 @@ deploy_compute_node:
tags: tags:
- build - build
script: script:
- openstack image set --accept $BUILT_COMPUTE_IMAGE_ID || true - openstack image set --accept $compute-2024-12-07T175325 || true
- FAILED=false - FAILED=false
- | - |
cat > user_data.txt <<EOF cat > user_data.txt <<EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment