mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
test: increase timeout, update min k8s version
This commit is contained in:
parent
b0ae6f8cc2
commit
9547385bfe
8
.github/workflows/test-chart.yml
vendored
8
.github/workflows/test-chart.yml
vendored
|
@ -17,7 +17,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-templates:
|
lint-templates:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -53,7 +53,7 @@ jobs:
|
||||||
# basic configuration can be used to successfully startup mastodon.
|
# basic configuration can be used to successfully startup mastodon.
|
||||||
#
|
#
|
||||||
test-install:
|
test-install:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -75,7 +75,7 @@ jobs:
|
||||||
# available for use in the templates, currently we need v3.6.0 or
|
# available for use in the templates, currently we need v3.6.0 or
|
||||||
# higher.
|
# higher.
|
||||||
#
|
#
|
||||||
- k3s-channel: v1.21
|
- k3s-channel: v1.28
|
||||||
helm-version: v3.8.0
|
helm-version: v3.8.0
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -109,7 +109,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
helm install mastodon . \
|
helm install mastodon . \
|
||||||
--values dev-values.yaml \
|
--values dev-values.yaml \
|
||||||
--timeout 10m
|
--timeout 15m
|
||||||
|
|
||||||
# This actions provides a report about the state of the k8s cluster,
|
# This actions provides a report about the state of the k8s cluster,
|
||||||
# providing logs etc on anything that has failed and workloads marked as
|
# providing logs etc on anything that has failed and workloads marked as
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
charts/
|
charts/
|
||||||
|
.DS_Store
|
||||||
|
|
Loading…
Reference in New Issue
Block a user