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

Config parse error for validator on pipeline extending a pipeline template #3109

Closed
VonnyJap opened this issue May 2, 2024 · 1 comment
Closed
Assignees
Milestone

Comments

@VonnyJap
Copy link
Member

VonnyJap commented May 2, 2024

What happened:

Observed config parse error when validating a pipeline that utilizes a pipeline template

Screenshot 2024-05-02 at 4 16 53 PM

What you expected to happen:

Validator should not show an error for pipeline that utilizes a pipeline template

How to reproduce it:

Paste this pipeline into a validator to reproduce.

template: sd-test/example-template@latest
shared:
  environment: 
    FOO: bar
jobs:
  main:
    image: node:lts
@VonnyJap VonnyJap added bug pipeline-template subtask issue that is categorized as subtask of another issue and removed subtask issue that is categorized as subtask of another issue labels May 2, 2024
@VonnyJap VonnyJap added this to the M1 milestone May 2, 2024
@tkyi
Copy link
Member

tkyi commented Jul 11, 2024

Should be resolved now
Screenshot 2024-07-10 at 7 16 40 PM

@tkyi tkyi closed this as completed Jul 11, 2024
@tkyi tkyi self-assigned this Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants