[
https://issues.apache.org/jira/browse/DRILL-7543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17019768#comment-17019768
]
Vova Vysotskyi commented on DRILL-7543:
---------------------------------------
Initial attempt:
https://github.com/vvysotskyi/drill/commit/5c8295dc34e3cdc5d390e62f5ce755c16bbcec3f
Jobs failed with error:
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-test) on
project drill-common: There are test failures.
23958
[ERROR]
23959
[ERROR] Please refer to
/home/runner/work/drill/drill/common/target/surefire-reports for the individual
test results.
23960
[ERROR] Please refer to dump files (if any exist) [date].dump,
[date]-jvmRun[N].dump and [date].dumpstream.
23961
[ERROR] ExecutionException The forked VM terminated without properly saying
goodbye. VM crash or System.exit called?
23962
[ERROR] Command was /bin/sh -c cd /home/runner/work/drill/drill/common &&
/opt/hostedtoolcache/jdk/8.0.232/x64/jre/bin/java -Xms512m -Xmx4096m
-Ddrill.exec.http.enabled=false
-Ddrill.exec.memory.enable_unsafe_bounds_check=true
-Ddrill.exec.sys.store.provider.local.write=false
-Dorg.apache.drill.exec.server.Drillbit.system_options=org.apache.drill.exec.compile.ClassTransformer.scalar_replacement=on
-Ddrill.catastrophic_to_standard_out=true -XX:MaxDirectMemorySize=4096M
-Djava.net.preferIPv4Stack=true -Djava.awt.headless=true
-XX:+CMSClassUnloadingEnabled -ea -Djdk.attach.allowAttachSelf=true
-javaagent:/home/runner/.m2/repository/org/jmockit/jmockit/1.47/jmockit-1.47.jar
org.apache.maven.surefire.booter.ForkedBooter
/home/runner/work/drill/drill/common/target/surefire
2020-01-12T13-33-39_645-jvmRun1 surefire8675796803129827326tmp
surefire_05249248050564230722tmp
23963
{noformat}
Full log may be found here: https://github.com/vvysotskyi/drill/runs/385634666
> Examine using GitHub Actions for CI
> -----------------------------------
>
> Key: DRILL-7543
> URL: https://issues.apache.org/jira/browse/DRILL-7543
> Project: Apache Drill
> Issue Type: Task
> Affects Versions: 1.17.0
> Reporter: Vova Vysotskyi
> Assignee: Vova Vysotskyi
> Priority: Major
> Fix For: Future
>
>
> GitHub Actions became stable, so we should examine using it for Drill.
> It provides more capabilities than Travis (see
> https://help.github.com/en/actions/automating-your-workflow-with-github-actions/about-github-actions#usage-limits)
> so it may be used as a single CI and replace both Travis and Circle.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)