Skip to content

Commit 0364829

Browse files
CI: increase parallelism and upgrade GH action (#461)
1 parent 0ca94ef commit 0364829

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test-k6.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v3
5454

55-
- uses: jupyterhub/action-k3s-helm@v2
55+
- uses: jupyterhub/action-k3s-helm@v3
5656
with:
5757
k3s-channel: ${{ matrix.k3s-channel }}
5858
metrics-enabled: false

.github/workflows/test-kubetest-store-durations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
name: Checkout
1515

16-
- uses: jupyterhub/action-k3s-helm@v2
16+
- uses: jupyterhub/action-k3s-helm@v3
1717
with:
1818
k3s-channel: v1.22
1919
metrics-enabled: false

.github/workflows/test-kubetest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
# :NOTE: Keep concurrency and group's in sync
24-
concurrency: [10]
25-
group: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
23+
# NOTE: Keep concurrency and group's in sync
24+
concurrency: [20]
25+
group: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
2626

2727
steps:
2828
- uses: actions/checkout@v3
2929
name: Checkout
3030

31-
- uses: jupyterhub/action-k3s-helm@v2
31+
- uses: jupyterhub/action-k3s-helm@v3
3232
with:
3333
k3s-channel: v1.22
3434
metrics-enabled: false

0 commit comments

Comments
 (0)