Skip to content

Commit

Permalink
Creates v1.5 release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Nov 26, 2024
1 parent 699dfbc commit 5c10400
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 132 deletions.
36 changes: 0 additions & 36 deletions .github/renovate.json5

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/issues.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/lint-pr.yaml

This file was deleted.

24 changes: 3 additions & 21 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Main branch CI
name: Release 1.5 CI

on:
pull_request:
branches:
- main
- v1.5
push:
schedule:
- cron: "0 7 * * 0"

jobs:
codeql:
Expand Down Expand Up @@ -50,25 +48,9 @@ jobs:
- static-analysis
- unit-tests-with-coverage
- integration-test
if: ${{ github.ref_name == 'main' }}
if: ${{ github.ref_name == 'v1.5' }}
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
track-name: 1.5
secrets:
CHARMCRAFT_AUTH: ${{ secrets.CHARMCRAFT_AUTH }}

publish-charm-on-push:
name: Publish Developer Charm To Branch
needs:
- lint-report
- static-analysis
- unit-tests-with-coverage
- integration-test
if: ${{ (github.ref_name != 'main') && (github.event_name == 'push') }}
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
branch-name: ${{ github.ref_name }}
track-name: 1.5
secrets:
CHARMCRAFT_AUTH: ${{ secrets.CHARMCRAFT_AUTH }}

28 changes: 0 additions & 28 deletions .github/workflows/promote.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/update-libs.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ build/
# Crash log files
crash.log
crash.*.log
juju-crashdump-*

# Exclude all .tfvars files, which are likely to contain sensitive data, such as
# password, private keys, and other secrets. These should not be part of version
Expand Down
Binary file not shown.

0 comments on commit 5c10400

Please sign in to comment.