File tree Expand file tree Collapse file tree 3 files changed +6
-69
lines changed
Expand file tree Collapse file tree 3 files changed +6
-69
lines changed Original file line number Diff line number Diff line change 2424 default : main
2525
2626jobs :
27- fetch_merge_commit_sha_from_lsp4ij_PR :
28- runs-on : ubuntu-latest
29- outputs :
30- pr_details : ${{ steps.extract.outputs.pr_details }}
31- checkout_name : ${{ steps.extract.outputs.checkout_name }}
32- env :
33- API_URL : https://api.github.com/repos/redhat-developer/lsp4ij/pulls
34- REF_LSP4IJ : ${{ inputs.refLsp4ij }}
35- LSP4IJ_BRANCH : ${{ inputs.lsp4ijBranch }}
36- name : Fetch Commit
37- steps :
38- - name : Extract Merge Commit SHA
39- shell : bash
40- id : extract
41- run : |
42- pr_details="${{ env.REF_LSP4IJ }}"
43- checkout_name="${{ env.LSP4IJ_BRANCH }}"
44- echo "pr_details=$pr_details" >> $GITHUB_OUTPUT
45- echo "checkout_name=$checkout_name" >> $GITHUB_OUTPUT
46-
4727 linux-tests :
48- needs : fetch_merge_commit_sha_from_lsp4ij_PR
4928 runs-on : ubuntu-latest
5029 name : ${{ matrix.test-group }}
5130 strategy :
10079 test-class : io.openliberty.tools.intellij.it.MavenMPMultipleProjectTest
10180 env :
10281 USE_LOCAL_PLUGIN : ${{ inputs.useLocalPlugin || false }}
103- REF_LSP4IJ : ${{ needs.fetch_merge_commit_sha_from_lsp4ij_PR.outputs.pr_details }}
104- LSP4IJ_BRANCH : ${{ needs.fetch_merge_commit_sha_from_lsp4ij_PR.outputs.checkout_name }}
82+ REF_LSP4IJ : ${{ inputs.refLsp4ij }}
83+ LSP4IJ_BRANCH : ${{ inputs.lsp4ijBranch }}
10584 REF_LTI_TAG : ${{ inputs.refLTITag }}
10685 TEST_CLASS : ${{ matrix.test-class }}
10786 steps :
Original file line number Diff line number Diff line change 2424 default : main
2525
2626jobs :
27- fetch_merge_commit_sha_from_lsp4ij_PR :
28- runs-on : ubuntu-latest
29- outputs :
30- pr_details : ${{ steps.extract.outputs.pr_details }}
31- checkout_name : ${{ steps.extract.outputs.checkout_name }}
32- env :
33- API_URL : https://api.github.com/repos/redhat-developer/lsp4ij/pulls
34- REF_LSP4IJ : ${{ inputs.refLsp4ij }}
35- LSP4IJ_BRANCH : ${{ inputs.lsp4ijBranch }}
36- name : Fetch Commit
37- steps :
38- - name : Extract Merge Commit SHA
39- shell : bash
40- id : extract
41- run : |
42- pr_details="${{ env.REF_LSP4IJ }}"
43- checkout_name="${{ env.LSP4IJ_BRANCH }}"
44- echo "pr_details=$pr_details" >> $GITHUB_OUTPUT
45- echo "checkout_name=$checkout_name" >> $GITHUB_OUTPUT
46-
4727 mac-tests :
48- needs : fetch_merge_commit_sha_from_lsp4ij_PR
4928 runs-on : macOS-14
5029 name : ${{ matrix.test-group }}
5130 strategy :
9776 test-class : io.openliberty.tools.intellij.it.MavenMPMultipleProjectTest
9877 env :
9978 USE_LOCAL_PLUGIN : ${{ inputs.useLocalPlugin || false }}
100- REF_LSP4IJ : ${{ needs.fetch_merge_commit_sha_from_lsp4ij_PR.outputs.pr_details }}
101- LSP4IJ_BRANCH : ${{ needs.fetch_merge_commit_sha_from_lsp4ij_PR.outputs.checkout_name }}
79+ REF_LSP4IJ : ${{ inputs.refLsp4ij }}
80+ LSP4IJ_BRANCH : ${{ inputs.lsp4ijBranch }}
10281 REF_LTI_TAG : ${{ inputs.refLTITag }}
10382 TEST_CLASS : ${{ matrix.test-class }}
10483 steps :
Original file line number Diff line number Diff line change 2424 default : main
2525
2626jobs :
27- fetch_merge_commit_sha_from_lsp4ij_PR :
28- runs-on : ubuntu-latest
29- outputs :
30- pr_details : ${{ steps.extract.outputs.pr_details }}
31- checkout_name : ${{ steps.extract.outputs.checkout_name }}
32- env :
33- API_URL : https://api.github.com/repos/redhat-developer/lsp4ij/pulls
34- REF_LSP4IJ : ${{ inputs.refLsp4ij }}
35- LSP4IJ_BRANCH : ${{ inputs.lsp4ijBranch }}
36- name : Fetch Commit
37- steps :
38- - name : Extract Merge Commit SHA
39- shell : bash
40- id : extract
41- run : |
42- pr_details="${{ env.REF_LSP4IJ }}"
43- checkout_name="${{ env.LSP4IJ_BRANCH }}"
44- echo "pr_details=$pr_details" >> $GITHUB_OUTPUT
45- echo "checkout_name=$checkout_name" >> $GITHUB_OUTPUT
46-
4727 windows-tests :
48- needs : fetch_merge_commit_sha_from_lsp4ij_PR
4928 runs-on : windows-latest
5029 name : ${{ matrix.test-group }}
5130 strategy :
9776 test-class : io.openliberty.tools.intellij.it.MavenMPMultipleProjectTest
9877 env :
9978 USE_LOCAL_PLUGIN : ${{ inputs.useLocalPlugin || false }}
100- REF_LSP4IJ : ${{ needs.fetch_merge_commit_sha_from_lsp4ij_PR.outputs.pr_details }}
101- LSP4IJ_BRANCH : ${{ needs.fetch_merge_commit_sha_from_lsp4ij_PR.outputs.checkout_name }}
79+ REF_LSP4IJ : ${{ inputs.refLsp4ij }}
80+ LSP4IJ_BRANCH : ${{ inputs.lsp4ijBranch }}
10281 REF_LTI_TAG : ${{ inputs.refLTITag }}
10382 TEST_CLASS : ${{ matrix.test-class }}
10483 steps :
You can’t perform that action at this time.
0 commit comments