Commit 446942b 1 parent f987329 commit 446942b Copy full SHA for 446942b
File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -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 :
@@ -123,8 +121,8 @@ jobs:
123
121
python ./Test/astc_test_image.py --encoder sve_128 --test-set Small
124
122
125
123
- 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
124
+ # Disable SVE for now
125
+ run : ctest -E test-unit-sve_128|test-unit- sve_256 --rerun-failed --output-on-failure
128
126
working-directory : build_rel
129
127
130
128
build-ubuntu-x64-clang :
Original file line number Diff line number Diff line change @@ -101,12 +101,10 @@ jobs:
101
101
pip install numpy Pillow
102
102
103
103
- name : Run system tests
104
- # GitHub is using Cobalt-100, which has 128-bit SVE so we cannot test sve_256 here
104
+ # Disable SVE testing for now
105
105
run : |
106
106
python ./Test/astc_test_functional.py --encoder neon
107
- python ./Test/astc_test_functional.py --encoder sve_128
108
107
python ./Test/astc_test_image.py --encoder neon --test-set Small
109
- python ./Test/astc_test_image.py --encoder sve_128 --test-set Small
110
108
111
109
build-ubuntu-x64 :
112
110
name : Ubuntu x64
You can’t perform that action at this time.
0 commit comments