mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 19:59:56 +02:00
test CircleCI machine executor (more RAM?)
This commit is contained in:
parent
63d996880d
commit
f264eaf424
1 changed files with 4 additions and 5 deletions
|
@ -3,8 +3,8 @@ version: 2
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build-python37:
|
build-python37:
|
||||||
docker:
|
machine:
|
||||||
- image: python:3.7
|
- image: ubuntu-2004:2023.02.1
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
|
@ -20,8 +20,8 @@ jobs:
|
||||||
- run: make smoke-test
|
- run: make smoke-test
|
||||||
|
|
||||||
build-python38:
|
build-python38:
|
||||||
docker:
|
machine:
|
||||||
- image: python:3.8
|
- image: ubuntu-2004:2023.02.1
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
|
@ -40,6 +40,5 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build:
|
build:
|
||||||
jobs:
|
jobs:
|
||||||
#- build-python36
|
|
||||||
- build-python37
|
- build-python37
|
||||||
- build-python38
|
- build-python38
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue