Skip to content

Commit

Permalink
Merge pull request #79 from 2i2c-org/fix-2
Browse files Browse the repository at this point in the history
Fix paths that trigger github actions
  • Loading branch information
yuvipanda authored Feb 8, 2025
2 parents 3efb4c3 + 7cdbda9 commit 014cac7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- helm-charts/app/Chart.yaml
- helm-charts/app/common.values.yaml
- helm-charts/app/prod.values.yaml
- helm-charts/app/prod/prod.values.yaml
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- helm-charts/app/Chart.yaml
- helm-charts/app/common.values.yaml
- helm-charts/app/staging.values.yaml
- helm-charts/app/staging/staging.values.yaml
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions helm-charts/app/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ frx-challenges:
# Set this to 100G now to see how much it actually gets to
EVALUATOR_DOCKER_CONTAINER_MEMORY_LIMIT: 107374182400
EVALUATOR_DOCKER_CONTAINER_ENV:
# 4 knobs we have to tune the evaluator resource usage
# and performance
MAX_MAIN_THREADS: "1"
MAX_LABEL_THREADS: "2"
MAX_INSTANCE_THREADS: "2"
Expand Down

0 comments on commit 014cac7

Please sign in to comment.