File tree Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,16 @@ name: Build images on arcus:rcp-cloud-portal-demo
2
2
on :
3
3
workflow_dispatch :
4
4
pull_request :
5
- concurrency : rcp-cloud-portal-demo # openstack project
6
5
jobs :
7
6
arcus :
8
7
runs-on : ubuntu-20.04
9
- defaults :
10
- run :
11
- working-directory : ./collections/ansible_collections/stackhpc/slurm_image_builder
8
+ # defaults:
9
+ # run:
10
+ # working-directory: ./collections/ansible_collections/stackhpc/slurm_image_builder
12
11
outputs :
13
12
image_name : ${{ steps.manifest.outputs.IMAGE_NAME }}
14
13
steps :
15
14
- uses : actions/checkout@v2
16
- with :
17
- path : collections/ansible_collections/stackhpc/slurm_image_builder
18
15
19
16
- name : Setup ssh
20
17
run : |
48
45
env :
49
46
OS_CLOUD : openstack
50
47
51
- - name : Delete infrastructure
52
- run : terraform destroy -auto-approve
53
- env :
54
- OS_CLOUD : openstack
55
- if : ${{ success() || cancelled() }}
56
-
57
48
- name : Get created image name from manifest
58
49
id : manifest
59
50
run : |
@@ -68,12 +59,12 @@ jobs:
68
59
env :
69
60
OS_CLOUD : openstack
70
61
71
- - name : Download image to runner
72
- run : |
73
- . venv/bin/activate
74
- openstack image save --file ${{ steps.manifest.outputs.IMAGE_NAME }} ${{ steps.manifest.outputs.IMAGE_ID }}
75
- env :
76
- OS_CLOUD : openstack
62
+ # - name: Download image to runner
63
+ # run: |
64
+ # . venv/bin/activate
65
+ # openstack image save --file ${{ steps.manifest.outputs.IMAGE_NAME }} ${{ steps.manifest.outputs.IMAGE_ID }}
66
+ # env:
67
+ # OS_CLOUD: openstack
77
68
78
69
# - name: Upload image to S3 release bucket
79
70
# run: |
You can’t perform that action at this time.
0 commit comments