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

Rename noteook-tests.yml to notebook-tests.yml #675

Closed
wants to merge 36 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
18cde9d
Temporarily stop Hail tests
a0x8o Jun 30, 2022
b875a63
Fix yet another broken link in the docs (Repos sync)
a0x8o Jun 30, 2022
9a095b3
Add Docker images build for DBR 9.1 LTS
a0x8o Jun 30, 2022
7b51417
Initial tutorial on contributing to the github repo
a0x8o Jul 28, 2022
d56716d
Updated config.yml
a0x8o Jul 29, 2022
426514d
Updated config.yml
a0x8o Jul 29, 2022
ffab2e1
Updated config.yml
a0x8o Jul 29, 2022
c085668
Updated config.yml
a0x8o Jul 29, 2022
194800f
Updated config.yml
a0x8o Jul 29, 2022
f14f5a7
Updated config.yml
a0x8o Jul 29, 2022
af7c616
Updated config.yml
a0x8o Jul 29, 2022
83f6428
Updated config.yml
a0x8o Jul 29, 2022
c437440
Update Broken Link to Databricks File System Docs
willsmithDB Sep 7, 2022
c8e131e
Updated Cloud Object Storage Docs
willsmithDB Sep 7, 2022
0b37197
Fixed broken 'local DBFS API' anchor reference to be: https://docs.da…
a0x8o Sep 16, 2022
9542551
Halt Hail tests
a0x8o Sep 16, 2022
f41f506
Remove .metals
a0x8o Oct 7, 2022
5fd4ee8
Bump acceptance tests
a0x8o Oct 8, 2022
5fea959
Added to .gitignore due to sbt generate files
willsmithDB Oct 18, 2022
dabff95
Remove 2xlarge resource reference
a0x8o Oct 20, 2022
0ba4f97
Re-trigger stalled tests
a0x8o Nov 2, 2022
50c5127
Merge branch 'projectglow:master' into master
a0x8o Nov 30, 2022
b2424dd
Merge branch 'master' into master
a0x8o Jan 26, 2023
794f218
Levels ridge regression tutorial
Mar 8, 2023
d11c66e
Merge branch 'projectglow:master' into master
a0x8o Oct 23, 2023
4ea2d08
Merge branch 'projectglow:master' into master
a0x8o Feb 1, 2024
6df1388
Merge pull request #4 from projectglow/master
a0x8o Feb 12, 2024
eb7b553
Merge branch 'projectglow:main' into master
a0x8o Mar 12, 2024
6dbc154
Merge branch 'projectglow:main' into master
a0x8o Mar 13, 2024
5e46067
Merge branch 'projectglow:main' into master
a0x8o Mar 13, 2024
77f25f4
Merge branch 'projectglow:main' into main
a0x8o Jun 6, 2024
a007de8
Merge branch 'projectglow:main' into main
a0x8o Jun 18, 2024
b9eaeee
Update tests.yml
a0x8o Jun 26, 2024
c0addc2
Merge pull request #6 from genomics-lakehouse/continue-on-error-for-d…
a0x8o Jun 26, 2024
0eb897d
2.12.15 -> 2.12.19
a0x8o Jun 26, 2024
64149ee
2.12.15 -> 2.12.19
a0x8o Jun 26, 2024
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
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

- name: Check docs links
run: (cd docs && make linkcheck)
continue-on-error: true


spark-tests:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ conda env update -f python/environment.yml

Start an sbt shell using the `sbt` command.

> **FYI**: The following SBT projects are built on Spark 3.5.1/Scala 2.12.15 by default. To change the Spark version and
> **FYI**: The following SBT projects are built on Spark 3.5.1/Scala 2.12.19 by default. To change the Spark version and
Scala version, set the environment variables `SPARK_VERSION` and `SCALA_VERSION`.

To compile the main code:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sbt.librarymanagement.ModuleID
import sbt.nio.Keys._

// Scala version used by DBR 13.3 LTS and 14.0
lazy val scala212 = "2.12.15"
lazy val scala212 = "2.12.19"
lazy val scala213 = "2.13.12"

lazy val spark3 = "3.5.1"
Expand Down
Loading
Loading