Skip to content

Commit

Permalink
ci: bump integration tests to use plucky
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon committed Nov 18, 2024
1 parent 16825ef commit db63e80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ defaults:
shell: sh -ex {0}

env:
RELEASE: oracular
# If you change this, don't forget to also update the line that invokes tox
RELEASE: plucky

jobs:
build-package-and-run-tests:
Expand Down Expand Up @@ -68,4 +69,4 @@ jobs:
echo "[lxd]" > /home/$USER/.config/pycloudlib.toml
- name: Run integration Tests
run: |
CLOUD_INIT_CLOUD_INIT_SOURCE="$(ls ${{ runner.temp }}/cloud-init*.deb)" CLOUD_INIT_OS_IMAGE=oracular tox -e integration-tests-ci -- --color=yes tests/integration_tests/
CLOUD_INIT_CLOUD_INIT_SOURCE="$(ls ${{ runner.temp }}/cloud-init*.deb)" CLOUD_INIT_OS_IMAGE=${{ env.RELEASE }} tox -e integration-tests-ci -- --color=yes tests/integration_tests/

0 comments on commit db63e80

Please sign in to comment.