Skip to content

Commit aa35e0b

Browse files
committed
Migrate tox tests from buildbot to actions
- also disable bootstrap on tor test, I don't think it's working correctly
1 parent 6fad48f commit aa35e0b

11 files changed

Lines changed: 159 additions & 148 deletions

File tree

.buildbot/tox-bionic/Dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

.buildbot/tox-bionic/build.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

.buildbot/tox-bionic/test.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

.buildbot/tox-focal/Dockerfile

Lines changed: 0 additions & 17 deletions
This file was deleted.

.buildbot/tox-focal/test.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

.buildbot/tox-jammy/Dockerfile

Lines changed: 0 additions & 16 deletions
This file was deleted.

.buildbot/tox-jammy/test.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitea/workflows/tox-lint.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88

99
jobs:
1010
build:
11+
# Only run on Gitea; this build needs a self-hosted runner with
12+
# the tool cache and is not meant for GitHub's hosted runners.
13+
if: >-
14+
!contains(github.server_url, 'github.com')
1115
name: buildozer android debug
1216
runs-on: ubuntu-latest
1317
container: ubuntu:focal
@@ -86,5 +90,3 @@ jobs:
8690
| tar --list -z > package.list
8791
cat package.list
8892
grep '\.sql$' package.list || exit 1
89-
90-

.github/workflows/tox-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# ── Common ─────────────────────────────────────────────────
7171
- name: Install tox
7272
run: |
73-
pip install "tox<4" "virtualenv<20.22.0"
73+
pip install --upgrade tox virtualenv
7474
7575
- name: Run tox -e ${{ matrix.tox-env }}${{ matrix.tox-suffix }}
7676
run: tox -e ${{ matrix.tox-env }}${{ matrix.tox-suffix }}

0 commit comments

Comments
 (0)