Skip to content

Commit

Permalink
Merge pull request #10853 from keymanapp/chore/linux/disable-autopkgt…
Browse files Browse the repository at this point in the history
…est-gha

chore(linux): Temporarily disable autopkgtests gha
  • Loading branch information
ermshiperete authored Feb 26, 2024
2 parents 184da44 + 59d287a commit be86760
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions .github/workflows/deb-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,25 +158,28 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Download Artifacts
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
path: artifacts
merge-multiple: true

- name: Install dependencies
run: |
sudo DEBIAN_FRONTEND=noninteractive apt-get -q -y install autopkgtest qemu-system qemu-utils autodep8 genisoimage python3-distro-info
- name: Build test image
run: |
cd "${GITHUB_WORKSPACE}/artifacts"
autopkgtest-buildvm-ubuntu-cloud -v --release=jammy
- name: Run tests
# - name: Download Artifacts
# uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
# with:
# path: artifacts
# merge-multiple: true

# - name: Install dependencies
# run: |
# sudo DEBIAN_FRONTEND=noninteractive apt-get -q -y install autopkgtest qemu-system qemu-utils autodep8 genisoimage python3-distro-info

# - name: Build test image
# run: |
# cd "${GITHUB_WORKSPACE}/artifacts"
# autopkgtest-buildvm-ubuntu-cloud -v --release=jammy

# - name: Run tests
# run: |
# cd "${GITHUB_WORKSPACE}/artifacts"
# autopkgtest -B *.deb keyman_*.dsc -- qemu autopkgtest-jammy-amd64.img
- name: Ignore
run: |
cd "${GITHUB_WORKSPACE}/artifacts"
autopkgtest -B *.deb keyman_*.dsc -- qemu autopkgtest-jammy-amd64.img
echo "Ignored for now - until working solution is in place"
deb_signing:
name: Sign source and binary packages
Expand Down

0 comments on commit be86760

Please sign in to comment.