File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : Check and build changed apps
1+ name : Identify the applications to build
22
33on :
44 workflow_dispatch :
7171 echo "Changed files in json: ${{ steps.format.outputs.build }}"
7272
7373 for-each-app :
74- name : Track changes for each app
74+ name : Check frameworks app
7575 needs : get-changed-files
7676 strategy :
7777 fail-fast : false
Original file line number Diff line number Diff line change 3333
3434jobs :
3535 build-image :
36- name : Build and push image for ${{ inputs.arch }}
36+ name : Build and push image of ${{ inputs.app }} over $${{ inputs.framework }} and ${{ inputs.monitor }} for ${{ inputs.arch }}
3737 runs-on : ${{ inputs.runner }}
3838 outputs :
3939 result : ${{ steps.result.outputs.status }}
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 get-frameworks :
17- name : Get the frameworks to build ${{ inputs.app }} against
17+ name : Get frameworks to build ${{ inputs.app }}
1818 runs-on : ubuntu-22.04
1919 outputs :
2020 frameworks : ${{ steps.filter.outputs.frameworks }}
4444 echo "frameworks json: ${{ steps.filter.outputs.frameworks_json }}"
4545
4646 for-each-framework :
47- name : Find the monitors for ${{ inputs.app }} and each framework
47+ name : Check monitors for ${{ inputs.app }} and framework
4848 needs : get-frameworks
4949 strategy :
5050 fail-fast : false
Original file line number Diff line number Diff line change 4949 echo "MOnitors json: ${{ steps.filter.outputs.monitors_json }}"
5050
5151 for-each-monitor :
52- name : Build ${{ inputs.app }} over ${{ inputs.framework }} for each monitor
52+ name : Build ${{ inputs.app }} over ${{ inputs.framework }} for monitor
5353 needs : get-monitors
5454 strategy :
5555 fail-fast : false
You can’t perform that action at this time.
0 commit comments