Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: run both ucc and legacy modinput tests #343

Merged
merged 21 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
94a9c15
chore(release): merge develop to main (#314)
mkolasinski-splunk Sep 3, 2024
9eeb779
fix: bump k8s manifests branch version (#329)
kdoroszko-splunk Sep 5, 2024
0a7d748
fix: bump k8s-manifests-branch version (#331)
dvarasani-crest Sep 9, 2024
f85ddba
fix: bump k8s manifests branch version (#336)
dvarasani-crest Sep 18, 2024
2852bc3
fix: publish conditions (#339)
mkolasinski-splunk Sep 26, 2024
a21e25f
fix: updating github test runner (#341)
harshilgajera-crest Oct 14, 2024
f5dcb17
feat: add stage to run ucc modinput tests
dvarasani-crest Oct 17, 2024
4a569a9
fix: test inventory
dvarasani-crest Oct 17, 2024
ec7c400
chore: add step summary for ucc modinput tests
dvarasani-crest Oct 17, 2024
e72cb3c
fix: step summary for ucc modinput tests
dvarasani-crest Oct 18, 2024
83eb347
chore: update k8s-manifests-branch
dvarasani-crest Oct 18, 2024
4e692e5
chore: added deps for pre-publish
dvarasani-crest Oct 18, 2024
b6571a5
chore: support custom openapi.json for ucc modinput
dvarasani-crest Oct 23, 2024
fec6ba5
chore: handle job name length limit
dvarasani-crest Oct 28, 2024
efd0062
chore: use seperate markers for ucc modinput
dvarasani-crest Nov 4, 2024
e8823e8
chore: support separate label for ucc modinput
dvarasani-crest Nov 28, 2024
85193b0
doc: update readme for ucc modinput tests
dvarasani-crest Nov 29, 2024
44df78b
chore: update readme
dvarasani-crest Nov 29, 2024
8f8eed3
chore: update default k8s manifests branch
dvarasani-crest Dec 2, 2024
4ae3b66
fix: workflow summary for tests results (#345)
dvarasani-crest Dec 3, 2024
871b6a0
doc: fix typo
dvarasani-crest Dec 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Description

(PR description goes here)

### Checklist

- [ ] `README.md` has been updated or is not required
- [ ] push trigger tests
- [ ] manual release test
- [ ] automated releaes test
- [ ] pull request trigger tests
- [ ] schedule trigger tests
- [ ] workflow errors/warnings reviewed and addressed

### Testing done
(for each selected checkbox, the corresponding test results link should be listed here)
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

pre-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
Loading
Loading