Compare commits

..

2 commits

Author SHA1 Message Date
1b2d3092e4
replaces images
Some checks failed
ci/woodpecker/manual/check-dns-ubuntu Pipeline failed
ci/woodpecker/manual/check-dns-nixos Pipeline failed
2025-08-04 12:12:52 +02:00
101717899e
temp rm non-working pipelines 2025-08-04 12:12:48 +02:00
12 changed files with 6 additions and 146 deletions

View file

@ -1,28 +0,0 @@
when:
- event: manual
- event: push
branch: main
steps:
- name: build
image: nixos/nix
commands:
- whoami
- pwd
- ls
- ls /home
- env
- |
mkdir -p ~/.ssh
echo "$CD_SSH_KEY" > ~/.ssh/id_ed25519
ls -l ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
- bash -c "strace -f -o ssh-agent.log ssh-agent -s"
- cat ssh-agent.log
- |
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
- nix-shell --run 'eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_ed25519 && ssh-agent -s && SHELL=$(which bash) nixops4 apply -v default'
environment:
CD_SSH_KEY:
from_secret: cd_ssh_key

View file

@ -1,11 +0,0 @@
when:
- event: manual
- event: pull_request
- event: push
branch: main
steps:
- name: check-data-model
image: nixos/nix
commands:
- nix-shell --run 'nix-unit ./deployment/data-model-test.nix'

View file

@ -1,11 +0,0 @@
when:
- event: manual
- event: pull_request
- event: push
branch: main
steps:
- name: check-deployment-basic
image: nixos/nix
commands:
- nix build .#checks.x86_64-linux.deployment-basic -L

View file

@ -1,11 +0,0 @@
when:
- event: manual
- event: pull_request
- event: push
branch: main
steps:
- name: check-deployment-cli
image: nixos/nix
commands:
- nix build .#checks.x86_64-linux.deployment-cli -L

View file

@ -1,11 +0,0 @@
when:
- event: manual
- event: pull_request
- event: push
branch: main
steps:
- name: check-deployment-panel
image: nixos/nix
commands:
- nix build .#checks.x86_64-linux.deployment-panel -L

View file

@ -7,8 +7,8 @@ when:
steps:
- name: check-dns-nixos
image: nixos/nix
image: nixery.dev/dig/git/unixtools.ping
commands:
- nix-shell -p unixtools.ping --run 'ping -v github.com'
- nix-shell -p dig --run 'dig +trace github.com'
- nix-shell -p git --run 'git clone -v https://git.fediversity.eu/kiara/Fediversity.git'
- ping -v github.com
- dig +trace github.com
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git

View file

@ -7,10 +7,8 @@ when:
steps:
- name: check-dns-ubuntu
image: ubuntu
image: arunvelsriram/utils
commands:
- apt-get update
- apt-get install iputils-ping dnsutils git
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git
- ping -v github.com
- dig +trace github.com
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git

View file

@ -1,11 +0,0 @@
when:
- event: manual
- event: pull_request
- event: push
branch: main
steps:
- name: check-mastodon
image: nixos/nix
commands:
- nix build .#checks.x86_64-linux.test-mastodon-service -L

View file

@ -1,11 +0,0 @@
when:
- event: manual
- event: pull_request
- event: push
branch: main
steps:
- name: check-panel
image: nixos/nix
commands:
- nix-build -A tests.panel

View file

@ -1,11 +0,0 @@
when:
- event: manual
- event: pull_request
- event: push
branch: main
steps:
- name: check-peertube
image: nixos/nix
commands:
- nix build .#checks.x86_64-linux.test-peertube-service -L

View file

@ -1,11 +0,0 @@
when:
- event: manual
- event: pull_request
- event: push
branch: main
steps:
- name: check-pre-commit
image: nixos/nix
commands:
- nix-build -A tests

View file

@ -1,22 +0,0 @@
when:
- event: manual
# - event: cron
# cron: updater
steps:
- name: lockfile
image: nixos/nix
# image: nixos/nix
commands:
- nix-shell --run "npins --verbose update"
# - name: Create PR
# uses: https://github.com/KiaraGrouwstra/gitea-create-pull-request@f9f80aa5134bc5c03c38f5aaa95053492885b397
# with:
# remote-instance-api-version: v1
# token: "$DEPLOY_KEY"
# branch: npins-update
# commit-message: "npins: update sources"
# title: "npins: update sources"
environment:
DEPLOY_KEY:
from_secret: deploy_key