File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
run : |
160
160
ansible-galaxy install -r ansible/requirements.yml
161
161
ansible-playbook \
162
- -vvv \ # DEBUG
162
+ -vvv \
163
163
--connection local \
164
164
-i localhost, \
165
165
--limit localhost \
@@ -174,7 +174,7 @@ jobs:
174
174
timeout-minutes : 480
175
175
run : |
176
176
ansible-playbook \
177
- -vvv \ # DEBUG
177
+ -vvv \
178
178
-i ansible/ci \
179
179
-e build_hosts='job_id_${{ env.JOB_ID }}' \
180
180
-e arch='${{ matrix.arch }}' \
Original file line number Diff line number Diff line change 74
74
collector_tag: ${{ inputs.collector-tag }}
75
75
debug_mode: ${{ github.event_name == 'pull_request' }}
76
76
driver_version: ${DRIVER_VERSION}
77
- use_ccache: ${( env.USE_CCACHE }}
77
+ use_ccache: ${{ env.USE_CCACHE }}
78
78
EOF
79
79
80
80
- name : Build images
85
85
timeout-minutes : 480
86
86
run : |
87
87
ansible-playbook \
88
- -vvv \ # DEBUG
88
+ -vvv \
89
89
--connection local \
90
90
-i localhost, \
91
91
--limit localhost \
@@ -161,14 +161,14 @@ jobs:
161
161
collector_image: ${{ inputs.collector-image }}
162
162
collector_tag: ${{ inputs.collector-tag }}
163
163
debug_mode: ${{ github.event_name == 'pull_request' }}
164
- use_ccache: ${( env.USE_CCACHE }}
164
+ use_ccache: ${{ env.USE_CCACHE }}
165
165
EOF
166
166
167
167
- name : Build ${{ matrix.arch }} image
168
168
timeout-minutes : 480
169
169
run : |
170
170
ansible-playbook \
171
- -vvv \ # DEBUG
171
+ -vvv \
172
172
-i ansible/ci \
173
173
-e arch='${{ matrix.arch }}' \
174
174
-e build_hosts='job_id_${{ env.JOB_ID }}' \
You can’t perform that action at this time.
0 commit comments