Organize S3 schema uploads by product (awx/tower) #16190
Merged
+4
−3
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.



Jira: https://issues.redhat.com/browse/AAP-59447
SUMMARY
Update schema upload workflows to organize S3 files by product name:
This separates AWX and Tower schemas into distinct S3 folders.
🤖 Generated with Claude Code
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
Note
Organizes API schema S3 paths by product/repo and updates upload, deletion, and schema diff to use product-scoped locations.
s3://awx-public-ci-files/${{ github.event.repository.name }}/${{ github.ref_name }}/schema.jsonin.github/workflows/upload_schema.yml.awx-public-ci-files/${{ github.event.repository.name }}/${GITHUB_REF##*/}/schema.jsonin.github/workflows/feature_branch_deletion.yml.SCHEMA_DIFF_BASE_FOLDER(defaultawx).detect-schema-changeto fetch reference schema fromhttps://s3.amazonaws.com/awx-public-ci-files/$(SCHEMA_DIFF_BASE_FOLDER)/$(SCHEMA_DIFF_BASE_BRANCH)/schema.json.Written by Cursor Bugbot for commit 53908d7. This will update automatically on new commits. Configure here.