forked from adobe/react-spectrum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit c25404e
authored
chore: remove redundant deploy jobs from CircleCI config (#3)
* chore: remove redundant deploy jobs from CircleCI config
This commit eliminates the deploy jobs for production and verdaccio from the CircleCI configuration, streamlining the workflow. Additionally, it introduces comments for better clarity on the workflow requirements.
* chore: remove rsp-xlarge executor from CircleCI config jobs
This commit removes the 'rsp-xlarge' executor from multiple jobs in the CircleCI configuration, streamlining the setup and potentially improving resource allocation during builds.
* chore: add 'rsp' executor to multiple CircleCI jobs
This commit introduces the 'rsp' executor to various jobs in the CircleCI configuration, ensuring consistent resource allocation and improving build performance across the pipeline.
* chore: streamline CircleCI configuration by consolidating storybook jobs and updating executor
This commit removes multiple storybook jobs from the CircleCI configuration and consolidates them under a single executor, improving clarity and resource management. The 'typecheck-docs' job is also updated to use the 'rsp' executor, ensuring consistency across the pipeline.
* chore: remove obsolete test jobs from CircleCI configuration
This commit eliminates the test jobs for versions 16, 17, and 19 from the CircleCI configuration, streamlining the workflow and reducing redundancy. The remaining jobs are updated to maintain clarity and efficiency in the testing process.
* chore: remove additional obsolete install jobs from CircleCI configuration
This commit further streamlines the CircleCI configuration by removing the install jobs for versions 16, 17, and 19, enhancing workflow efficiency and reducing redundancy in the build process.
* chore: further streamline CircleCI configuration by removing obsolete install jobs
This commit continues to enhance the CircleCI configuration by eliminating the install jobs for versions 16, 17, and 19, further reducing redundancy and improving workflow efficiency.
* chore: update CircleCI configuration to use 'rsp' executor for all jobs
This commit modifies the CircleCI configuration to replace the 'rsp-large' executor with the 'rsp' executor across all jobs, enhancing consistency and potentially improving resource management in the build process.
* chore: update test commands in package.json for improved performance
This commit modifies the test commands in package.json to include the --runInBand option for both the 'test' and 'ci-test' scripts, ensuring tests run sequentially. This change aims to enhance performance and stability during testing, particularly in CI environments.1 parent cfe79d3 commit c25404eCopy full SHA for c25404e
File tree
Expand file treeCollapse file tree
2 files changed
+41
-401
lines changedFilter options
- .circleci
Expand file treeCollapse file tree
2 files changed
+41
-401
lines changed
0 commit comments