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

PIPE-4877 Remove config validate test with invalid org ID #1069

Merged
merged 1 commit into from
Aug 22, 2024

Commits on Aug 22, 2024

  1. PIPE-4877 Remove config validate test with invalid org ID

    There has been a change to how configs are compiled that makes this test
    invalid.
    
    Previously we would allow any random owner ID to be passed in
    when compiling certified orbs as these were enabled by default and
    didn't require any checks with the provided owner ID.
    
    To support an upcoming feature, now when compiling the config, all
    provided owner IDs are checked and must exist to validate that the
    organization allows that type of orb.
    
    The CLI can continue to use no owner ID with public certified orbs as
    tested in the above case.
    
    https://github.com/CircleCI-Public/circleci-cli/blob/2766f0e710c8727e346e247f6c779079a79b010c/integration_tests/features/circleci_config.feature#L63-L85
    liamclarkedev committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d0a1e4f View commit details
    Browse the repository at this point in the history