[codex] Validate PSA against CIM 6.4 docs branch#958
Draft
rasteja wants to merge 2 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
This PR wires the
splunk-cim-modelsdev dependency to thealign-cim6-4-docsbranch fromsplunk/psa-cim-modelsso CI can validate pytest-splunk-addon against the CIM 6.4 documentation alignment changes.Why
The corresponding
psa-cim-modelsPR updates CIM model content for CIM 6.4 documentation alignment. Pointing PSA at that branch lets the pytest-splunk-addon CI matrix exercise the dependency before the CIM branch is merged back intocim-6.Impact
Only the development/test dependency reference changes. Runtime package code is unchanged.
Validation
Local checks run before pushing:
uv pip install --no-config --python .venv/bin/python --default-index https://pypi.org/simple . pytest-cov requests-mock freezegun pytz "git+https://github.com/splunk/psa-cim-models.git@align-cim6-4-docs"requested_revision=align-cim6-4-docs, commit51ab83e81e06248fc726af213b1932c5cebebcf4.venv/bin/python -m pytest -v tests/unit->525 passed.venv/bin/python -m pytest -v tests/unit/tests_standard_lib/test_cim_tests/test_splunk_cim_models_contract.py->25 passedDocker/Splunk e2e was not run locally because Docker is not installed on this machine (
docker: command not found).