From 29441e729d9fd1b20571f0ef9dd24a2b7d89a9c7 Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Tue, 10 Dec 2024 11:17:08 -0600 Subject: [PATCH] hardcoded compute node image name for testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 129f6a8..7db9d88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -179,7 +179,7 @@ deploy_compute_node: tags: - build script: - - openstack image set --accept $BUILT_COMPUTE_IMAGE_ID || true + - openstack image set --accept $compute-2024-12-07T175325 || true - FAILED=false - | cat > user_data.txt <<EOF -- GitLab