Skip to content

Commit

Permalink
Merge pull request openshift#8442 from bparees/fixup
Browse files Browse the repository at this point in the history
more fixes to logging periodic job
  • Loading branch information
openshift-merge-robot authored Apr 21, 2020
2 parents 894063d + 68f128d commit 7a838b1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6515,6 +6515,25 @@ periodics:
make test-e2e-olm
- name: TEST_IMAGESTREAM_TAG
value: stable:cluster-logging-operator-e2e
- name: CONFIG_SPEC
value: |
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tag_specification:
cluster: https://api.ci.openshift.org
name: "$(BRANCH)"
namespace: ocp
tests:
- as: e2e-operator
commands: FAKE_HOME_DIR=/tmp/home LOG_DIR=/tmp/artifacts/logging-logs ARTIFACT_DIR=/tmp/artifacts/logging-artifacts make test-e2e-olm
openshift_installer_custom_test_image:
cluster_profile: aws
from: stable:cluster-logging-operator-e2e
image: ci-operator:latest
imagePullPolicy: Always
name: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6515,6 +6515,25 @@ periodics:
make test-e2e-olm
- name: TEST_IMAGESTREAM_TAG
value: stable:cluster-logging-operator-e2e
- name: CONFIG_SPEC
value: |
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tag_specification:
cluster: https://api.ci.openshift.org
name: "$(BRANCH)"
namespace: ocp
tests:
- as: e2e-operator
commands: FAKE_HOME_DIR=/tmp/home LOG_DIR=/tmp/artifacts/logging-logs ARTIFACT_DIR=/tmp/artifacts/logging-artifacts make test-e2e-olm
openshift_installer_custom_test_image:
cluster_profile: aws
from: stable:cluster-logging-operator-e2e
image: ci-operator:latest
imagePullPolicy: Always
name: ""
Expand Down

0 comments on commit 7a838b1

Please sign in to comment.