Skip to content

Commit 187629f

Browse files
ci: common template rollout changes
1 parent 10f9b98 commit 187629f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/build-test-release.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,20 @@ on:
99
pull_request:
1010
branches:
1111
- "**"
12+
{% if schedule_run is defined %}
13+
schedule:
14+
- cron: '0 2 * * *'
15+
{% endif %}
1216

1317
jobs:
1418
call-workflow:
1519
uses: splunk/addonfactory-workflow-addon-release/.github/workflows/[email protected]
16-
secrets:
20+
{% if markers is defined %}
21+
with:
22+
marker: >-
23+
["configuration", "data_collection_flaky", "data_collection_1", "data_collection_2", "data_collection_3", "data_collection_4", "data_collection_5", "data_collection_6"]
24+
{% endif %}
25+
{%- raw %} secrets:
1726
GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }}
1827
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1928
SEMGREP_PUBLISH_TOKEN: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
@@ -24,3 +33,4 @@ jobs:
2433
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2534
OTHER_TA_REQUIRED_CONFIGS: ${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
2635
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
36+
{% endraw %}

docker-compose-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
- results:/home/circleci/work
4242

4343
sc4s:
44-
image: splunk/scs:${SC4S_VERSION}
44+
image: ghcr.io/splunk/splunk-connect-for-syslog/container2:${SC4S_VERSION}
4545
hostname: sc4s
4646
#When this is enabled test_common will fail
4747
# command: -det

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
- results:/home/circleci/work
4343

4444
sc4s:
45-
image: splunk/scs:${SC4S_VERSION}
45+
image: ghcr.io/splunk/splunk-connect-for-syslog/container2:${SC4S_VERSION}
4646
hostname: sc4s
4747
#When this is enabled test_common will fail
4848
# command: -det

0 commit comments

Comments
 (0)