Skip to content

Conversation

@bunsenstraat
Copy link
Collaborator

@bunsenstraat bunsenstraat commented Jul 1, 2025

This project uses CircleCI pipeline parameters to control workflows and resources dynamically. Below is a description of the main parameters and their purpose:

changes:

  • By default nothing runs; everything needs to be triggered to save costs
  • nothing runs on PR push, you need to do it yourself
  • optional: fail fast when we move to our own Circle account use an API key...

✅ Boolean Parameters

These are used to enable or disable specific workflows:

  • run_all_tests
    When true, runs the full suite of tests.
  • run_pr_tests
    When true, runs tests tagged with #pr or #PR.
  • run_flaky_tests
    When true, runs tests tagged with #flaky.
  • run_metamask_tests
    When true, runs only the MetaMask-related tests.
  • windows, mac, linux
    Used to selectively run OS-specific builds or tests.

✅ String Parameters

  • run_file_tests
    Specifies a specific filename or pattern to run targeted tests.
  • keyword
    A custom keyword string. When specified, the workflow searches for test files containing this keyword in their filenames. This is used by the run_custom_keyword_tests workflow to trigger tests selectively.

✅ Enum Parameter

  • resource_class
    Controls the compute size used for jobs.
    Allowed values:
    • medium
    • large
    • xlarge (default)
    • 2xlarge

@netlify
Copy link

netlify bot commented Jul 1, 2025

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 2c1f55d
🔍 Latest deploy log https://app.netlify.com/projects/remixproject/deploys/6881e404a5e2100008d9e991
😎 Deploy Preview https://deploy-preview-6132--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@yann300 yann300 merged commit 9b7ccdc into master Jul 24, 2025
6 checks passed
@yann300 yann300 deleted the pipelineoptim branch July 24, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants