Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:seed_new_release_neutral_results into autopkgtest-cloud:master.
Requested reviews: Canonical's Ubuntu QA (canonical-ubuntu-qa) For more details, see: https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/446929 -- Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:seed_new_release_neutral_results into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/tools/seed-new-release b/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/tools/seed-new-release index 64819ae..65bea4b 100755 --- a/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/tools/seed-new-release +++ b/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/tools/seed-new-release @@ -163,8 +163,7 @@ for package, arch, run_id in db_con.execute( "SELECT package, arch, MAX(run_id) " "FROM test, result " "WHERE test.id = result.test_id AND release = '%s' " - " AND (exitcode = 0 OR exitcode = 2 " - " OR triggers = 'migration-reference/0') " + " AND (triggers = 'migration-reference/0') " "GROUP BY package, arch" % args.old_release ): copy_run_results(
-- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp