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:
|
||||
|
||||
build-python37:
|
||||
docker:
|
||||
- image: python:3.7
|
||||
machine:
|
||||
- image: ubuntu-2004:2023.02.1
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
|
@ -20,8 +20,8 @@ jobs:
|
|||
- run: make smoke-test
|
||||
|
||||
build-python38:
|
||||
docker:
|
||||
- image: python:3.8
|
||||
machine:
|
||||
- image: ubuntu-2004:2023.02.1
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
|
@ -40,6 +40,5 @@ workflows:
|
|||
version: 2
|
||||
build:
|
||||
jobs:
|
||||
#- build-python36
|
||||
- build-python37
|
||||
- build-python38
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue