@@ -55,18 +55,16 @@ jobs:
55
55
pip install numpy Pillow
56
56
57
57
- name : Run system tests
58
- # GitHub is using Cobalt-100, which has 128-bit SVE so we cannot test sve_256 here
58
+ # Disable SVE for now
59
59
run : |
60
60
python ./Test/astc_test_functional.py --encoder none
61
61
python ./Test/astc_test_functional.py --encoder neon
62
- python ./Test/astc_test_functional.py --encoder sve_128
63
62
python ./Test/astc_test_image.py --encoder none --test-set Small
64
63
python ./Test/astc_test_image.py --encoder neon --test-set Small
65
- python ./Test/astc_test_image.py --encoder sve_128 --test-set Small
66
64
67
65
- name : Run unit tests
68
- # GitHub is using Cobalt-100, which has 128-bit SVE so we cannot test sve_256 here
69
- run : ctest -E test-unit-sve_256 --rerun-failed --output-on-failure
66
+ # Disable SVE for now
67
+ run : ctest -E " test-unit-sve_128|test-unit- sve_256" --rerun-failed --output-on-failure
70
68
working-directory : build_rel
71
69
72
70
build-ubuntu-arm64-gcc :
@@ -113,18 +111,16 @@ jobs:
113
111
pip install numpy Pillow
114
112
115
113
- name : Run system tests
116
- # GitHub is using Cobalt-100, which has 128-bit SVE so we cannot test sve_256 here
114
+ # Disable SVE for now
117
115
run : |
118
116
python ./Test/astc_test_functional.py --encoder none
119
117
python ./Test/astc_test_functional.py --encoder neon
120
- python ./Test/astc_test_functional.py --encoder sve_128
121
118
python ./Test/astc_test_image.py --encoder none --test-set Small
122
119
python ./Test/astc_test_image.py --encoder neon --test-set Small
123
- python ./Test/astc_test_image.py --encoder sve_128 --test-set Small
124
120
125
121
- name : Run unit tests
126
- # GitHub is using Cobalt-100, which has 128-bit SVE so we cannot test sve_256 here
127
- run : ctest -E test-unit-sve_256 --rerun-failed --output-on-failure
122
+ # Disable SVE for now
123
+ run : ctest -E " test-unit-sve_128|test-unit- sve_256" --rerun-failed --output-on-failure
128
124
working-directory : build_rel
129
125
130
126
build-ubuntu-x64-clang :
0 commit comments