Skip to content

Commit ee381e8

Browse files
DM XMLs: Add data model files at the 1.4.1 tag (#37381)
* Add 1.4.1 as a direct copy of 1.4 This can be used to see a diff between these two releases * Update alchemy version on 1.4 changes contraints - will update on tot soon, but don't want to wait for the PR to land before this goes in. * data model files at the 1.4.1 tag * Add 1.4.1 data model files to the CI checks * Add 1.4.1 files to the python build * Add 1.4.1 to parser with tests. * Fix spec revision differ script * Restyled by isort --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent e490944 commit ee381e8

File tree

195 files changed

+38219
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+38219
-9
lines changed

.github/workflows/check-data-model-directory-updates.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Check for changes to 1.4 data_model directory without a SHA update
3838
run: |
3939
python3 scripts/dm_xml_ci_change_enforcement.py data_model/1.4
40+
- name: Check for changes to 1.4.1 data_model directory without a SHA update
41+
run: |
42+
python3 scripts/dm_xml_ci_change_enforcement.py data_model/1.4.1
4043
4144
check-data_model-build-file:
4245
name: Check that all data_model files are listed in the data_model_xmls.gni build file

0 commit comments

Comments
 (0)