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

Support CircleCI IP Ranges #243

Merged
merged 4 commits into from
Oct 31, 2024
Merged

Support CircleCI IP Ranges #243

merged 4 commits into from
Oct 31, 2024

Conversation

david-montano-circleci
Copy link
Contributor

See: #241
This PR was created after extending the user's PR to actually use the new parameters in the different orb jobs.
I tested:

  • without specifying the flag: the false parameter is used and it does not break existing jobs. Jobs are run in random public IPs.
  • specifying the flag as false: it does not break existing jobs. Jobs are run in random public IPs.
  • specifying the flag as true: it does not break existing jobs unless the user has not a circleci subscription. Jobs are run in public IPs listed in this document.

src/executors/default.yml Outdated Show resolved Hide resolved
src/executors/python.yml Outdated Show resolved Hide resolved
@orb-publisher
Copy link

Your development orb(s) have been published. It will expire in 90 days.
You can preview what this will look like on the CircleCI Orb Registry at the following link(s):
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:0f4ddd474f77a9056975ec07beef19e7baee0771
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:alpha

@david-montano-circleci david-montano-circleci merged commit e8b6477 into master Oct 31, 2024
2 checks passed
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.

4 participants