Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub hosted Ubuntu arm64 runners instead of CircleCI #3605

Merged
merged 4 commits into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 0 additions & 109 deletions .circleci/config.yml

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
continue-on-error: true

test:
runs-on: ubuntu-24.04
timeout-minutes: 20

strategy:
Expand All @@ -131,12 +130,15 @@ jobs:
include:
- k3s-channel: latest
test: install
# Also test arm64
os: ubuntu-24.04-arm
- k3s-channel: stable # also test hub-slim, and prePuller.hook
test: install
local-chart-extra-args: >-
--set hub.image.name=quay.io/jupyterhub/k8s-hub-slim
--set prePuller.hook.enabled=true
--set prePuller.hook.pullOnlyOnChanges=true
os: ubuntu-24.04
- k3s-channel: v1.31 # also test hub.existingSecret and subdomain_host
test: install
local-chart-extra-args: >-
Expand All @@ -146,6 +148,7 @@ jobs:
--set hub.config.CryptKeeper.keys[0]=cccc3333
--set hub.config.JupyterHub.subdomain_host=jupyterhub.example.org
create-k8s-test-resources: true
os: ubuntu-24.04

# We run three upgrade tests where we first install an already released
# Helm chart version and then upgrade to the version we are now
Expand Down Expand Up @@ -174,6 +177,7 @@ jobs:
--set hub.db.type=sqlite-pvc
--set singleuser.storage.type=dynamic
create-k8s-test-resources: true
os: ubuntu-24.04
- k3s-channel: v1.29
test: upgrade
upgrade-from: dev
Expand All @@ -184,6 +188,7 @@ jobs:
local-chart-extra-args: >-
--set hub.db.type=sqlite-pvc
--set singleuser.storage.type=dynamic
os: ubuntu-24.04
- k3s-channel: v1.28
test: upgrade
# We're testing hub.db.upgrade with PostgreSQL so this version must be old
Expand Down Expand Up @@ -212,6 +217,9 @@ jobs:
--set audit.logConnections=true
--set audit.logDisconnections=true
--set audit.clientMinMessages=debug
os: ubuntu-24.04

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 0 additions & 4 deletions dev-config-arm.yaml

This file was deleted.