Skip to content

Commit

Permalink
Merge pull request #3 from project-thirdeye/fixing_maven_yml
Browse files Browse the repository at this point in the history
Fixing github action and travis
  • Loading branch information
xiangfu0 authored Feb 26, 2021
2 parents 9910fd4 + 7c23bc5 commit 6cee427
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 43 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ name: Artifact Publish Test Workflow
on:
schedule:
- cron: "0 17 * * 1-5"
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
Expand All @@ -39,5 +39,4 @@ jobs:
java-version: 1.8
- name: Build with Maven
run: |
cd thirdeye
mvn -T 1C clean compile package
3 changes: 0 additions & 3 deletions .github/workflows/thirdeye_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ on:
branches: [ master ]
paths-ignore:
- "docs/**"
- "licenses/**"
- "licenses-binary/**"
- "website/**"
- "**.md"

jobs:
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
# - ./.travis/.travis_quickstart_openjdk.sh 13
- stage: deploy
script:
- travis_wait 40 ./.travis/.travis_nightly_build.sh
- travis_wait 60 ./.travis/.travis_te_nightly_build.sh

env:
Expand Down
4 changes: 0 additions & 4 deletions .travis/.travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@
# Java version
java -version

cd thirdeye-hadoop
mvn clean compile -B -DskipTests ${DEPLOY_BUILD_OPTS}
cd ..
cd thirdeye-pinot
mvn clean compile -B -DskipTests ${DEPLOY_BUILD_OPTS}
32 changes: 0 additions & 32 deletions .travis/.travis_nightly_build.sh

This file was deleted.

0 comments on commit 6cee427

Please sign in to comment.