Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into DPE-4656-implement-CA…
Browse files Browse the repository at this point in the history
…-replacement-routine
  • Loading branch information
reneradoi committed Sep 2, 2024
2 parents 78ad710 + 5ce2068 commit 2f88551
Show file tree
Hide file tree
Showing 26 changed files with 1,781 additions and 199 deletions.
21 changes: 21 additions & 0 deletions .github/.jira_sync_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Sync GitHub issues to Jira issues

# Configuration syntax:
# https://github.com/canonical/gh-jira-sync-bot/blob/main/README.md#client-side-configuration
settings:
# Repository specific settings
components: # Jira components that will be added to Jira issue
- opensearch-vm

# Settings shared across Data Platform repositories
label_mapping:
# If the GitHub issue does not have a label in this mapping, the Jira issue will be created as a Bug
enhancement: Story
jira_project_key: DPE # https://warthogs.atlassian.net/browse/DPE
status_mapping:
opened: untriaged
closed: done # GitHub issue closed as completed
not_planned: rejected # GitHub issue closed as not planned
add_gh_comment: true
sync_description: false
sync_comments: false
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
cache: true

integration-test:
name: Integration test charm | 3.4.4
name: Integration test charm | 3.5.3
needs:
- lint
- unit-test
Expand All @@ -76,7 +76,7 @@ jobs:
with:
artifact-prefix: packed-charm-cache-true
cloud: lxd
juju-agent-version: 3.4.4
juju-agent-version: 3.5.3
_beta_allure_report: true
secrets:
# GitHub appears to redact each line of a multi-line secret
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
sync-docs:
name: Sync docs from Discourse
uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@main
uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v16.7.0
secrets:
discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }}
discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }}
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/sync_issue_to_jira.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ bases:
channel: "22.04"
parts:
files:
plugin: nil
plugin: dump
source: .
prime:
- charm_version
- workload_version
Expand Down
Loading

0 comments on commit 2f88551

Please sign in to comment.