canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #00389
[Merge] autopkgtest-cloud:canonical-qa into autopkgtest-cloud:master
Brian Murray has proposed merging autopkgtest-cloud:canonical-qa into autopkgtest-cloud:master.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/443515
The Canonical Ubuntu QA team can also modify the autopkgtest-pkg-configs branch so let's added them as a point of contact.
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of autopkgtest-cloud:canonical-qa into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker b/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker
index 55b8ef6..4ca5f88 100755
--- a/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker
+++ b/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker
@@ -536,7 +536,7 @@ def request(msg):
# now let's fake up a log file
with open(os.path.join(out_dir, 'log'), 'w') as log:
- log.write('This package is marked to never run. To get the entry removed, contact a member of the release team.')
+ log.write('This package is marked to never run. To get the entry removed, contact a member of the Ubuntu Release or Canonical Ubuntu QA team.')
triggers = None
# a json file containing the env
Follow ups