-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport the watcher support to 2023.1. This involves the following: * Update .gitreview file * Update charmcraft.yaml with proper bases * Update osci jobs in osci.yaml * Update src/metadata.yaml to add focal support, fix description * Update src/test-requirements.yaml for 2023.1 zaza branches * Update src/wheelhouse.txt for stable/antelope branches * Update test bundles to use 2023.1 * Add override to specify the common cpu-model Func-Test-Pr: openstack-charmers/zaza-openstack-tests#1175 Change-Id: I81963bae26f6e8f728936da93c364f1c2c7f4a86
- Loading branch information
Showing
9 changed files
with
64 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
host=review.opendev.org | ||
port=29418 | ||
project=openstack/charm-watcher.git | ||
|
||
defaultbranch=stable/2023.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
- project: | ||
templates: | ||
- charm-unit-jobs | ||
- charm-unit-jobs-py310 | ||
- charm-functional-jobs | ||
vars: | ||
needs_charm_build: true | ||
charm_build_name: watcher | ||
build_type: charmcraft | ||
charmcraft_channel: 2.x/stable | ||
charmcraft_channel: 2.1/stable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers | ||
git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack | ||
git+https://github.com/juju/charm-helpers.git@stable/antelope#egg=charmhelpers | ||
git+https://github.com/openstack/charms.openstack.git@stable/antelope#egg=charms.openstack |