Skip to content

Commit

Permalink
bamboo-specs: upd img
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Mar 6, 2024
1 parent 5286ca1 commit c47f31a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
9 changes: 3 additions & 6 deletions bamboo-specs/release.yaml
Expand Up @@ -7,8 +7,7 @@
# Make sure to sync any changes with the branch overrides below.
'variables':
'channel': 'edge'
# TODO(e.burkov): !! update
'dockerGo': 'adguard/golang-ubuntu:8.0'
'dockerGo': 'adguard/golang-ubuntu:8.1'

'stages':
- 'Build frontend':
Expand Down Expand Up @@ -273,8 +272,7 @@
# need to build a few of these.
'variables':
'channel': 'beta'
# TODO(e.burkov): !! update
'dockerGo': 'adguard/golang-ubuntu:8.0'
'dockerGo': 'adguard/golang-ubuntu:8.1'
# release-vX.Y.Z branches are the branches from which the actual final
# release is built.
- '^release-v[0-9]+\.[0-9]+\.[0-9]+':
Expand All @@ -289,5 +287,4 @@
# are the ones that actually get released.
'variables':
'channel': 'release'
# TODO(e.burkov): !! update
'dockerGo': 'adguard/golang-ubuntu:8.0'
'dockerGo': 'adguard/golang-ubuntu:8.1'
9 changes: 3 additions & 6 deletions bamboo-specs/snapcraft.yaml
Expand Up @@ -10,8 +10,7 @@
# Make sure to sync any changes with the branch overrides below.
'variables':
'channel': 'edge'
# TODO(e.burkov): !! update
'dockerGo': 'adguard/golang-ubuntu:8.0'
'dockerGo': 'adguard/golang-ubuntu:8.1'
'snapcraftChannel': 'edge'

'stages':
Expand Down Expand Up @@ -192,8 +191,7 @@
# need to build a few of these.
'variables':
'channel': 'beta'
# TODO(e.burkov): !! update
'dockerGo': 'adguard/golang-ubuntu:8.0'
'dockerGo': 'adguard/golang-ubuntu:8.1'
'snapcraftChannel': 'beta'
# release-vX.Y.Z branches are the branches from which the actual final
# release is built.
Expand All @@ -209,6 +207,5 @@
# are the ones that actually get released.
'variables':
'channel': 'release'
# TODO(e.burkov): !! update
'dockerGo': 'adguard/golang-ubuntu:8.0'
'dockerGo': 'adguard/golang-ubuntu:8.1'
'snapcraftChannel': 'candidate'
6 changes: 2 additions & 4 deletions bamboo-specs/test.yaml
Expand Up @@ -5,8 +5,7 @@
'key': 'AHBRTSPECS'
'name': 'AdGuard Home - Build and run tests'
'variables':
# TODO(e.burkov): !! update
'dockerGo': 'adguard/golang-ubuntu:8.0'
'dockerGo': 'adguard/golang-ubuntu:8.1'
'channel': 'development'

'stages':
Expand Down Expand Up @@ -128,6 +127,5 @@
# Set the default release channel on the release branch to beta, as we
# may need to build a few of these.
'variables':
# TODO(e.burkov): !! update
'dockerGo': 'adguard/golang-ubuntu:8.0'
'dockerGo': 'adguard/golang-ubuntu:8.1'
'channel': 'candidate'

0 comments on commit c47f31a

Please sign in to comment.