Pull request 1885: AG-23334-fix-snap-plan

Merge in DNS/adguard-home from AG-23334-fix-snap-plan to master

Squashed commit of the following:

commit 5d632d1d63c56911e005d0e772e82a509302e948
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Wed Jun 21 17:42:36 2023 +0300

    bamboo-specs: fix snap build; fmt
This commit is contained in:
Ainar Garipov 2023-06-21 17:47:16 +03:00
parent 994906fbd4
commit 123ca87388
3 changed files with 281 additions and 283 deletions

View file

@ -10,31 +10,31 @@
'dockerGo': 'adguard/golang-ubuntu:6.7' 'dockerGo': 'adguard/golang-ubuntu:6.7'
'stages': 'stages':
- 'Build frontend': - 'Build frontend':
'manual': false 'manual': false
'final': false 'final': false
'jobs': 'jobs':
- 'Build frontend' - 'Build frontend'
- 'Make release': - 'Make release':
'manual': false 'manual': false
'final': false 'final': false
'jobs': 'jobs':
- 'Make release' - 'Make release'
- 'Make and publish docker': - 'Make and publish docker':
'manual': false 'manual': false
'final': false 'final': false
'jobs': 'jobs':
- 'Make and publish docker' - 'Make and publish docker'
- 'Publish to static storage': - 'Publish to static storage':
'manual': false 'manual': false
'final': false 'final': false
'jobs': 'jobs':
- 'Publish to static storage' - 'Publish to static storage'
- 'Publish to GitHub Releases': - 'Publish to GitHub Releases':
'manual': false 'manual': false
'final': false 'final': false
'jobs': 'jobs':
@ -65,7 +65,7 @@
make js-deps js-build make js-deps js-build
'artifacts': 'artifacts':
- 'name': 'AdGuardHome frontend' - 'name': 'AdGuardHome frontend'
'pattern': 'build*/**' 'pattern': 'build/**'
'shared': true 'shared': true
'required': true 'required': true
'requirements': 'requirements':
@ -237,9 +237,9 @@
- 'adg-docker': 'true' - 'adg-docker': 'true'
'triggers': 'triggers':
# Don't use minute values that end with a zero or a five as these are often used # Don't use minute values that end with a zero or a five as these are often
# in CI and so resources during these minutes can be quite busy. # used in CI and so resources during these minutes can be quite busy.
- 'cron': '0 42 13 ? * MON-FRI *' - 'cron': '0 42 13 ? * MON-FRI *'
'branches': 'branches':
'create': 'manually' 'create': 'manually'
'delete': 'delete':
@ -251,7 +251,7 @@
'link-to-jira': true 'link-to-jira': true
'notifications': 'notifications':
- 'events': - 'events':
- 'plan-completed' - 'plan-completed'
'recipients': 'recipients':
- 'webhook': - 'webhook':
@ -263,9 +263,9 @@
'concurrent-build-plugin': 'system-default' 'concurrent-build-plugin': 'system-default'
'branch-overrides': 'branch-overrides':
# beta-vX.Y branches are the branches into which the commits that are needed to # beta-vX.Y branches are the branches into which the commits that are needed
# release a new patch version are initially cherry-picked. # to release a new patch version are initially cherry-picked.
- '^beta-v[0-9]+\.[0-9]+': - '^beta-v[0-9]+\.[0-9]+':
# Build betas on release branches manually. # Build betas on release branches manually.
'triggers': [] 'triggers': []
# Set the default release channel on the release branch to beta, as we may # Set the default release channel on the release branch to beta, as we may
@ -273,9 +273,9 @@
'variables': 'variables':
'channel': 'beta' 'channel': 'beta'
'dockerGo': 'adguard/golang-ubuntu:6.7' 'dockerGo': 'adguard/golang-ubuntu:6.7'
# release-vX.Y.Z branches are the branches from which the actual final release # release-vX.Y.Z branches are the branches from which the actual final
# is built. # release is built.
- '^release-v[0-9]+\.[0-9]+\.[0-9]+': - '^release-v[0-9]+\.[0-9]+\.[0-9]+':
# Disable integration branches for release branches. # Disable integration branches for release branches.
'branch-config': 'branch-config':
'integration': 'integration':

View file

@ -117,8 +117,6 @@
env\ env\
VERBOSE='1'\ VERBOSE='1'\
sh ./scripts/snap/build.sh sh ./scripts/snap/build.sh
'final-tasks':
- 'clean'
'requirements': 'requirements':
- 'adg-docker': 'true' - 'adg-docker': 'true'

View file

@ -8,7 +8,7 @@
'dockerGo': 'adguard/golang-ubuntu:6.7' 'dockerGo': 'adguard/golang-ubuntu:6.7'
'stages': 'stages':
- 'Tests': - 'Tests':
'manual': false 'manual': false
'final': false 'final': false
'jobs': 'jobs':
@ -52,7 +52,7 @@
'link-to-jira': true 'link-to-jira': true
'notifications': 'notifications':
- 'events': - 'events':
- 'plan-status-changed' - 'plan-status-changed'
'recipients': 'recipients':
- 'webhook': - 'webhook':