Skip to content

Commit

Permalink
Merge pull request #63 from sabaini/ceph-use-quincy-cand
Browse files Browse the repository at this point in the history
Ceph: upload to quincy/candidate
  • Loading branch information
javacruft authored Sep 12, 2024
2 parents b28d3aa + f0b7f88 commit 8e57c04
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
export LP_CREDENTIALS_FILE=$(pwd)/lp-credentials.txt
charmhub-lp-tool --config-dir ./charmed_openstack_info/data/lp-builder-config --log DEBUG ensure-series --i-really-mean-it 2>./logs/ensure-series.log
- name: upload logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: charmhub-lp-tool-logs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
charmhub-lp-tool --anonymous --config-dir ./charmed_openstack_info/data/lp-builder-config --log DEBUG ensure-series 2>./logs/ensure-series.log
- name: upload logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: charmhub-lp-tool-logs
path: logs/
16 changes: 8 additions & 8 deletions charmed_openstack_info/data/lp-builder-config/ceph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defaults:
build-channels:
charmcraft: "1.5/stable"
channels:
- quincy/stable
- quincy/candidate
bases:
- "20.04"
- "22.04"
Expand Down Expand Up @@ -109,7 +109,7 @@ projects:
build-channels:
charmcraft: "1.5/stable"
channels:
- quincy/stable
- quincy/candidate
bases:
- "20.04"
- "22.04"
Expand Down Expand Up @@ -176,7 +176,7 @@ projects:
build-channels:
charmcraft: "1.5/stable"
channels:
- quincy/stable
- quincy/candidate
bases:
- "20.04"
- "22.04"
Expand Down Expand Up @@ -253,7 +253,7 @@ projects:
build-channels:
charmcraft: "2.0/stable"
channels:
- quincy/stable
- quincy/candidate
bases:
- "20.04"
- "22.04"
Expand Down Expand Up @@ -330,7 +330,7 @@ projects:
build-channels:
charmcraft: "2.x/stable"
channels:
- quincy/stable
- quincy/candidate
bases:
- "20.04"
- "22.04"
Expand Down Expand Up @@ -407,7 +407,7 @@ projects:
build-channels:
charmcraft: "1.5/stable"
channels:
- quincy/stable
- quincy/candidate
bases:
- "20.04"
- "22.04"
Expand Down Expand Up @@ -470,7 +470,7 @@ projects:
build-channels:
charmcraft: "2.0/stable"
channels:
- quincy/stable
- quincy/candidate
bases:
- "20.04"
- "22.04"
Expand Down Expand Up @@ -547,7 +547,7 @@ projects:
build-channels:
charmcraft: "2.0/stable"
channels:
- quincy/stable
- quincy/candidate
bases:
- "20.04"
- "22.04"
Expand Down

0 comments on commit 8e57c04

Please sign in to comment.