Skip to content

Commit

Permalink
infra: remove CI usages of launch.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
nrmancuso authored and romani committed May 1, 2021
1 parent d6d82f1 commit 685f33b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
11 changes: 0 additions & 11 deletions .ci/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ patch-diff-report-tool)
mvn clean install
;;

checkstyle-tester-launch-groovy)
checkout_from https://github.com/checkstyle/checkstyle
cd .ci-temp/checkstyle
LOCAL_GIT_REPO=$(pwd)
mvn --batch-mode clean install -Passembly
cd ../../checkstyle-tester
groovy diff.groovy -r "$LOCAL_GIT_REPO" -l projects-for-travis.properties --patchConfig my_check.xml \
--patchBranch master --mode single --allowExcludes
;;

checkstyle-tester-diff-groovy-patch)
checkout_from https://github.com/checkstyle/checkstyle
cd .ci-temp/checkstyle
Expand Down Expand Up @@ -105,7 +95,6 @@ checkstyle-tester-diff-groovy-regression-single)
codenarc)
cd checkstyle-tester
./codenarc.sh . diff.groovy > diff.log && cat diff.log && grep '(p1=0; p2=0; p3=0)' diff.log
./codenarc.sh . launch.groovy > launch.log && cat launch.log && grep '(p1=0; p2=11; p3=1)' launch.log
;;

markdownlint)
Expand Down
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ matrix:
- DESC="patch-diff-report-tool"
- CMD="./.ci/travis.sh patch-diff-report-tool"

- jdk: openjdk8
env:
- DESC="checkstyle-tester (launch.groovy) on linux"
- CMD="./.ci/travis.sh checkstyle-tester-launch-groovy"

- jdk: openjdk8
env:
- DESC="checkstyle-tester (diff.groovy) on linux"
Expand Down
8 changes: 0 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ environment:
DESC: "patch-diff-report-tool"
CMD1: "cd patch-diff-report-tool && mvn clean install"
# checkstyle-tester
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
DESC: "checkstyle-tester (launch.groovy) on guava"
CMD1: " git clone -q --depth=10 --branch=master "
CMD2: " https://github.com/checkstyle/checkstyle C:\\projects\\contribution\\checkstyle "
CMD3: " && cd checkstyle && mvn clean install -Passembly"
CMD4: " "
CMD5: " && cd ..\\checkstyle-tester "
CMD7: " && groovy launch.groovy -l projects-for-travis.properties -c checks-nonjavadoc-error.xml -i\""
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
DESC: "checkstyle-tester (diff.groovy) on guava"
CMD1: " git clone -q --depth=10 --branch=master "
Expand Down

0 comments on commit 685f33b

Please sign in to comment.