Skip to content

Commit ed55a18

Browse files
authored
Remove kotlin cross tests (#3236)
- They have been failing for months now without any actions - The red builds have already desensitized the project to checking for failures
1 parent b08ae57 commit ed55a18

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,9 +629,10 @@ jobs:
629629
strategy:
630630
matrix:
631631
# swift is currently broken and no maintainers around -> see THRIFT-5864
632-
server_lang: ['java', 'kotlin', 'go', 'rs', 'cpp'] # ['java', 'kotlin', 'go', 'rs', 'swift']
632+
# kotlin cross test are failing -> see THRIFT-5879
633+
server_lang: ['java', 'go', 'rs', 'cpp']
633634
# we always use comma join as many client langs as possible, to reduce the number of jobs
634-
client_lang: ['java,kotlin', 'go,rs,cpp'] # ['java,kotlin', 'go,rs', 'swift']
635+
client_lang: ['java', 'go,rs,cpp']
635636
fail-fast: false
636637
steps:
637638
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)