Skip to content

Commit 380f817

Browse files
authored
Merge pull request #1188 from consideRatio/pr/ci-speedup
ci: refactor julia/r/conda tests - now ~25 min instead of ~50 min
2 parents d7be04e + 1e4bc50 commit 380f817

File tree

104 files changed

+284
-361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+284
-361
lines changed

docs/source/config_files.rst

Lines changed: 4 additions & 3 deletions

repo2docker/buildpacks/julia/julia_project.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ def julia_version(self):
5050
compat = project_toml["compat"]["julia"]
5151
except:
5252
# Default version which needs to be manually updated with new major.minor releases
53+
#
54+
# NOTE: Updates to the default version should go hand in hand with
55+
# updates to tests/julia/project/verify where is intent to
56+
# test the version.
57+
#
58+
# FIXME: When compat = "1.6" is set below and passed to
59+
# find_semver_match, we get 1.8.2 as of 2022-10-09. We should
60+
# clarify the desired behavior and have a unit test of
61+
# find_semver_match to validate it.
62+
#
5363
compat = "1.6"
5464

5565
match = find_semver_match(compat, self.all_julias)

repo2docker/buildpacks/r.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def r_version(self):
7979
#
8080
# NOTE: When updating this version, also update
8181
# - tests/unit/test_r.py -> test_version_specification
82-
# - tests/r/simple/verify
82+
# - tests/r/r-rspm-apt/verify
8383
#
8484
r_version = version_map["4.2"]
8585

tests/conda/README.md

Lines changed: 63 additions & 0 deletions

tests/conda/binder-dir/Dockerfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/conda/binder-dir/environment.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/conda/channel-dep/environment.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/conda/channel-dep/verify

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/conda/default-env/postBuild

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/conda/default-env/verify

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)