We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a154b3 commit d6561e2Copy full SHA for d6561e2
.github/workflows/ci-cd.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Run flake8
41
run: |
42
- flake8 src/ --count --select=E9,F63,F7,F82 --show-source --statistics
+ flake8 src/ --count --select=E9,F63,F7,F8Gi --show-source --statistics
43
flake8 src/ --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
44
45
- name: Check code formatting with black
@@ -408,7 +408,7 @@ jobs:
408
409
# Add remaining deployment options
410
DEPLOY_ARGS+=(
411
- "--memory" "1Gi"
+ "--memory" "2Gi"
412
"--cpu" "2"
413
"--timeout" "300"
414
"--max-instances" "100"
0 commit comments