Skip to content

Commit

Permalink
Update centrally managed files (#44)
Browse files Browse the repository at this point in the history
* update .github/CODEOWNERS

* update .github/workflows/promote.yaml

* update .github/workflows/release.yaml

* update .github/workflows/check.yaml

---------

Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com>
  • Loading branch information
soleng-terraform[bot] authored Aug 23, 2024
1 parent 8701eca commit c18eda6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 14 deletions.
17 changes: 8 additions & 9 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# This is a template `CODEOWNERS` file for ops charms
# This file is managed by bootstack-charms-spec and should not be modified
# within individual charm repos. https://launchpad.net/bootstack-charms-spec

# For more information about CODEOWNER, please refer to
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file

# This file is centrally managed as a template file in https://github.com/canonical/solutions-engineering-automation
# To update the file:
# - Edit it in the canonical/solutions-engineering-automation repository.
# - Open a PR with the changes.
# - When the PR merges, the soleng-terraform bot will open a PR to the target repositories with the changes.
#
# These owners will be the default owners for everything in the repo. Unless a
# later match takes precedence, @canonical/bootstack will be requested for
# later match takes precedence, @canonical/soleng-reviewers will be requested for
# review when someone opens a pull request.
* @canonical/soleng-reviewers
* @canonical/soleng-reviewers
12 changes: 7 additions & 5 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# This file is centrally managed as a template file in https://github.com/canonical/solutions-engineering-automation
# To update the file:
# - Edit it in the canonical/solutions-engineering-automation repository.
# - Open a PR with the changes.
# - When the PR merges, the soleng-terraform bot will open a PR to the target repositories with the changes.
name: Tests

on:
Expand Down Expand Up @@ -33,9 +38,7 @@ jobs:
fail-fast: false
matrix:
runs-on: [[ubuntu-latest]]
test-func-args:
- "--series focal"
- "--series jammy"
test-command: ['FUNC_ARGS="--series focal" make functional', 'FUNC_ARGS="--series jammy" make functional']
steps:

- uses: actions/checkout@v4
Expand Down Expand Up @@ -67,7 +70,6 @@ jobs:
fi
- name: Run tests
run: "make functional"
run: ${{ matrix.test-command }}
env:
TEST_JUJU3: "1" # https://github.com/openstack-charmers/zaza/pull/653
FUNC_ARGS: ${{ matrix.test-func-args }}
5 changes: 5 additions & 0 deletions .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# This file is centrally managed as a template file in https://github.com/canonical/solutions-engineering-automation
# To update the file:
# - Edit it in the canonical/solutions-engineering-automation repository.
# - Open a PR with the changes.
# - When the PR merges, the soleng-terraform bot will open a PR to the target repositories with the changes.
name: Promote charm to default track, standard risk levels.

on:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# This file is centrally managed as a template file in https://github.com/canonical/solutions-engineering-automation
# To update the file:
# - Edit it in the canonical/solutions-engineering-automation repository.
# - Open a PR with the changes.
# - When the PR merges, the soleng-terraform bot will open a PR to the target repositories with the changes.
name: Release to Edge

on:
Expand Down

0 comments on commit c18eda6

Please sign in to comment.