← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~pelpsi/launchpad-mojo-specs/+git/private:fetch-service-bump-111-qastaging into ~launchpad/launchpad-mojo-specs/+git/private:master

 

Simone Pelosi has proposed merging ~pelpsi/launchpad-mojo-specs/+git/private:fetch-service-bump-111-qastaging into ~launchpad/launchpad-mojo-specs/+git/private:master.

Commit message:
fetch-service: bump revision to 111 on qastaging and devel.

Requested reviews:
  Canonical Launchpad Engineering (launchpad)

For more details, see:
https://code.launchpad.net/~pelpsi/launchpad-mojo-specs/+git/private/+merge/475685
-- 
Your team Launchpad code reviewers is subscribed to branch ~launchpad/launchpad-mojo-specs/+git/private:master.
diff --git a/lp-fetch-service/bundle.yaml b/lp-fetch-service/bundle.yaml
index c639c79..668fd34 100644
--- a/lp-fetch-service/bundle.yaml
+++ b/lp-fetch-service/bundle.yaml
@@ -6,13 +6,13 @@
 {%-   set nagios_master = "nagios.ps5.internal" %}
 {%- elif stage_name == "qastaging" %}
 {%-   set devel = False %}
-{%-   set fetch_service_snap_revision = 110 %}
+{%-   set fetch_service_snap_revision = 111 %}
 {%-   set nagios_context = "lp-stagingstack-fetch-service" %}
 {%-   set nagios_hostgroups = "stagingstack-lp" %}
 {%-   set nagios_master = "devops-nagios.ps5.internal" %}
 {%- else %}
 {%-   set devel = True %}
-{%-   set fetch_service_snap_revision = 110 %}
+{%-   set fetch_service_snap_revision = 111 %}
 {%-   set nagios_context = "lp-devel-fetch-service" %}
 {%-   set nagios_hostgroups = "devel-lp" %}
 {#-   The configured nagios_master doesn't have to be real, but it does have

Follow ups