|
39 | 39 | required: false
|
40 | 40 | description: "branch for k8s manifests to run the tests on"
|
41 | 41 | type: string
|
42 |
| - default: "v3.4.1" |
| 42 | + default: "v3.5.1" |
43 | 43 | scripted-inputs-os-list:
|
44 | 44 | required: false
|
45 | 45 | description: "list of OS used for scripted input tests"
|
46 | 46 | type: string
|
47 | 47 | default: >-
|
48 |
| - ["ubuntu:14.04", "ubuntu:16.04","ubuntu:18.04","ubuntu:22.04", "ubuntu:24.04", "redhat:8.4", "redhat:8.5", "redhat:8.6", "redhat:8.8"] |
| 48 | + ["ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04", "redhat:8.4", "redhat:8.5", "redhat:8.6", "redhat:8.8", "redhat:9.5"] |
49 | 49 | upgrade-tests-ta-versions:
|
50 | 50 | required: false
|
51 | 51 | description: "List with TA versions (in 'X.X.X' format) that should be used as starting points for upgrade tests. Example: ['7.6.0', '7.7.0']"
|
@@ -139,7 +139,6 @@ jobs:
|
139 | 139 | set -o xtrace
|
140 | 140 | # List all files modified in the commit or PR
|
141 | 141 | changed_files=$(git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.sha }})
|
142 |
| - # changed_files=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }}) |
143 | 142 |
|
144 | 143 | # Check if any of the changed files are not in docs/*, mkdocs.yml, or .github/workflows/docs.yml
|
145 | 144 | if echo "$changed_files" | grep -vqE '^(docs/|mkdocs.yml|.github/workflows/docs.yml)'; then
|
@@ -415,7 +414,7 @@ jobs:
|
415 | 414 | - uses: actions/checkout@v4
|
416 | 415 | - uses: actions/setup-python@v5
|
417 | 416 | with:
|
418 |
| - python-version: "3.7" |
| 417 | + python-version: "3.9" |
419 | 418 | - uses: pre-commit/action@v3.0.1
|
420 | 419 |
|
421 | 420 | review_secrets:
|
@@ -930,7 +929,7 @@ jobs:
|
930 | 929 | name: package-splunkbase
|
931 | 930 | path: build/package/
|
932 | 931 | - name: Scan
|
933 |
| - uses: splunk/appinspect-cli-action@v2.9 |
| 932 | + uses: splunk/appinspect-cli-action@v2.10 |
934 | 933 | with:
|
935 | 934 | app_path: build/package/
|
936 | 935 | included_tags: ${{ matrix.tags }}
|
@@ -1074,9 +1073,9 @@ jobs:
|
1074 | 1073 | run: |
|
1075 | 1074 | poetry install --only modinput
|
1076 | 1075 | if [ -f "tests/ucc_modinput_functional/tmp/openapi.json" ]; then
|
1077 |
| - poetry run ucc-test-modinput -o tests/ucc_modinput_functional/tmp/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/ |
| 1076 | + poetry run ucc-test-modinput gen -o tests/ucc_modinput_functional/tmp/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/ |
1078 | 1077 | else
|
1079 |
| - poetry run ucc-test-modinput -o ${{ steps.download-openapi.outputs.download-path }}/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/ |
| 1078 | + poetry run ucc-test-modinput gen -o ${{ steps.download-openapi.outputs.download-path }}/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/ |
1080 | 1079 | fi
|
1081 | 1080 | - name: upload-libs-to-s3
|
1082 | 1081 | id: upload-libs-to-s3
|
|
0 commit comments