Skip to content

Commit d15cc64

Browse files
committed
Update sanity check action for new OS
1 parent a9309aa commit d15cc64

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

.github/workflows/example-sanity-check.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,9 @@ on:
33
- cron: "0 */12 * * *"
44
workflow_dispatch:
55
jobs:
6-
# Wait for up to a minute for previous run to complete, abort if not done by then
7-
pre-ci:
8-
runs-on: ubuntu-latest
9-
timeout-minutes: 1
10-
steps:
11-
- name: 'Block Concurrent Executions'
12-
uses: softprops/turnstyle@v1
13-
with:
14-
poll-interval-seconds: 10
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
176
#Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads.
18-
linux-arm64:
19-
needs: pre-ci
20-
runs-on: ubuntu-16.04
7+
linux-x86_64:
8+
runs-on: ubuntu-18.04
219
steps:
2210
- uses: AutoModality/action-clean@v1
2311
- name: Cancel Previous Runs

data-pipeline-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ information regarding copyright ownership.
4242
<exec-maven-plugin.version>1.4.0</exec-maven-plugin.version>
4343
<maven-shade-plugin.version>2.4.3</maven-shade-plugin.version>
4444
<logback.version>1.1.7</logback.version>
45-
<scala.binary.version>2.11</scala.binary.version>
45+
<scala.binary.version>2.12</scala.binary.version>
4646
<spark.version>2.4.8</spark.version>
4747
<tablesaw.version>0.38.5</tablesaw.version>
4848
<!-- Note: tablesaw needs a newer version of guava -->

tensorflow-keras-import-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ information regarding copyright ownership.
4242
<exec-maven-plugin.version>1.4.0</exec-maven-plugin.version>
4343
<maven-shade-plugin.version>2.4.3</maven-shade-plugin.version>
4444
<logback.version>1.1.7</logback.version>
45-
<javacpp.version>1.5.5</javacpp.version>
45+
<javacpp.version>1.5.7</javacpp.version>
4646
<tensorflow.version>1.15.5</tensorflow.version>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<junit.version>5.8.0-M1</junit.version>

0 commit comments

Comments
 (0)