Skip to content

Commit df804e0

Browse files
committed
chore(cicd): fix
Signed-off-by: SkalaNetworks <contact@skala.network>
1 parent 6ec3d7f commit df804e0

2 files changed

Lines changed: 1 addition & 32 deletions

File tree

.github/workflows/release-github.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: Release
22
on:
33
workflow_dispatch:
44
push:
@@ -8,18 +8,6 @@ env:
88
REGISTRY: ghcr.io
99
IMAGE_NAME: ${{ github.repository }}
1010
jobs:
11-
build:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v4
15-
- name: Set up Go
16-
uses: actions/setup-go@v4
17-
with:
18-
go-version: '1.25'
19-
- name: Build
20-
run: go build -v ./...
21-
- name: Test
22-
run: go test -v ./...
2311
helm:
2412
runs-on: ubuntu-latest
2513
permissions:

.github/workflows/test-chart.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,6 @@ jobs:
4242
run: |
4343
helm lint ./charts/vmsnapshot-scheduler
4444
45-
# TODO: Uncomment if cert-manager is enabled
46-
# - name: Install cert-manager via Helm (wait for readiness)
47-
# run: |
48-
# helm repo add jetstack https://charts.jetstack.io
49-
# helm repo update
50-
# helm install cert-manager jetstack/cert-manager \
51-
# --namespace cert-manager \
52-
# --create-namespace \
53-
# --set crds.enabled=true \
54-
# --wait \
55-
# --timeout 300s
56-
57-
# TODO: Uncomment if Prometheus is enabled
58-
# - name: Install Prometheus Operator CRDs
59-
# run: |
60-
# helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
61-
# helm repo update
62-
# helm install prometheus-crds prometheus-community/prometheus-operator-crds
63-
6445
- name: Deploy manager via Helm
6546
run: |
6647
make helm-deploy IMG=vmsnapshot-scheduler:v0.1.0

0 commit comments

Comments
 (0)