diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index e163f849..689cab15 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -42,7 +42,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 with: - repository: MirServer/checkbox-mir + repository: canonical/checkbox-mir fetch-depth: 0 - name: Use the current mir-ci commit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b5fc7212..349945b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,6 +37,8 @@ jobs: python-version: "3.11" - uses: actions/checkout@v4 + with: + lfs: true - id: pytest-args name: Determine pytest arguments diff --git a/mir-ci/mir_ci/program/display_server.py b/mir-ci/mir_ci/program/display_server.py index 56cfb15e..59cd7983 100644 --- a/mir-ci/mir_ci/program/display_server.py +++ b/mir-ci/mir_ci/program/display_server.py @@ -84,7 +84,7 @@ async def __aenter__(self) -> "DisplayServer": async def __aexit__(self, *args): # If Mir is run for too short a period of time it tends to not shut down correctly - # See https://github.com/MirServer/mir/issues/2845 + # See https://github.com/canonical/mir/issues/2845 sleep_time = self.start_time + min_mir_run_time - time.time() if sleep_time > 0: await asyncio.sleep(sleep_time) diff --git a/mir-ci/pyproject.toml b/mir-ci/pyproject.toml index 84853d56..39482635 100644 --- a/mir-ci/pyproject.toml +++ b/mir-ci/pyproject.toml @@ -17,8 +17,8 @@ dependencies = [ ] [project.urls] -"Homepage" = "https://github.com/MirServer/mir-ci" -"Bug Tracker" = "https://github.com/MirServer/mir-ci/issues" +"Homepage" = "https://github.com/canonical/mir-ci" +"Bug Tracker" = "https://github.com/canonical/mir-ci/issues" [tool.hatch.metadata] allow-direct-references = true