-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Backport #787 for LTS branch. In the previous versions, LTS package for arm was built on bare metal arm machine. It might be better to build it with GitHub Actions to integrate them for LTS release process. --------- Signed-off-by: Kentaro Hayashi <[email protected]>
- Loading branch information
Showing
7 changed files
with
120 additions
and
24 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
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 |
---|---|---|
|
@@ -176,7 +176,7 @@ jobs: | |
- uses: actions/download-artifact@v4 | ||
with: | ||
name: packages-apt-source-${{ matrix.rake-job }} | ||
- uses: canonical/[email protected].1 | ||
- uses: canonical/[email protected].2 | ||
- name: Run diagnostic | ||
run: | | ||
uname -a | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,7 @@ jobs: | |
- uses: actions/download-artifact@v4 | ||
with: | ||
name: packages-${{ matrix.rake-job }} | ||
- uses: canonical/[email protected].1 | ||
- uses: canonical/[email protected].2 | ||
- name: Run diagnostic | ||
run: | | ||
uname -a | ||
|
@@ -177,6 +177,6 @@ jobs: | |
- uses: actions/download-artifact@v4 | ||
with: | ||
name: packages-${{ matrix.rake-job }} | ||
- uses: canonical/[email protected].1 | ||
- uses: canonical/[email protected].2 | ||
- name: Run Test ${{ matrix.test-file }} on ${{ matrix.test-lxc-image }} | ||
run: fluent-package/yum/systemd-test/test.sh ${{ matrix.test-lxc-image }} ${{ matrix.test-file }} |
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