mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 12:58:02 +08:00
ci: fix nightly due to outdated kind (#3676)
ci: update kind version Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ac5fbd9110
commit
bc9f270e96
@@ -170,7 +170,7 @@ jobs:
|
||||
|
||||
kind-setup:
|
||||
name: Prometheus setup
|
||||
runs-on: oracle-vm-8cpu-32gb-x86-64
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-go@v6
|
||||
@@ -179,6 +179,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
make check-blackbox-prerequisites
|
||||
go mod download
|
||||
sudo apt-get update
|
||||
sudo apt-get install libgpgme-dev libassuan-dev libbtrfs-dev libdevmapper-dev pkg-config rpm uidmap
|
||||
@@ -194,6 +195,8 @@ jobs:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ github.token }}
|
||||
- name: Free up disk space
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
- name: Run tests
|
||||
run: |
|
||||
sudo ./scripts/enable_userns.sh
|
||||
|
||||
Reference in New Issue
Block a user