Skip to content

Commit

Permalink
Merge remote-tracking branch 'richtja/fedora_update'
Browse files Browse the repository at this point in the history
Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Nov 27, 2023
2 parents 3b8e1c8 + 48c0c1b commit abbe12a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Ansible (${{matrix.extra}})
runs-on: ubuntu-latest
container:
image: fedora:36
image: fedora:38
env:
RUN_BEFORE: 'dnf install -y git ansible'
GIT_URL: 'https://github.com/${{github.repository}}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ jobs:
python3 setup.py bdist_egg
mv dist/avocado_framework-*egg /tmp/avocado_framework.egg
python3 setup.py clean --all
python3 -c 'import sys; sys.path.insert(0, "/tmp/avocado_framework.egg"); from avocado.core.main import main; sys.exit(main())' run --spawner=podman --spawner-podman-image=fedora:36 --spawner-podman-avocado-egg=file:///tmp/avocado_framework.egg -- /bin/true
python3 -c 'import sys; sys.path.insert(0, "/tmp/avocado_framework.egg"); from avocado.core.main import main; sys.exit(main())' run --spawner=podman --spawner-podman-image=fedora:38 --spawner-podman-avocado-egg=file:///tmp/avocado_framework.egg -- /bin/true
podman_external_runner_task:

Expand All @@ -387,7 +387,7 @@ jobs:
name: Fedora develop install/uninstall task
runs-on: ubuntu-latest
container:
image: fedora:36
image: fedora:38
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion selftests/functional/serial/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def get_command(self, path):
spawner = self.params.get("spawner", default="process")
spawner_command = ""
if spawner == "podman":
spawner_command = "--spawner=podman --spawner-podman-image=fedora:36"
spawner_command = "--spawner=podman --spawner-podman-image=fedora:38"
return f"{AVOCADO} run {spawner_command} --job-results-dir {self.tmpdir.name} {path}"

@skipUnless(os.getenv("CI"), skip_package_manager_message)
Expand Down

0 comments on commit abbe12a

Please sign in to comment.