Skip to content

Commit

Permalink
fix(ci:gitlabci): increase lambda timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger committed Apr 17, 2024
1 parent b81d585 commit d2d66ab
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ variables:
DOCKER_TLS_CERTDIR: ""
DEBUG: 1
LS_LOG: trace
LAMBDA_RUNTIME_ENVIRONMENT_TIMEOUT: 300

services:
- name: docker:24.0.7-dind-alpine3.18 #docker:20.10.16-dind
Expand Down Expand Up @@ -50,15 +51,12 @@ deploy:
script:
- ./bin/deploy.sh
- localstack state export ./ls-state-pod.zip
- curl "$AWS_ENDPOINT_URL/_localstack/diagnose" | tee ls_diagnose.log
- docker ps | tee docker_ps.log
- docker inspect localstack-main | tee docker_inspect.log
- localstack logs

test:
stage: test
before_script:
- *default_before_scripts
- python3 -m pip install -r requirements-dev.txt
script:
- python3 -m pytest tests

- python3 -m pytest tests || localstack logs

0 comments on commit d2d66ab

Please sign in to comment.