63
63
- '.github/workflows/extra.yml'
64
64
stackhpc:
65
65
- 'dev/setup-env.sh'
66
- - '.github/workflows/stackhpc'
66
+ - '.github/workflows/stackhpc.yml '
67
67
trivvyscan:
68
68
- 'environments/.stackhpc/tofu/cluster_image.auto.tfvars.json'
69
69
@@ -110,27 +110,29 @@ jobs:
110
110
github.event_name != 'pull_request' && needs.files_changed.outputs.extra_on_push == 'true' ||
111
111
github.event_name == 'pull_request' && needs.files_changed.outputs.extra_on_pull_request == 'true'
112
112
# uses: ./.github/workflows/extra.yml
113
- steps : # TEST
113
+ # secrets: inherit
114
+ # TEST - remove from here and uncomment the above two lines
115
+ steps :
114
116
- name : Test extra build...
115
117
uses : jakejarvis/wait-action@master
116
118
with :
117
119
time : ' 120s'
118
- runs-on : ubuntu-latest # TEST
119
- # secrets: inherit
120
+ runs-on : ubuntu-latest
120
121
121
122
stackhpc :
122
123
name : Test deployment and reimage on OpenStack
123
124
needs : files_changed
124
125
if : |
125
126
needs.files_changed.outputs.stackhpc == 'true'
126
127
# uses: ./.github/workflows/stackhpc.yml
127
- steps : # TEST
128
+ # secrets: inherit
129
+ # TEST - remove from here and uncomment the above two lines
130
+ steps :
128
131
- name : Test deployment and reimage on OpenStack...
129
132
uses : jakejarvis/wait-action@master
130
133
with :
131
134
time : ' 120s'
132
- runs-on : ubuntu-latest # TEST
133
- # secrets: inherit
135
+ runs-on : ubuntu-latest
134
136
135
137
trivvyscan :
136
138
name : Trivy scan image for vulnerabilities
@@ -139,10 +141,11 @@ jobs:
139
141
github.event_name == 'pull_request' &&
140
142
needs.files_changed.outputs.trivvyscan == 'true'
141
143
# uses: ./.github/workflows/trivvyscan.yml
142
- steps : # TEST
144
+ # secrets: inherit
145
+ # TEST - remove from here and uncomment the above two lines
146
+ steps :
143
147
- name : Trivy scan image for vulnerabilities...
144
148
uses : jakejarvis/wait-action@master
145
149
with :
146
150
time : ' 120s'
147
- runs-on : ubuntu-latest # TEST
148
- # secrets: inherit
151
+ runs-on : ubuntu-latest
0 commit comments