diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index cfdce4e..7349ea9 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -9,11 +9,20 @@ on: pull_request: branches: - "**" +{% if schedule_run is defined %} + schedule: + - cron: '0 2 * * *' +{% endif %} jobs: call-workflow: uses: splunk/addonfactory-workflow-addon-release/.github/workflows/reusable-build-test-release.yml@v2.1 - secrets: +{% if markers is defined %} + with: + marker: >- + ["configuration", "data_collection_flaky", "data_collection_1", "data_collection_2", "data_collection_3", "data_collection_4", "data_collection_5", "data_collection_6"] +{% endif %} +{%- raw %} secrets: GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} SEMGREP_PUBLISH_TOKEN: ${{ secrets.SEMGREP_PUBLISH_TOKEN }} @@ -24,3 +33,4 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} OTHER_TA_REQUIRED_CONFIGS: ${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }} +{% endraw %} diff --git a/docker-compose-ci.yml b/docker-compose-ci.yml index 5fdc1dd..c9a3111 100644 --- a/docker-compose-ci.yml +++ b/docker-compose-ci.yml @@ -41,7 +41,7 @@ services: - results:/home/circleci/work sc4s: - image: splunk/scs:${SC4S_VERSION} + image: ghcr.io/splunk/splunk-connect-for-syslog/container2:${SC4S_VERSION} hostname: sc4s #When this is enabled test_common will fail # command: -det diff --git a/docker-compose.yml b/docker-compose.yml index 1e3f73c..da85da7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,7 +42,7 @@ services: - results:/home/circleci/work sc4s: - image: splunk/scs:${SC4S_VERSION} + image: ghcr.io/splunk/splunk-connect-for-syslog/container2:${SC4S_VERSION} hostname: sc4s #When this is enabled test_common will fail # command: -det