changing ci pipelines to runner-slim image
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 7s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 8s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 30s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 3s
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 7s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 8s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 30s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 3s
This commit is contained in:
@@ -5,8 +5,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'haven-notify/**'
|
||||
- '.gitea/workflows/**'
|
||||
- "haven-notify/**"
|
||||
- ".gitea/workflows/**"
|
||||
workflow_dispatch: {}
|
||||
|
||||
env:
|
||||
@@ -15,7 +15,7 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
name: Build Haven Notify Image
|
||||
runs-on: ubuntu-amd64
|
||||
runs-on: runner-slim
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
deploy:
|
||||
name: Deploy Haven Notify (internal)
|
||||
runs-on: ubuntu-amd64
|
||||
runs-on: runner-slim
|
||||
needs: build
|
||||
steps:
|
||||
- name: Rollout Restart Haven Notify
|
||||
|
||||
@@ -3,7 +3,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
check-scripts-syntax:
|
||||
runs-on: ubuntu-amd64
|
||||
runs-on: runner-slim
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
@@ -13,3 +13,4 @@ jobs:
|
||||
- name: Check scripts syntax
|
||||
run: |
|
||||
bash -n ${{ gitea.workspace }}/*.sh
|
||||
bash -n ${{ gitea.workspace }}/k8s/*.sh
|
||||
|
||||
@@ -3,13 +3,13 @@ name: Test automated-nfs-backup
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'k8s/**'
|
||||
- '.gitea/workflows/**'
|
||||
- "k8s/**"
|
||||
- ".gitea/workflows/**"
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
test-automated-nfs-backup:
|
||||
runs-on: ubuntu-amd64
|
||||
runs-on: runner-slim
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user