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

[ignore] Bot squash pr test #43914

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions DQMServices/Demo/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
</library>

<test name="TestDQMServicesDemo" command="runtests.sh"/>
<test name="SCRAM_DQMDemo" command="echo DQM demo"/>
7 changes: 7 additions & 0 deletions Utilities/ReleaseScripts/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<test name="TestSCRAM" command="run.sh"/>
<test name="SCRAM_TestPass" command="true"/>
<test name="SCRAM_TestFail" command="! false"/>
<test name="SCRAM_PostTest" command="test -e SCRAM_Test.txt">
<flags PRE_TEST="SCRAM_Test"/>
</test>
<test name="SCRAM_PreTest" command="touch SCRAM_PreTest.txt"/>
<test name="SCRAM_Test" command="test -e SCRAM_PreTest.txt &amp;&amp; touch SCRAM_Test.txt">
<flags PRE_TEST="SCRAM_PreTest"/>
</test>
<test name="test-clang-tidy" command="test-clang-tidy.sh">
<use name="llvm"/>
</test>
Expand Down