-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'vara-dev' into f-SingleCommitFilter
- Loading branch information
Showing
74 changed files
with
3,272 additions
and
174 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ name: pre-commit | |
|
||
on: | ||
pull_request: | ||
merge_group: | ||
|
||
jobs: | ||
pre-commit: | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
benchbuild>=6.6.4 | ||
benchbuild>=6.8 | ||
click>=8.1.3 | ||
distro>=1.5.0 | ||
graphviz>=0.14.2 | ||
|
25 changes: 25 additions & 0 deletions
25
tests/TEST_INPUTS/paper_configs/test_config_ids/SynthIPRuntime_0.case_study
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
DocType: CaseStudy | ||
Version: 1 | ||
... | ||
--- | ||
project_name: SynthIPRuntime | ||
stages: | ||
- revisions: | ||
- commit_hash: 793035062810ea3a2d9a10f831cd199fbbb82090 | ||
commit_id: 64 | ||
config_ids: | ||
- 0 | ||
- 1 | ||
- 2 | ||
- 3 | ||
- 4 | ||
version: 0 | ||
... | ||
--- | ||
config_type: PlainCommandlineConfiguration | ||
0: '["-d"]' | ||
1: '["-c"]' | ||
2: '["-c", "-1"]' | ||
3: '["-c", "-2"]' | ||
4: '["-c", "-1", "-2"]' |
25 changes: 25 additions & 0 deletions
25
tests/TEST_INPUTS/paper_configs/test_config_ids/SynthIPTemplate_0.case_study
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
DocType: CaseStudy | ||
Version: 1 | ||
... | ||
--- | ||
project_name: SynthIPTemplate | ||
stages: | ||
- revisions: | ||
- commit_hash: 793035062810ea3a2d9a10f831cd199fbbb82090 | ||
commit_id: 64 | ||
config_ids: | ||
- 0 | ||
- 1 | ||
- 2 | ||
- 3 | ||
- 4 | ||
version: 0 | ||
... | ||
--- | ||
config_type: PatchConfiguration | ||
0: '["Decompress"]' | ||
1: '["Compress", "no_fastmode", "no_smallmode"]' | ||
2: '["Compress", "fastmode", "no_smallmode"]' | ||
3: '["Compress", "no_fastmode", "smallmode"]' | ||
4: '["Compress", "fastmode", "smallmode"]' |
This file contains 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
This file contains 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
8 changes: 8 additions & 0 deletions
8
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/exclude-revision-range.info
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
description: Patch that excludes a range of commits (Otherwise includes all) | ||
exclude_revisions: | ||
revision_range: | ||
end: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
start: 01f9f1f07bef22d4248e8349aba4f0c1f204607e | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: exclude-revision-range |
10 changes: 10 additions & 0 deletions
10
.../TEST_INPUTS/patch_configs/FeaturePerfCSCollection/exclude-single-and-revision-range.info
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
description: Patch that excludes a certain range and individual commits (Otherwise | ||
includes all) | ||
exclude_revisions: | ||
revision_range: | ||
end: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
start: 01f9f1f07bef22d4248e8349aba4f0c1f204607e | ||
single_revision: 27f17080376e409860405c40744887d81d6b3f34 | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: exclude-single-and-revision-range |
6 changes: 6 additions & 0 deletions
6
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/exclude-single-revision.info
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
description: Patch that is valid for all commits except a single one | ||
exclude_revisions: | ||
single_revision: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: exclude-single-revision |
12 changes: 12 additions & 0 deletions
12
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/include-range-exclude-range.info
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
description: Patch valid for a range of commits where a subrange is explicitly excluded | ||
exclude_revisions: | ||
revision_range: | ||
end: a94fb35ca49719028a1c50bdbc2fb82122043f46 | ||
start: c051e44a973ee31b3baa571407694467a513ba68 | ||
include_revisions: | ||
revision_range: | ||
end: 4300ea495e7f013f68e785fdde5c4ead81297999 | ||
start: 01f9f1f07bef22d4248e8349aba4f0c1f204607e | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: include-range-exclude-range |
10 changes: 10 additions & 0 deletions
10
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/include-range-exclude-single.info
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
description: Patch valid for a range of commits where a single one is excluded | ||
exclude_revisions: | ||
single_revision: 162db88346b06be20faac6976f1ff9bad986accf | ||
include_revisions: | ||
revision_range: | ||
end: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
start: 01f9f1f07bef22d4248e8349aba4f0c1f204607e | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: include-range-exclude-single |
8 changes: 8 additions & 0 deletions
8
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/include-revision-range.info
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
description: Patch that is valid for a range of commits | ||
include_revisions: | ||
revision_range: | ||
end: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
start: 01f9f1f07bef22d4248e8349aba4f0c1f204607e | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: include-revision-range |
9 changes: 9 additions & 0 deletions
9
.../TEST_INPUTS/patch_configs/FeaturePerfCSCollection/include-single-and-revision-range.info
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
description: Patch that is valid for a revision range AND another single commit | ||
include_revisions: | ||
revision_range: | ||
end: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
start: 01f9f1f07bef22d4248e8349aba4f0c1f204607e | ||
single_revision: 27f17080376e409860405c40744887d81d6b3f34 | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: include-single-and-revision-range |
6 changes: 6 additions & 0 deletions
6
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/include-single-revision.info
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
description: Patch that is valid for a single revision | ||
include_revisions: | ||
single_revision: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: include-single-revision |
5 changes: 5 additions & 0 deletions
5
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/unrestricted-range.info
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
description: Patch describing an unrestricted range of commits, meaning it should | ||
include all commits | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: unrestricted-range |
Binary file added
BIN
+4.85 KB
...itivity-ContextSense-06eac0edb6/8380144f-9a25-44c6-8ce0-08d0a29c677b_config-1_success.zip
Binary file not shown.
Binary file added
BIN
+5.02 KB
...itivity-ContextSense-06eac0edb6/b24ee2c1-fc85-47ba-abbd-90c98e88a37c_config-0_success.zip
Binary file not shown.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.