fix(ci): disable manifest
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2024-02-15 21:00:53 +01:00
parent 83b48c5d08
commit 7d8e34ee20
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -309,68 +309,68 @@ trigger:
repo:
- volker.raschek/network-tools
---
kind: pipeline
type: kubernetes
name: latest-manifest
# ---
# kind: pipeline
# type: kubernetes
# name: latest-manifest
clone:
disable: true
# clone:
# disable: true
depends_on:
- latest-amd64
- latest-arm64-v8
# depends_on:
# - latest-amd64
# - latest-arm64-v8
# docker.io/plugins/manifest only for amd64 architectures available
node_selector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64
# # docker.io/plugins/manifest only for amd64 architectures available
# node_selector:
# kubernetes.io/os: linux
# kubernetes.io/arch: amd64
steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1
# steps:
# - name: clone
# image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build-manifest
image: docker.io/plugins/manifest:1.4.0
settings:
auto_tag: false
ignore_missing: true
spec: manifest.tmpl
username:
from_secret: git_cryptic_systems_container_registry_user
password:
from_secret: git_cryptic_systems_container_registry_password
# - name: build-manifest
# image: docker.io/plugins/manifest:1.4.0
# settings:
# auto_tag: false
# ignore_missing: true
# spec: manifest.tmpl
# username:
# from_secret: git_cryptic_systems_container_registry_user
# password:
# from_secret: git_cryptic_systems_container_registry_password
- name: email-notification
environment:
SMTP_FROM_ADDRESS:
from_secret: smtp_from_address
SMTP_FROM_NAME:
from_secret: smtp_from_name
SMTP_HOST:
from_secret: smtp_host
SMTP_USERNAME:
from_secret: smtp_username
SMTP_PASSWORD:
from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources:
limits:
cpu: 150
memory: 150M
when:
status:
- changed
- failure
# - name: email-notification
# environment:
# SMTP_FROM_ADDRESS:
# from_secret: smtp_from_address
# SMTP_FROM_NAME:
# from_secret: smtp_from_name
# SMTP_HOST:
# from_secret: smtp_host
# SMTP_USERNAME:
# from_secret: smtp_username
# SMTP_PASSWORD:
# from_secret: smtp_password
# image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
# resources:
# limits:
# cpu: 150
# memory: 150M
# when:
# status:
# - changed
# - failure
trigger:
branch:
- master
event:
- cron
- push
repo:
- volker.raschek/network-tools
# trigger:
# branch:
# - master
# event:
# - cron
# - push
# repo:
# - volker.raschek/network-tools
---
kind: pipeline
@ -380,8 +380,8 @@ name: latest-sync
clone:
disable: true
depends_on:
- latest-manifest
# depends_on:
# - latest-manifest
steps:
- name: clone
@ -548,65 +548,65 @@ trigger:
repo:
- volker.raschek/network-tools
---
kind: pipeline
type: kubernetes
name: tagged-manifest
# ---
# kind: pipeline
# type: kubernetes
# name: tagged-manifest
clone:
disable: true
# clone:
# disable: true
depends_on:
- tagged-amd64
- tagged-arm64-v8
# depends_on:
# - tagged-amd64
# - tagged-arm64-v8
# docker.io/plugins/manifest only for amd64 architectures available
node_selector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64
# # docker.io/plugins/manifest only for amd64 architectures available
# node_selector:
# kubernetes.io/os: linux
# kubernetes.io/arch: amd64
steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1
# steps:
# - name: clone
# image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build-manifest
image: docker.io/plugins/manifest:1.4.0
settings:
auto_tag: true
ignore_missing: true
spec: manifest.tmpl
username:
from_secret: git_cryptic_systems_container_registry_user
password:
from_secret: git_cryptic_systems_container_registry_password
# - name: build-manifest
# image: docker.io/plugins/manifest:1.4.0
# settings:
# auto_tag: true
# ignore_missing: true
# spec: manifest.tmpl
# username:
# from_secret: git_cryptic_systems_container_registry_user
# password:
# from_secret: git_cryptic_systems_container_registry_password
- name: email-notification
environment:
SMTP_FROM_ADDRESS:
from_secret: smtp_from_address
SMTP_FROM_NAME:
from_secret: smtp_from_name
SMTP_HOST:
from_secret: smtp_host
SMTP_USERNAME:
from_secret: smtp_username
SMTP_PASSWORD:
from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources:
limits:
cpu: 150
memory: 150M
when:
status:
- changed
- failure
# - name: email-notification
# environment:
# SMTP_FROM_ADDRESS:
# from_secret: smtp_from_address
# SMTP_FROM_NAME:
# from_secret: smtp_from_name
# SMTP_HOST:
# from_secret: smtp_host
# SMTP_USERNAME:
# from_secret: smtp_username
# SMTP_PASSWORD:
# from_secret: smtp_password
# image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
# resources:
# limits:
# cpu: 150
# memory: 150M
# when:
# status:
# - changed
# - failure
trigger:
event:
- tag
repo:
- volker.raschek/network-tools
# trigger:
# event:
# - tag
# repo:
# - volker.raschek/network-tools
---
kind: pipeline
@ -616,8 +616,8 @@ name: tagged-sync
clone:
disable: true
depends_on:
- tagged-manifest
# depends_on:
# - tagged-manifest
steps:
- name: clone