File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-22.04
2727 steps :
2828 - name : Prepare QNX license
29- if : inputs.config == 'arm64-qnx8_0' || inputs.config == 'x86_64-qnx8_0'
3029 env :
3130 SCORE_QNX_LICENSE : ${{ secrets.SCORE_QNX_LICENSE }}
3231 SCORE_QNX_USER : ${{ secrets.SCORE_QNX_USER }}
@@ -45,11 +44,11 @@ jobs:
4544 echo "SCORE_QNX_PASSWORD secret is not set. QNX builds will fail without authentication."
4645 exit 1
4746 fi
48-
49- integration_test :
50- uses : ./.github/workflows/reusable_smoke-test.yml
51- secrets : inherit
52- with :
53- repo_runner_labels : ' ubuntu-latest'
54- module_name : ' reference_integration'
55- target_branch : ${{ github.ref }}
47+
48+ # integration_test:
49+ # uses: ./.github/workflows/reusable_smoke-test.yml
50+ # secrets: inherit
51+ # with:
52+ # repo_runner_labels: 'ubuntu-latest'
53+ # module_name: 'reference_integration'
54+ # target_branch: ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments