Skip to content

Commit

Permalink
DNM: set ridiculously high memory requests for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
msugakov committed Oct 17, 2024
1 parent 466a38f commit c7be74f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .tekton/collector-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ spec:
cpu: 4
requests:
cpu: 4
- pipelineTaskName: determine-image-tag
stepSpecs:
- name: determine-image-tag
computeResources:
limits:
memory: "321Gi"
requests:
memory: "321Gi"

timeouts:
# The pipeline regularly takes >1h to finish.
Expand Down
4 changes: 4 additions & 0 deletions .tekton/determine-image-tag-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ spec:
.konflux/scripts/fail-build-if-git-is-dirty.sh
echo -n "$(make --quiet --no-print-directory tag)$(params.TAG_SUFFIX)" | tee "$(results.IMAGE_TAG.path)"
echo "let's wait a bit"
sleep 600
echo "done waiting"

0 comments on commit c7be74f

Please sign in to comment.