Skip to content

Commit df0e5ad

Browse files
authored
update ci resources (#236)
1 parent 76daf2a commit df0e5ad

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.circleci/ci_nozzle_manifest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
applications:
33
- name: splunk-firehose-nozzle
4-
memory: 512M
5-
instances: 2
4+
memory: 256M
5+
instances: 1
66
buildpack: go_buildpack
77
cmd: splunk-firehose-nozzle
88
env:
@@ -26,10 +26,10 @@ applications:
2626
BOLTDB_PATH: cache.db
2727
EVENTS: ValueMetric,CounterEvent,Error,LogMessage,HttpStartStop,ContainerMetric
2828
EXTRA_FIELDS: name:update-ci-test
29-
FIREHOSE_SUBSCRIPTION_ID: splunk-ci
29+
FIREHOSE_SUBSCRIPTION_ID: splunk-pcf-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
@@ -115,12 +115,12 @@ workflows:
115115
only:
116116
- develop
117117
- master
118-
- tile-builder:
119-
requires:
120-
- deploy-nozzle
121-
filters:
122-
branches:
123-
only: master
118+
# - tile-builder:
119+
# requires:
120+
# - deploy-nozzle
121+
# filters:
122+
# branches:
123+
# only: master
124124
- execute_tests:
125125
requires:
126126
- build

.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)