Make convert_test_docs build its own container image with podman

This commit is contained in:
Micah Lee 2021-11-24 13:47:20 -08:00
parent efb4819c31
commit 4251f6a5a3
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -98,15 +98,15 @@ jobs:
- /caches/dangerzone-converter.tar.gz - /caches/dangerzone-converter.tar.gz
- /caches/image-id.txt - /caches/image-id.txt
tests: convert_test_docs:
working_directory: /app
machine: machine:
- image: ubuntu-2004:202111-01 - image: ubuntu-2004:202111-01
steps: steps:
- run: *install-dependencies-deb - run: *install-dependencies-deb
- checkout - checkout
- restore_cache: *restore-cache - run:
- run: *copy-image name: Build image with podman
command: ./install/linux/build-image.sh
- run: *build-deb - run: *build-deb
- run: - run:
name: Convert each test document name: Convert each test document
@ -338,9 +338,7 @@ workflows:
build: build:
jobs: jobs:
- build-container-image - convert_test_docs
- tests:
requires:
- build-container-image - build-container-image
- build-ubuntu-impish: - build-ubuntu-impish:
requires: requires: