Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit 09b08fc

Browse files
ci: common template rollout changes (#39)
1 parent f746af9 commit 09b08fc

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.fossa.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: 3
2+
server: https://app.fossa.com
3+
project:
4+
id: "splunk-add-on-for-sc4syslog"
5+
team: "TA-Automation"

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

Lines changed: 2 additions & 1 deletion
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@v1.3
15+
uses: splunk/addonfactory-workflow-addon-release/.github/workflows/reusable-build-test-release.yml@v1.7
1616
secrets:
1717
GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }}
1818
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -23,3 +23,4 @@ jobs:
2323
VT_API_KEY: ${{ secrets.VT_API_KEY }}
2424
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2525
OTHER_TA_REQUIRED_CONFIGS: ${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
26+
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

tests/knowledge/pytest-ci.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ addopts = -v --tb=long
1212
--sc4s-host=sc4s
1313
--junitxml=test-results/test.xml
1414
--cim-report=test-results/cim-compliance-report.md
15-
-n 5
15+
-n 1
1616
filterwarnings =
1717
ignore::DeprecationWarning

0 commit comments

Comments
 (0)