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

remove scala app test for nightly test #5595

Merged
merged 1 commit into from
Aug 31, 2022
Merged
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
35 changes: 0 additions & 35 deletions .github/workflows/nightly_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ on:
- Orca-Python-Ray-Py37-Spark3
- Orca-Python-Py37-Spark3
- Orca-Ray-Ctx-Example
- Scala-App
- Dllib-Scala-UT
- Friesian-Scala-UT
- PPML-Scala-UT
Expand Down Expand Up @@ -96,40 +95,6 @@ jobs:
- name: Run test
uses: ./.github/actions/orca-python-py37-spark3-action

Scala-App:
if: ${{ github.event.schedule || github.event.inputs.artifact == 'Scala-App' || github.event.inputs.artifact == 'all' }}
runs-on: [self-hosted, Gondolin, ubuntu-20.04-lts]

steps:
- uses: actions/checkout@v3
- name: Set up JDK8
uses: ./.github/actions/jdk-setup-action
- name: Set up maven
uses: ./.github/actions/maven-setup-action
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy
pip install tensorflow==1.15.0
pip install jupyter
apt-get update
apt-get install wget

wget https://downloads.lightbend.com/scala/2.11.8/scala-2.11.8.tgz
gunzip scala-2.11.8.tgz
tar -xf scala-2.11.8.tar -C /opt
rm scala-2.11.8.tar
ln -s /opt/scala-2.11.8 /opt/scala
- name: Run Test
run: |
export SCALA_HOME=/opt/scala
chmod a+x apps/run-scala-app-test.sh
apps/run-scala-app-test.sh

Dllib-Scala-UT:
if: ${{ github.event.schedule || github.event.inputs.artifact == 'Dllib-Scala-UT' || github.event.inputs.artifact == 'all' }}
runs-on: [ self-hosted, Gondolin, ubuntu-20.04-lts ]
Expand Down