ci: twister: Remove stale clang-related variables
This commit removes stale clang-related variables that are not used by the Twister workflow. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
0a63ca6131
commit
34e4b6fc2e
1 changed files with 0 additions and 3 deletions
3
.github/workflows/twister.yaml
vendored
3
.github/workflows/twister.yaml
vendored
|
@ -40,7 +40,6 @@ jobs:
|
||||||
PUSH_MATRIX_SIZE: 15
|
PUSH_MATRIX_SIZE: 15
|
||||||
DAILY_MATRIX_SIZE: 80
|
DAILY_MATRIX_SIZE: 80
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
|
||||||
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
|
||||||
TESTS_PER_BUILDER: 700
|
TESTS_PER_BUILDER: 700
|
||||||
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
||||||
BASE_REF: ${{ github.base_ref }}
|
BASE_REF: ${{ github.base_ref }}
|
||||||
|
@ -132,7 +131,6 @@ jobs:
|
||||||
subset: ${{fromJSON(needs.twister-build-prep.outputs.subset)}}
|
subset: ${{fromJSON(needs.twister-build-prep.outputs.subset)}}
|
||||||
env:
|
env:
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
|
||||||
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
|
||||||
TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 '
|
TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 '
|
||||||
DAILY_OPTIONS: ' -M --build-only --all'
|
DAILY_OPTIONS: ' -M --build-only --all'
|
||||||
PR_OPTIONS: ' --clobber-output --integration'
|
PR_OPTIONS: ' --clobber-output --integration'
|
||||||
|
@ -179,7 +177,6 @@ jobs:
|
||||||
- name: Check Environment
|
- name: Check Environment
|
||||||
run: |
|
run: |
|
||||||
cmake --version
|
cmake --version
|
||||||
${CLANG_ROOT_DIR}/bin/clang --version
|
|
||||||
gcc --version
|
gcc --version
|
||||||
ls -la
|
ls -la
|
||||||
echo "github.ref: ${{ github.ref }}"
|
echo "github.ref: ${{ github.ref }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue