-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DPE-4867] - Release new rock and fix broken CI (#35)
* fix broken int tests * use newest rockcraft to build rock * use data platfrom workflow for build * fix mongno-snap part * fix int tests * run tests as separate jobs * add log rotate to rock * fix issues in HA test set up * revert changes to integration ci for cloud set up * skip network test
- Loading branch information
1 parent
34cad82
commit 120ca52
Showing
4 changed files
with
28 additions
and
48 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 |
---|---|---|
@@ -1,27 +1,9 @@ | ||
name: Build rock | ||
name: Build Charmed MongoDB rock | ||
|
||
on: | ||
workflow_call: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 15 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
- name: Setup LXD | ||
uses: canonical/setup-lxd@main | ||
- name: Install dependencies | ||
run: | | ||
sudo snap install yq | ||
sudo snap install rockcraft --classic --channel=latest/stable --revision 1206 | ||
sudo snap install charmcraft --classic --revision 1349 | ||
- name: Build rock | ||
run: | | ||
rockcraft pack | ||
- name: Upload locally built rock artifact | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: mongodb-rock | ||
path: charmed-mongodb_*_amd64.rock | ||
name: Build rock | ||
uses: canonical/data-platform-workflows/.github/workflows/build_rock.yaml@v16 |
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