Skip to content

Commit 0f47fae

Browse files
committed
Disable old CI scripts
1 parent cf3571d commit 0f47fae

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

scripts/jobs/validate/junit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash -e
22

33
baseDir=${WORKSPACE-`pwd`}
4+
mkdir -p $baseDir/tests/partest-generated
5+
touch $baseDir/tests/partest-generated/gen.log
6+
exit 0
47
scriptsDir="$baseDir/scripts"
58
. $scriptsDir/common
69

scripts/jobs/validate/partest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash -e
22

33
baseDir=${WORKSPACE-`pwd`}
4+
mkdir -p $baseDir/tests/partest-generated
5+
touch $baseDir/tests/partest-generated/gen.log
6+
exit 0
47
scriptsDir="$baseDir/scripts"
58
. $scriptsDir/common
69

scripts/jobs/validate/partest-bootstrapped

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash -e
22

33
baseDir=${WORKSPACE-`pwd`}
4+
mkdir -p $baseDir/tests/partest-generated
5+
touch $baseDir/tests/partest-generated/gen.log
6+
exit 0
47
scriptsDir="$baseDir/scripts"
58
. $scriptsDir/common
69

0 commit comments

Comments
 (0)