Skip to content

Commit

Permalink
tests: Bump memory requests to work around Fedora repodata size
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Oct 11, 2022
1 parent c12bec9 commit b8c1c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/kolainst/destructive/layering-fedorainfra
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# kola: { "tags": "needs-internet" }
# kola: { "tags": "needs-internet", "minMemory": 1536 }
# Test https://github.com/coreos/rpm-ostree/pull/2420
# i.e. using overrides from Fedora Infrastructure tools (koji/bodhi)
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion tests/kolainst/destructive/layering-modules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# kola: { "tags": "needs-internet" }
# kola: { "tags": "needs-internet", "minMemory": 1536 }
set -euo pipefail

. ${KOLA_EXT_DATA}/libtest.sh
Expand Down

0 comments on commit b8c1c91

Please sign in to comment.