Skip to content

Commit 82c5438

Browse files
authored
Take advantage of QE memory limit flag (#3181)
1 parent dcc64c9 commit 82c5438

12 files changed

+16
-4
lines changed

.github/workflows/qe-ocp-414-intrusive.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
env:
1515
QE_REPO: redhat-best-practices-for-k8s/certsuite-qe
16+
ENABLE_CERTSUITE_MEMORY_LIMIT: true
1617

1718
jobs:
1819
pull-unstable-image:

.github/workflows/qe-ocp-414.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
env:
1515
QE_REPO: redhat-best-practices-for-k8s/certsuite-qe
16+
ENABLE_CERTSUITE_MEMORY_LIMIT: true
1617

1718
jobs:
1819
pull-unstable-image:

.github/workflows/qe-ocp-415-intrusive.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
env:
1515
QE_REPO: redhat-best-practices-for-k8s/certsuite-qe
16+
ENABLE_CERTSUITE_MEMORY_LIMIT: true
1617

1718
jobs:
1819
pull-unstable-image:

.github/workflows/qe-ocp-415.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
env:
1515
QE_REPO: redhat-best-practices-for-k8s/certsuite-qe
16+
ENABLE_CERTSUITE_MEMORY_LIMIT: true
1617

1718
jobs:
1819
pull-unstable-image:

.github/workflows/qe-ocp-416-intrusive.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
env:
1515
QE_REPO: redhat-best-practices-for-k8s/certsuite-qe
16+
ENABLE_CERTSUITE_MEMORY_LIMIT: true
1617

1718
jobs:
1819
pull-unstable-image:

.github/workflows/qe-ocp-416.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
env:
1515
QE_REPO: redhat-best-practices-for-k8s/certsuite-qe
16+
ENABLE_CERTSUITE_MEMORY_LIMIT: true
1617

1718
jobs:
1819
pull-unstable-image:

.github/workflows/qe-ocp-417-intrusive.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
env:
1515
QE_REPO: redhat-best-practices-for-k8s/certsuite-qe
16+
ENABLE_CERTSUITE_MEMORY_LIMIT: true
1617

1718
jobs:
1819
pull-unstable-image:

.github/workflows/qe-ocp-417.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
env:
1515
QE_REPO: redhat-best-practices-for-k8s/certsuite-qe
16+
ENABLE_CERTSUITE_MEMORY_LIMIT: true
1617

1718
jobs:
1819
pull-unstable-image:

.github/workflows/qe-ocp-418-intrusive.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
env:
1515
QE_REPO: redhat-best-practices-for-k8s/certsuite-qe
16+
ENABLE_CERTSUITE_MEMORY_LIMIT: true
1617

1718
jobs:
1819
build-and-store:
@@ -98,7 +99,7 @@ jobs:
9899
exit 1
99100
100101
- name: Deploy the OCP Cluster
101-
uses: palmsoftware/[email protected].16
102+
uses: palmsoftware/[email protected].17
102103
with:
103104
ocpPullSecret: $OCP_PULL_SECRET
104105
bundleCache: true

.github/workflows/qe-ocp-418.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
env:
1515
QE_REPO: redhat-best-practices-for-k8s/certsuite-qe
16+
ENABLE_CERTSUITE_MEMORY_LIMIT: true
1617

1718
jobs:
1819
build-and-store:
@@ -97,7 +98,7 @@ jobs:
9798
exit 1
9899
99100
- name: Deploy the OCP Cluster
100-
uses: palmsoftware/[email protected].16
101+
uses: palmsoftware/[email protected].17
101102
with:
102103
ocpPullSecret: $OCP_PULL_SECRET
103104
bundleCache: true

0 commit comments

Comments
 (0)