File tree Expand file tree Collapse file tree
actions/report-fork-status Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 pr_ref :
66 description : ' SHA of the fork PR head commit'
77 required : true
8+ name :
9+ description : ' Status context name (job name)'
10+ required : true
811
912runs :
1013 using : composite
2023 skipped) exit 0 ;;
2124 *) state="failure" ;;
2225 esac
26+ echo "report-fork-status: name/context='${{ inputs.name }}' pr_ref=${{ inputs.pr_ref }} state=$state"
2327 gh api --method POST "repos/${{ github.repository }}/statuses/${{ inputs.pr_ref }}" \
2428 -f state="$state" \
25- -f context="${{ job .name }}" \
29+ -f context="${{ inputs .name }}" \
2630 -f target_url="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
2731 -f description="${{ job.status }}"
Original file line number Diff line number Diff line change 6161 uses : ./.github/actions/report-fork-status
6262 with :
6363 pr_ref : ${{ inputs.pr_ref }}
64+ name : Alioss General Integration Tests
Original file line number Diff line number Diff line change 5959 uses : ./.github/actions/report-fork-status
6060 with :
6161 pr_ref : ${{ inputs.pr_ref }}
62+ name : AzureCloud Environment Integration Tests
Original file line number Diff line number Diff line change 4848 uses : ./.github/actions/report-fork-status
4949 with :
5050 pr_ref : ${{ inputs.pr_ref }}
51+ name : DAV Integration Tests
Original file line number Diff line number Diff line change 6060 uses : ./.github/actions/report-fork-status
6161 with :
6262 pr_ref : ${{ inputs.pr_ref }}
63+ name : GCS Integation Fast Tests
6364
6465 gcs-integration-all-tests :
6566 name : GCS Integation All Tests
@@ -103,3 +104,4 @@ jobs:
103104 uses : ./.github/actions/report-fork-status
104105 with :
105106 pr_ref : ${{ inputs.pr_ref }}
107+ name : GCS Integation All Tests
Original file line number Diff line number Diff line change 9494 uses : ./.github/actions/report-fork-status
9595 with :
9696 pr_ref : ${{ inputs.pr_ref }}
97+ name : AWS S3 US Integration
9798
9899 aws-s3-regional-integration :
99100 name : AWS S3 ${{ matrix.name }} Integration
@@ -169,6 +170,7 @@ jobs:
169170 uses : ./.github/actions/report-fork-status
170171 with :
171172 pr_ref : ${{ inputs.pr_ref }}
173+ name : AWS S3 ${{ matrix.name }} Integration
172174
173175 s3-compatible-integration :
174176 name : S3 Compatible Integration
@@ -204,4 +206,5 @@ jobs:
204206 uses : ./.github/actions/report-fork-status
205207 with :
206208 pr_ref : ${{ inputs.pr_ref }}
209+ name : S3 Compatible Integration
207210
You can’t perform that action at this time.
0 commit comments