Skip to content

Commit 0c549c8

Browse files
authored
Merge branch 'develop' into dev/pcf-performance-testing
2 parents 4115fef + 406dc21 commit 0c549c8

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.circleci/ci_nozzle_manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
applications:
33
- name: splunk-firehose-nozzle
44
memory: 256M
5-
instances: 2
5+
instances: 1
66
buildpack: go_buildpack
77
cmd: splunk-firehose-nozzle
88
env:
@@ -25,11 +25,11 @@ applications:
2525
APP_LIMITS: 1000
2626
BOLTDB_PATH: cache.db
2727
EVENTS: ValueMetric,CounterEvent,Error,LogMessage,HttpStartStop,ContainerMetric
28-
EXTRA_FIELDS: name:update-ci-test
28+
EXTRA_FIELDS: name:splunk-pcf-ci
2929
FIREHOSE_SUBSCRIPTION_ID: splunk-ci
3030
FLUSH_INTERVAL: 5s
3131
CONSUMER_QUEUE_SIZE: 10000
32-
HEC_BATCH_SIZE: 1000
32+
HEC_BATCH_SIZE: 100
3333
HEC_RETRIES: 5
3434
HEC_WORKERS: 8
3535
DEBUG: false

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@ workflows:
146146
only:
147147
- develop
148148
- master
149-
- tile-builder:
150-
requires:
151-
- deploy-nozzle
152-
filters:
153-
branches:
154-
only: master
149+
# - tile-builder:
150+
# requires:
151+
# - deploy-nozzle
152+
# filters:
153+
# branches:
154+
# only: master
155155
- execute_tests:
156156
requires:
157157
- deploy-nozzle

.circleci/data_gen_manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
applications:
33
- name: data_gen
44
memory: 128M
5-
instances: 2
5+
instances: 1
66
buildpack: go_buildpack
77
cmd: data_gen
88
env:
99
GOPACKAGENAME: main
10-
EPS: 500
10+
EPS: 50
1111
TOTAL_EVENTS: 0

testing/integration/testcases/test_nozzle_configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_search_by_event_type(self, test_env, splunk_logger, query_input):
8181

8282
@pytest.mark.Critical
8383
@pytest.mark.parametrize("query_input", [
84-
"index={} name::update-ci-test"
84+
"index={} name::splunk-pcf-ci"
8585
])
8686
def test_search_by_extra_fields(self, test_env, splunk_logger, query_input):
8787
self.splunk_api = SplunkApi(test_env, splunk_logger)

0 commit comments

Comments
 (0)