Skip to content

Commit 8c72b79

Browse files
committed
Switch off Noble short and medium tests for now
Needs some more work.
1 parent be613d9 commit 8c72b79

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
name: [ "Unit Jammy", "Short Jammy", "Medium Jammy", "Unit Noble", "Short Noble", "Medium Noble" ]
62+
name: [ "Unit Jammy", "Short Jammy", "Medium Jammy", "Unit Noble" ]
6363
include:
6464

6565
- name: "Unit Jammy"
@@ -82,16 +82,6 @@ jobs:
8282
command: "make unittest"
8383
output: "test_results_unittests.xml"
8484

85-
- name: "Short Noble"
86-
release: noble
87-
command: "make THREADS=2 test"
88-
output: "test_results.xml"
89-
90-
- name: "Medium Noble"
91-
release: noble
92-
command: "make THREADS=2 mediumtest"
93-
output: "test_results_medium.xml"
94-
9585
steps:
9686

9787
- name: ${{ matrix.name }} Testing

0 commit comments

Comments
 (0)