3
0
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:
Jeremiah Lee 2024-10-11 22:50:22 +02:00
parent b0ae6f8cc2
commit 9547385bfe
2 changed files with 5 additions and 4 deletions

View File

@ -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
View File

@ -1 +1,2 @@
charts/ charts/
.DS_Store