Skip to content

Commit 25a1ffa

Browse files
dvarasani-crestmkolasinski-splunkartemryskdoroszko-splunkrenovate[bot]
authored
feat: run both ucc and legacy modinput tests (#343)
This PR adds the feature to run the `ucc_modinput_functional` tests seperately from `modinput_functional` (Legacy). Reference: https://splunk.atlassian.net/browse/ADDON-75556 Test run: https://github.com/splunk/splunk-add-on-for-salesforce/actions/runs/11473918131 https://github.com/splunk/splunk-add-on-for-google-cloud-platform/actions/runs/12067263557 --------- Co-authored-by: mkolasinski-splunk <105011638+mkolasinski-splunk@users.noreply.github.com> Co-authored-by: Artem Rys <rysartem@gmail.com> Co-authored-by: kdoroszko-splunk <kdoroszko@splunk.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kgwizdz-splunk <163291633+kgwizdz-splunk@users.noreply.github.com> Co-authored-by: Adam Wownysz <150446614+awownysz-splunk@users.noreply.github.com> Co-authored-by: Marcin Bruzda <94437843+mbruzda-splunk@users.noreply.github.com> Co-authored-by: harshilgajera-crest <69803385+harshilgajera-crest@users.noreply.github.com>
1 parent 908de12 commit 25a1ffa

File tree

4 files changed

+420
-77
lines changed

4 files changed

+420
-77
lines changed

.github/pull_request_template.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### Description
2+
3+
(PR description goes here)
4+
5+
### Checklist
6+
7+
- [ ] `README.md` has been updated or is not required
8+
- [ ] push trigger tests
9+
- [ ] manual release test
10+
- [ ] automated releaes test
11+
- [ ] pull request trigger tests
12+
- [ ] schedule trigger tests
13+
- [ ] workflow errors/warnings reviewed and addressed
14+
15+
### Testing done
16+
(for each selected checkbox, the corresponding test results link should be listed here)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

2727
pre-commit:
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-22.04
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)