Skip to content

Commit 5bab346

Browse files
ci: common template rollout changes
1 parent 10f9b98 commit 5bab346

7 files changed

+116
-434
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
call-workflow:
15-
uses: splunk/addonfactory-workflow-addon-release/.github/workflows/reusable-build-test-release.yml@v2.1
15+
uses: splunk/addonfactory-workflow-addon-release/.github/workflows/reusable-build-test-release.yml@v2.2
1616
secrets:
1717
GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }}
1818
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/escu-manual-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
call-workflow:
14-
uses: splunk/addonfactory-workflow-addon-release/.github/workflows/reusable-escu-manual-workflow.yml@v2.1
14+
uses: splunk/addonfactory-workflow-escu-test/.github/workflows/reusable-escu-manual-workflow.yml@v1.0
1515
with:
1616
TA_BUILD: ${{ inputs.TA_BUILD }}
1717
TESTS: ${{ inputs.TESTS }}

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ repos:
2727
- id: eslint
2828
additional_dependencies:
2929
- "@typescript-eslint/parser"
30-
- "@typescript-eslint/eslint-plugin"
30+
- "@typescript-eslint/eslint-plugin"

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)