Move tests into arch build

This commit is contained in:
June Tate-Gans 2024-03-28 20:19:20 -05:00
parent e13d2af918
commit b6cc03635e

View File

@ -1,32 +1,3 @@
---
kind: pipeline
type: kubernetes
name: tests
steps:
- name: test
image: archlinux:latest
settings:
registry: gitea.hedron.io
username:
from_secret: username
password:
from_secret: password
repo: gitea.hedron.io/jtgans/g13gui
tags:
- latest
platform: linux/amd64
mtu: 1000
depends_on:
- manjaro-build
commands:
- pacman -Sy --noconfirm
- pacman -U --noconfirm build/g13gui*.zst
- python3 -m g13gui.tests
--- ---
kind: pipeline kind: pipeline
type: kubernetes type: kubernetes
@ -80,3 +51,15 @@ steps:
- pacman -S --noconfirm base-devel python meson lsb-release git - pacman -S --noconfirm base-devel python meson lsb-release git
- chown -R nobody:nobody . - chown -R nobody:nobody .
- sudo -u nobody make - sudo -u nobody make
- name: test
image: archlinux:latest
depends_on:
- manjaro-build
commands:
- pacman -Sy --noconfirm
- pacman -U --noconfirm build/g13gui*.zst
- python3 -m g13gui.tests