2021-02-20 20:41:42 +01:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: electron-ozone
|
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
workspace:
|
|
|
|
base: /src
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build_electron-ozone
|
|
|
|
pull: if-not-exists
|
|
|
|
image: leophys/pikaur-root:0.1
|
|
|
|
commands:
|
2021-02-21 00:24:29 +01:00
|
|
|
- /usr/bin/pikaur -Sy --noconfirm electron-ozone
|
2021-02-20 20:41:42 +01:00
|
|
|
volumes:
|
|
|
|
- name: build_electron-ozone
|
|
|
|
path: /build
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
- name: build_electron-ozone
|
|
|
|
host:
|
|
|
|
path: /var/builds/archlinux/electron-ozone
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
branch:
|
|
|
|
- master
|
|
|
|
event:
|
|
|
|
- push
|
|
|
|
- cron
|
|
|
|
|
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: notify_failure-electron-ozone
|
|
|
|
|
|
|
|
clone:
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: notify_failure
|
|
|
|
pull: if-not-exists
|
|
|
|
image: leophys/mailer:0.5
|
|
|
|
environment:
|
|
|
|
M_SERVER_ADDRESS:
|
|
|
|
from_secret: m_server_address
|
|
|
|
M_USER:
|
|
|
|
from_secret: m_user
|
|
|
|
M_PASSWORD:
|
|
|
|
from_secret: m_password
|
|
|
|
M_FROM:
|
|
|
|
from_secret: m_from
|
|
|
|
M_TO:
|
|
|
|
from_secret: m_to
|
|
|
|
M_SUB: "[electron-ozone] FAILURE"
|
|
|
|
M_TEXT: "Failed building electron-ozone"
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
status:
|
|
|
|
- failure
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
- electron-ozone
|
|
|
|
|
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: discord_arch_electron
|
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
workspace:
|
|
|
|
base: /src
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build_electron-ozone
|
|
|
|
pull: if-not-exists
|
|
|
|
image: leophys/pikaur-root:0.1
|
|
|
|
commands:
|
2021-02-21 00:24:29 +01:00
|
|
|
- /usr/bin/pikaur -Sy --noconfirm discord_arch_electron
|
2021-02-20 20:41:42 +01:00
|
|
|
volumes:
|
|
|
|
- name: build_discord_arch_electron
|
|
|
|
path: /build
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
- name: build_discord_arch_electron
|
|
|
|
host:
|
|
|
|
path: /var/builds/archlinux/discord_arch_electron
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
branch:
|
|
|
|
- master
|
|
|
|
event:
|
|
|
|
- push
|
|
|
|
- cron
|
|
|
|
|
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: notify_failure-discord_arch_electron
|
|
|
|
|
|
|
|
clone:
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: notify_failure
|
|
|
|
pull: if-not-exists
|
|
|
|
image: leophys/mailer:0.5
|
|
|
|
environment:
|
|
|
|
M_SERVER_ADDRESS:
|
|
|
|
from_secret: m_server_address
|
|
|
|
M_USER:
|
|
|
|
from_secret: m_user
|
|
|
|
M_PASSWORD:
|
|
|
|
from_secret: m_password
|
|
|
|
M_FROM:
|
|
|
|
from_secret: m_from
|
|
|
|
M_TO:
|
|
|
|
from_secret: m_to
|
|
|
|
M_SUB: "[discord_arch_electron] FAILURE"
|
|
|
|
M_TEXT: "Failed building discord_arch_electron"
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
status:
|
|
|
|
- failure
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
- discord_arch_electron
|
|
|
|
|
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: notify_success
|
|
|
|
|
|
|
|
clone:
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: notify_success
|
|
|
|
pull: if-not-exists
|
|
|
|
image: leophys/mailer:0.5
|
|
|
|
environment:
|
|
|
|
M_SERVER_ADDRESS:
|
|
|
|
from_secret: m_server_address
|
|
|
|
M_USER:
|
|
|
|
from_secret: m_user
|
|
|
|
M_PASSWORD:
|
|
|
|
from_secret: m_password
|
|
|
|
M_FROM:
|
|
|
|
from_secret: m_from
|
|
|
|
M_TO:
|
|
|
|
from_secret: m_to
|
|
|
|
M_SUB: "[archlinux] SUCCESS"
|
|
|
|
M_TEXT: "Success building archlinux packages"
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
status:
|
|
|
|
- success
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
- electron-ozone
|
|
|
|
- discord_arch_electron
|
|
|
|
|
2021-02-21 00:19:46 +01:00
|
|
|
---
|
|
|
|
kind: signature
|
2021-02-21 00:24:29 +01:00
|
|
|
hmac: 084acd02238136a8d843483c4c458d0d43d55e4b97327983930c5e9be8c276b0
|
2021-02-21 00:19:46 +01:00
|
|
|
|
|
|
|
...
|