Skip to content

Commit 47a5628

Browse files
committed
Fix and/or isolate repos with failing tests
1 parent 1432fa0 commit 47a5628

File tree

2 files changed

+21
-24
lines changed

2 files changed

+21
-24
lines changed

.github/workflows/test-all-the-things.yml

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
clojureRepo: ${{ inputs.clojureRepo }}
4141
clojureRef: ${{ inputs.clojureRef }}
4242
subjectRepo: 'brandonbloom/backtick'
43-
subjectRef: 'master'
43+
subjectRef: 'main'
4444
test-clj-time:
4545
uses: ./.github/workflows/lein-test.yml
4646
with:
@@ -275,13 +275,6 @@ jobs:
275275
clojureRef: ${{ inputs.clojureRef }}
276276
subjectRepo: 'juxt/pull'
277277
subjectRef: 'master'
278-
test-xtdb:
279-
uses: ./.github/workflows/lein-test.yml
280-
with:
281-
clojureRepo: ${{ inputs.clojureRepo }}
282-
clojureRef: ${{ inputs.clojureRef }}
283-
subjectRepo: 'xtdb/xtdb'
284-
subjectRef: '1.x'
285278
test-uniontypes:
286279
uses: ./.github/workflows/lein-test.yml
287280
with:
@@ -338,13 +331,6 @@ jobs:
338331
clojureRef: ${{ inputs.clojureRef }}
339332
subjectRepo: 'nrepl/bencode'
340333
subjectRef: 'master'
341-
test-nrepl:
342-
uses: ./.github/workflows/lein-test.yml
343-
with:
344-
clojureRepo: ${{ inputs.clojureRepo }}
345-
clojureRef: ${{ inputs.clojureRef }}
346-
subjectRepo: 'nrepl/nrepl'
347-
subjectRef: 'master'
348334
test-state-flow:
349335
uses: ./.github/workflows/lein-test.yml
350336
with:
@@ -437,6 +423,7 @@ jobs:
437423
clojureRef: ${{ inputs.clojureRef }}
438424
subjectRepo: 'ring-clojure/ring-defaults'
439425
subjectRef: 'master'
426+
javaVersion: '["11", "17", "21"]'
440427
test-ring-headers:
441428
uses: ./.github/workflows/lein-test.yml
442429
with:
@@ -1012,6 +999,7 @@ jobs:
1012999
testDir: '.'
10131000
subjectRepo: 'funcool/buddy-core'
10141001
subjectRef: 'master'
1002+
javaVersion: '["11", "17", "21"]'
10151003
test-core:
10161004
uses: ./.github/workflows/lein-test.yml
10171005
with:
@@ -1038,6 +1026,7 @@ jobs:
10381026
testDir: '.'
10391027
subjectRepo: 'funcool/cuerdas'
10401028
subjectRef: 'master'
1029+
javaVersion: '["11", "17", "21"]'
10411030
test-test-chuck:
10421031
uses: ./.github/workflows/lein-test.yml
10431032
with:
@@ -1177,6 +1166,7 @@ jobs:
11771166
clojureRef: ${{ inputs.clojureRef }}
11781167
subjectRepo: 'marick/midje'
11791168
subjectRef: 'master'
1169+
javaVersion: '["11", "17", "21"]'
11801170
test-suchwow:
11811171
uses: ./.github/workflows/lein-test.yml
11821172
with:
@@ -1284,15 +1274,6 @@ jobs:
12841274
testDir: '.'
12851275
subjectRepo: 'tonsky/uberdeps'
12861276
subjectRef: 'master'
1287-
test-lacinia:
1288-
uses: ./.github/workflows/deps-test.yml
1289-
with:
1290-
clojureRepo: ${{ inputs.clojureRepo }}
1291-
clojureRef: ${{ inputs.clojureRef }}
1292-
testCmd: '-X:dev:test'
1293-
testDir: '.'
1294-
subjectRepo: 'walmartlabs/lacinia'
1295-
subjectRef: 'master'
12961277
test-ragtime:
12971278
uses: ./.github/workflows/lein-test.yml
12981279
with:

.github/workflows/test-intermittent-failure.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,19 @@ jobs:
7272
clojureRef: ${{ inputs.clojureRef }}
7373
subjectRepo: 'greglook/blocks'
7474
subjectRef: 'main'
75+
test-nrepl:
76+
uses: ./.github/workflows/lein-test.yml
77+
with:
78+
clojureRepo: ${{ inputs.clojureRepo }}
79+
clojureRef: ${{ inputs.clojureRef }}
80+
subjectRepo: 'nrepl/nrepl'
81+
subjectRef: 'master'
82+
test-lacinia:
83+
uses: ./.github/workflows/deps-test.yml
84+
with:
85+
clojureRepo: ${{ inputs.clojureRepo }}
86+
clojureRef: ${{ inputs.clojureRef }}
87+
testCmd: '-X:dev:test'
88+
testDir: '.'
89+
subjectRepo: 'walmartlabs/lacinia'
90+
subjectRef: 'master'

0 commit comments

Comments
 (0)