Skip to content

Commit

Permalink
Increase memory request for noscience setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 22, 2024
1 parent ec69eeb commit 91d9285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
required: true
env:
CIUXCONFIG: /tmp/ciux.sh
CIUX_VERSION: a1ab5c126
CIUX_VERSION: v0.0.1-rc13
GHA_BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
SUFFIX: ${{ inputs.suffix }}
CI_REPO: ${{ inputs.ci_repo }}
Expand Down
2 changes: 1 addition & 1 deletion e2e/finkconfig_noscience/finkctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ s3:
# General parameter used to run fink tasks
run:
cpu: 0
memory: 466m
memory: 1000m
fink_trigger_update: "2"
# Can be set using --image option
# image: gitlab-registry.in2p3.fr/astrolabsoftware/fink/fink-broker:2.7.1-33-ge27a2aa-dirty
Expand Down

0 comments on commit 91d9285

Please sign in to comment.