Commit Graph

3589 Commits

Author SHA1 Message Date
Ayaz Salikhov
49150068fc Add asserts to make sure wiki is always updated 2023-11-07 14:37:39 +01:00
Ayaz Salikhov
716683512e Fix table style on the home page 2023-11-07 14:35:37 +01:00
Ayaz Salikhov
3badd8f21c Improve text in tagging files 2023-11-07 00:38:23 +01:00
Ayaz Salikhov
5f8f5b6433 Add workflow to check aarch64 setup script (#2028)
* Add workflow to check aarch64 setup script

* Add sudo

* Fix step name

* Do not copy authorized keys if GITHUB_ACTIONS env var exists

* Fix

* Fix typo

* Fix

* Final fix

* Fix
2023-11-06 23:15:34 +01:00
pre-commit-ci[bot]
78fe45a776 [pre-commit.ci] pre-commit autoupdate (#2027)
updates:
- [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.14.0...v3.15.0)
- [github.com/psf/black: 23.9.1 → 23.10.1](https://github.com/psf/black/compare/23.9.1...23.10.1)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.1...v1.6.1)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-11-06 23:14:35 +01:00
Ayaz Salikhov
364b81a73b Revert "[TMP] Disable mybinder linkcheck"
This reverts commit 154343498e.
2023-11-06 21:34:20 +01:00
Ayaz Salikhov
110503092f Mention 2i2c as sponsoring aarch64 self-hosted runners (#2019)
* Mention 2i2c as sponsoring aarch64 builds

* Update README.md

* Update README.md
2023-11-06 21:19:17 +01:00
Ayaz Salikhov
87afdf9689 Better logs 2023-11-06 20:49:36 +01:00
Ayaz Salikhov
e0c2997d6e Better logs 2023-11-06 20:48:54 +01:00
Ayaz Salikhov
9ab127bccb Put monthly-files in its own folder in docs 2023-11-06 20:47:21 +01:00
Ayaz Salikhov
3d87ce2006 Create missing dir for manifest month 2023-11-06 20:40:44 +01:00
Ayaz Salikhov
b97d0d6d91 Actually put manifests in monthly folders, not daily 2023-11-06 20:35:30 +01:00
Ayaz Salikhov
5a2225e126 Improve logs during manifests handle 2023-11-06 20:29:25 +01:00
Ayaz Salikhov
74dfec85fb Remove old manifests and put everything in folders (#2026) 2023-11-06 16:02:08 +01:00
Ayaz Salikhov
6e880b0132 Add missing julia manifests download 2023-11-06 10:51:43 +01:00
Ayaz Salikhov
5f31a1fdba Simpler month_line 2023-11-06 00:59:04 +01:00
Ayaz Salikhov
8521680eb2 Simpler wiki home page table 2023-11-06 00:55:25 +01:00
Ayaz Salikhov
156cc18dd8 Improve update_wiki.py 2023-11-06 00:48:41 +01:00
Ayaz Salikhov
3f5cc4fdf2 Refactor wiki page to put everything in monthly files 2023-11-06 00:26:54 +01:00
Ayaz Salikhov
641e13e933 Add command which was run to the markdown piece 2023-11-05 20:40:04 +01:00
Ayaz Salikhov
2401290ab3 Make manifests and manifests.py itself more beautiful 2023-11-05 20:30:41 +01:00
Ayaz Salikhov
a73ba5a76d Specify code blocks in manifests 2023-11-05 14:43:00 +01:00
Ayaz Salikhov
29a79fc9f4 Fix handling boolean variable in the action 2023-11-05 14:25:20 +01:00
Ayaz Salikhov
2d640b3cfc Fix using inputs in actions: use lowercase input ids, remove types, fix bool checks 2023-11-05 11:25:35 +01:00
Ayaz Salikhov
eac75714c5 Fix bool -> boolean 2023-11-05 10:54:38 +01:00
Ayaz Salikhov
e6f89ded6e Mark test_nbconvert as a flaky test 2023-11-05 10:13:52 +01:00
Ayaz Salikhov
7866050baf Improve wording in test_extensions.py 2023-11-05 00:34:24 +01:00
Ayaz Salikhov
dc5ec3d08b Move test_packages.py to docker-stacks-foundation tests 2023-11-05 00:14:34 +01:00
Ayaz Salikhov
0a0e833fcb Fix quay.io naming 2023-11-05 00:03:23 +01:00
Ayaz Salikhov
8c874a1cb4 Rename run-hooks subdir to better show the test meaning 2023-11-04 11:44:52 +01:00
Ayaz Salikhov
0ad837af8f [FAST_BUILD] Test change variable value in run-hooks (#2023) 2023-11-04 11:41:59 +01:00
Ayaz Salikhov
29e6a45dd3 Introduce run_source_in_dir to make run-hooks tests easier to write 2023-11-04 11:36:19 +01:00
Ayaz Salikhov
d52ea4716e [FAST_BUILD] Test unset in run-hooks (#2022) 2023-11-04 11:34:33 +01:00
Ayaz Salikhov
9df3959137 [FAST_BUILD] Introduce fast build (#2014)
* [FAST_BUILD] Introduce fast build

* [FAST_BUILD] Fix

* Use pull request title, because github.event.head_commit.message is not available for PRs

* Update description

* Add some debugging

* More debug

* More debug

* Fix

* More expression contexts

* Try with old docker-tag-push.yml

* Keep simple

* Keep simple

* Do not touch parts which have worked so far

* Do not touch parts which have worked so far

* Remove ${{ }} where not needed

* Add debug code

* Remove debug logs

* Only download needed manifests and and history lines
2023-11-04 11:13:21 +01:00
acjbrouwer
1f11f445ed Fix broken link to r-notebook tags on quay (#2021) 2023-11-03 14:27:15 +01:00
Ayaz Salikhov
61e271032d Make manifests more beautiful 2023-11-03 10:12:29 +01:00
Ayaz Salikhov
af37e9ced2 Compare env variable with string 'true' value 2023-11-01 00:00:20 +01:00
Ayaz Salikhov
c27ab18a05 Remove use of expressions inside if 2023-10-31 23:55:56 +01:00
Ayaz Salikhov
7bdc64f5a1 Always use expression inside env 2023-10-31 23:40:59 +01:00
Ayaz Salikhov
65618ec1a1 Add missing condition on running aarch64-tensorflow build 2023-10-31 16:46:07 +01:00
Ayaz Salikhov
154343498e [TMP] Disable mybinder linkcheck 2023-10-31 16:41:24 +01:00
Ayaz Salikhov
e9bb9c14b2 Update first example 2023-10-31 16:37:47 +01:00
Ayaz Salikhov
463ced7e4f Update tag example 2023-10-31 16:29:35 +01:00
Ayaz Salikhov
7b57f14014 Fix README info 2023-10-31 11:42:39 +01:00
Ayaz Salikhov
64248b85c6 Increase timeout in test_spark_notebooks 2023-10-30 12:13:12 +01:00
xieshuaihu
66f7beff16 add grpcio grpcio-status to support spark connect (#2017)
* add grpcio grpcio_status to support spark connect

* Sort install list

* Fix package name

* Update pyspark docs with new deps grpcio and grpcio-status

* set grpcio and grpcio-status version as 1.56

* exclude grpcio and grpcio-status in test_packages.py

* Update selecting.md

* Update test_packages.py

* Update Dockerfile

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2023-10-30 12:11:32 +01:00
Ayaz Salikhov
fb105c9355 Fix .readthedocs.yaml style 2023-10-28 02:03:17 +03:00
Ayaz Salikhov
2e35c52f83 Introduce policy for new images/packages (#2016)
* Introduce policy for new images/packages

* Fix GitHub links

* Upadte list
2023-10-27 13:00:22 +03:00
Ayaz Salikhov
df0464cf4e Add navigation_with_keys: False and sort options 2023-10-26 16:24:49 +03:00
Ayaz Salikhov
343ef3d174 Rearrange parts in README.md to and remove call for maintainers (#2013) 2023-10-23 10:50:22 +02:00