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

new: Random improvements. #1779

Merged
merged 5 commits into from
Jan 5, 2025
Merged

new: Random improvements. #1779

merged 5 commits into from
Jan 5, 2025

Conversation

milesj
Copy link
Collaborator

@milesj milesj commented Jan 4, 2025

Fixes #1587 and #1567

Copy link

github-actions bot commented Jan 5, 2025

Run report for 826344fb (ubuntu-latest, 20)

Total time: 3m 9s | Comparison time: 3m 44s | Estimated savings: 35.4s (15.8% faster)

Action Time Status Info
🟩 SyncWorkspace 32.3ms Passed
🟩 SetupToolchain(node:~20) 23.4s Passed
🟩 SyncProject(node, types) 3.3ms Passed
🟩 SyncProject(node, runtime) 3.2ms Passed
🟩 SyncProject(node, website) 5.3ms Passed
🟩 InstallWorkspaceDeps(node:~20) 44.2s Passed
🟩 RunTask(types:format) 2.1s Passed
🟩 RunTask(types:test) 1.5s Passed
🟩 RunTask(types:typecheck) 4.6s Passed
🟩 RunTask(types:lint) 8s Passed
🟩 RunTask(types:build) 9.1s Passed
🟩 RunTask(runtime:build) 3.1s Passed
🟩 RunTask(website:test) 1.1s Passed
🟩 RunTask(website:typecheck) 11.6s Passed
🟩 RunTask(website:lint) 16.9s Passed
🟩 RunTask(website:format) 17.3s Passed
🟩 RunTask(website:build) 1m 49s Passed
Environment

OS: Linux
Matrix:

os = ubuntu-latest
node-version = 20
Touched files
CHANGELOG.md
crates/action/src/operation.rs
crates/config/src/project/task_options_config.rs
crates/config/tests/inherited_tasks_config_test.rs
crates/task-builder/src/tasks_builder.rs
crates/task-expander/src/expander_utils.rs
crates/task-expander/src/task_expander.rs
crates/task-expander/src/token_expander.rs
crates/task-expander/tests/token_expander_test.rs
crates/task/src/task_options.rs
legacy/bun/platform/src/actions/install_deps.rs
legacy/node/platform/src/actions/install_deps.rs
legacy/python/platform/src/actions/install_deps.rs
packages/types/src/tasks-config.ts
packages/types/src/workspace-config.ts
tests/docker/Dockerfile
tests/docker/Dockerfile.staged
website/docs/config/project.mdx
website/static/schemas/project.json
website/static/schemas/tasks.json

Copy link

github-actions bot commented Jan 5, 2025

Run report for 826344fb (ubuntu-latest, 22)

Total time: 3m 14s | Comparison time: 3m 51s | Estimated savings: 37.1s (16.1% faster)

Action Time Status Info
🟩 SyncWorkspace 29.5ms Passed
🟩 SetupToolchain(node:~22) 26.3s Passed
🟩 SyncProject(node, types) 3.5ms Passed
🟩 SyncProject(node, runtime) 3.3ms Passed
🟩 SyncProject(node, website) 3.7ms Passed
🟩 InstallWorkspaceDeps(node:~22) 42.9s Passed
🟩 RunTask(types:format) 2.1s Passed
🟩 RunTask(types:test) 1.4s Passed
🟩 RunTask(types:build) 6.5s Passed
🟩 RunTask(types:typecheck) 6.5s Passed
🟩 RunTask(types:lint) 8.3s Passed
🟩 RunTask(runtime:build) 4s Passed
🟩 RunTask(website:test) 2s Passed
🟩 RunTask(website:typecheck) 10.9s Passed
🟩 RunTask(website:lint) 17.6s Passed
🟩 RunTask(website:format) 16.9s Passed
🟩 RunTask(website:build) 1m 54s Passed
Environment

OS: Linux
Matrix:

os = ubuntu-latest
node-version = 22
Touched files
CHANGELOG.md
crates/action/src/operation.rs
crates/config/src/project/task_options_config.rs
crates/config/tests/inherited_tasks_config_test.rs
crates/task-builder/src/tasks_builder.rs
crates/task-expander/src/expander_utils.rs
crates/task-expander/src/task_expander.rs
crates/task-expander/src/token_expander.rs
crates/task-expander/tests/token_expander_test.rs
crates/task/src/task_options.rs
legacy/bun/platform/src/actions/install_deps.rs
legacy/node/platform/src/actions/install_deps.rs
legacy/python/platform/src/actions/install_deps.rs
packages/types/src/tasks-config.ts
packages/types/src/workspace-config.ts
tests/docker/Dockerfile
tests/docker/Dockerfile.staged
website/docs/config/project.mdx
website/static/schemas/project.json
website/static/schemas/tasks.json

Copy link

github-actions bot commented Jan 5, 2025

Run report for 826344fb (ubuntu-latest, 18)

Total time: 3m 16s | Comparison time: 3m 55s | Estimated savings: 39.1s (16.6% faster)

Action Time Status Info
🟩 SyncWorkspace 29.9ms Passed
🟩 SetupToolchain(node:~18) 24.6s Passed
🟩 SyncProject(node, types) 2.7ms Passed
🟩 SyncProject(node, runtime) 2.2ms Passed
🟩 SyncProject(node, website) 3.2ms Passed
🟩 InstallWorkspaceDeps(node:~18) 44.6s Passed
🟩 RunTask(types:format) 2s Passed
🟩 RunTask(types:test) 2s Passed
🟩 RunTask(types:typecheck) 5.1s Passed
🟩 RunTask(types:build) 6.5s Passed
🟩 RunTask(types:lint) 8.7s Passed
🟩 RunTask(runtime:build) 3.9s Passed
🟩 RunTask(website:typecheck) 11.4s Passed
🟩 RunTask(website:test) 1.7s Passed
🟩 RunTask(website:lint) 18.6s Passed
🟩 RunTask(website:format) 18.9s Passed
🟩 RunTask(website:build) 1m 56s Passed
Environment

OS: Linux
Matrix:

os = ubuntu-latest
node-version = 18
Touched files
CHANGELOG.md
crates/action/src/operation.rs
crates/config/src/project/task_options_config.rs
crates/config/tests/inherited_tasks_config_test.rs
crates/task-builder/src/tasks_builder.rs
crates/task-expander/src/expander_utils.rs
crates/task-expander/src/task_expander.rs
crates/task-expander/src/token_expander.rs
crates/task-expander/tests/token_expander_test.rs
crates/task/src/task_options.rs
legacy/bun/platform/src/actions/install_deps.rs
legacy/node/platform/src/actions/install_deps.rs
legacy/python/platform/src/actions/install_deps.rs
packages/types/src/tasks-config.ts
packages/types/src/workspace-config.ts
tests/docker/Dockerfile
tests/docker/Dockerfile.staged
website/docs/config/project.mdx
website/static/schemas/project.json
website/static/schemas/tasks.json

Copy link

github-actions bot commented Jan 5, 2025

Run report for 826344fb (windows-latest, 20)

Total time: 1m 41s | Comparison time: 3m 35s | Estimated savings: 1m 54s (53.1% faster)

Action Time Status Info
🟩 SyncWorkspace 32.4ms Passed
🟩 SetupToolchain(node:~20) 27.1s Passed
🟩 SyncProject(node, types) 4.9ms Passed
🟩 SyncProject(node, runtime) 3.6ms Passed
🟩 SyncProject(node, website) 4.8ms Passed
🟩 InstallWorkspaceDeps(node:~20) 1m 1s Passed
🟦 RunTask(types:lint) 799.4ms Cached
🟦 RunTask(types:typecheck) 1.2s Cached
🟦 RunTask(types:build) 1.2s Cached
🟦 RunTask(types:test) 756.1ms Cached
🟩 RunTask(types:format) 1.8s Passed
🟦 RunTask(runtime:build) 674.5ms Cached
🟦 RunTask(website:typecheck) 704.4ms Cached
🟦 RunTask(website:test) 1.1s Cached
🟦 RunTask(website:lint) 1.4s Cached
🟦 RunTask(website:build) 6s Cached
🟩 RunTask(website:format) 10.1s Passed
Environment

OS: Windows
Matrix:

os = windows-latest
node-version = 20
Touched files
CHANGELOG.md
crates/action/src/operation.rs
crates/config/src/project/task_options_config.rs
crates/config/tests/inherited_tasks_config_test.rs
crates/task-builder/src/tasks_builder.rs
crates/task-expander/src/expander_utils.rs
crates/task-expander/src/task_expander.rs
crates/task-expander/src/token_expander.rs
crates/task-expander/tests/token_expander_test.rs
crates/task/src/task_options.rs
legacy/bun/platform/src/actions/install_deps.rs
legacy/node/platform/src/actions/install_deps.rs
legacy/python/platform/src/actions/install_deps.rs
packages/types/src/tasks-config.ts
packages/types/src/workspace-config.ts
tests/docker/Dockerfile
tests/docker/Dockerfile.staged
website/docs/config/project.mdx
website/static/schemas/project.json
website/static/schemas/tasks.json

Copy link

github-actions bot commented Jan 5, 2025

Run report for 826344fb (windows-latest, 22)

Total time: 1m 44s | Comparison time: 3m 41s | Estimated savings: 1m 56s (52.7% faster)

Action Time Status Info
🟩 SyncWorkspace 33.5ms Passed
🟩 SetupToolchain(node:~22) 30s Passed
🟩 SyncProject(node, types) 4.4ms Passed
🟩 SyncProject(node, runtime) 3.8ms Passed
🟩 SyncProject(node, website) 3.7ms Passed
🟩 InstallWorkspaceDeps(node:~22) 1m 2s Passed
🟦 RunTask(types:build) 996.1ms Cached
🟦 RunTask(types:typecheck) 1.3s Cached
🟦 RunTask(types:lint) 1.4s Cached
🟦 RunTask(types:test) 769.8ms Cached
🟩 RunTask(types:format) 1.9s Passed
🟦 RunTask(runtime:build) 771.9ms Cached
🟦 RunTask(website:typecheck) 689.2ms Cached
🟦 RunTask(website:lint) 1s Cached
🟦 RunTask(website:test) 1.4s Cached
🟦 RunTask(website:build) 5.7s Cached
🟩 RunTask(website:format) 10s Passed
Environment

OS: Windows
Matrix:

os = windows-latest
node-version = 22
Touched files
CHANGELOG.md
crates/action/src/operation.rs
crates/config/src/project/task_options_config.rs
crates/config/tests/inherited_tasks_config_test.rs
crates/task-builder/src/tasks_builder.rs
crates/task-expander/src/expander_utils.rs
crates/task-expander/src/task_expander.rs
crates/task-expander/src/token_expander.rs
crates/task-expander/tests/token_expander_test.rs
crates/task/src/task_options.rs
legacy/bun/platform/src/actions/install_deps.rs
legacy/node/platform/src/actions/install_deps.rs
legacy/python/platform/src/actions/install_deps.rs
packages/types/src/tasks-config.ts
packages/types/src/workspace-config.ts
tests/docker/Dockerfile
tests/docker/Dockerfile.staged
website/docs/config/project.mdx
website/static/schemas/project.json
website/static/schemas/tasks.json

Copy link

github-actions bot commented Jan 5, 2025

Run report for 826344fb (windows-latest, 18)

Total time: 1m 50s | Comparison time: 3m 47s | Estimated savings: 1m 56s (51.3% faster)

Action Time Status Info
🟩 SyncWorkspace 32.6ms Passed
🟩 SetupToolchain(node:~18) 25s Passed
🟩 SyncProject(node, types) 4.8ms Passed
🟩 SyncProject(node, runtime) 4ms Passed
🟩 SyncProject(node, website) 4.4ms Passed
🟩 InstallWorkspaceDeps(node:~18) 1m 12s Passed
🟦 RunTask(types:build) 1s Cached
🟦 RunTask(types:typecheck) 1.4s Cached
🟦 RunTask(types:lint) 1.4s Cached
🟦 RunTask(types:test) 721.9ms Cached
🟩 RunTask(types:format) 2s Passed
🟦 RunTask(runtime:build) 722.2ms Cached
🟦 RunTask(website:typecheck) 692.6ms Cached
🟦 RunTask(website:test) 1s Cached
🟦 RunTask(website:lint) 1.4s Cached
🟦 RunTask(website:build) 5.7s Cached
🟩 RunTask(website:format) 10.6s Passed
Environment

OS: Windows
Matrix:

os = windows-latest
node-version = 18
Touched files
CHANGELOG.md
crates/action/src/operation.rs
crates/config/src/project/task_options_config.rs
crates/config/tests/inherited_tasks_config_test.rs
crates/task-builder/src/tasks_builder.rs
crates/task-expander/src/expander_utils.rs
crates/task-expander/src/task_expander.rs
crates/task-expander/src/token_expander.rs
crates/task-expander/tests/token_expander_test.rs
crates/task/src/task_options.rs
legacy/bun/platform/src/actions/install_deps.rs
legacy/node/platform/src/actions/install_deps.rs
legacy/python/platform/src/actions/install_deps.rs
packages/types/src/tasks-config.ts
packages/types/src/workspace-config.ts
tests/docker/Dockerfile
tests/docker/Dockerfile.staged
website/docs/config/project.mdx
website/static/schemas/project.json
website/static/schemas/tasks.json

@milesj milesj merged commit 507b8e0 into develop-1.31 Jan 5, 2025
26 of 27 checks passed
@milesj milesj deleted the 1.31-polish branch January 5, 2025 01:04
milesj added a commit that referenced this pull request Jan 6, 2025
* Retry installs.

* Update expander.

* Add inferInputs.

* Infer from env.

* Fix tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant