-
Notifications
You must be signed in to change notification settings - Fork 716
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
Ci version error in updateVersionFormat
#4665
Labels
Comments
9 tasks
kwx4957
pushed a commit
to kwx4957/litmus
that referenced
this issue
Sep 1, 2024
…os#4666) * fix: Invalid version details in backend. Signed-off-by: JanhaviAlekar <janhavialekar@gmail.com> * Checking CIVersion at start Signed-off-by: JanhaviAlekar <janhavialekar@gmail.com> --------- Signed-off-by: JanhaviAlekar <janhavialekar@gmail.com> Co-authored-by: Vedant Shrotria <vedant.shrotria@harness.io> Co-authored-by: Amit Kumar Das <amit.das@harness.io> Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com>
andoriyaprashant
pushed a commit
to andoriyaprashant/litmus
that referenced
this issue
Sep 7, 2024
…os#4666) * fix: Invalid version details in backend. Signed-off-by: JanhaviAlekar <janhavialekar@gmail.com> * Checking CIVersion at start Signed-off-by: JanhaviAlekar <janhavialekar@gmail.com> --------- Signed-off-by: JanhaviAlekar <janhavialekar@gmail.com> Co-authored-by: Vedant Shrotria <vedant.shrotria@harness.io> Co-authored-by: Amit Kumar Das <amit.das@harness.io> Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com> Signed-off-by: andoriyaprashant <prashantandoriya@gmail.com>
andoriyaprashant
pushed a commit
to andoriyaprashant/litmus
that referenced
this issue
Sep 7, 2024
…os#4666) * fix: Invalid version details in backend. Signed-off-by: JanhaviAlekar <janhavialekar@gmail.com> * Checking CIVersion at start Signed-off-by: JanhaviAlekar <janhavialekar@gmail.com> --------- Signed-off-by: JanhaviAlekar <janhavialekar@gmail.com> Co-authored-by: Vedant Shrotria <vedant.shrotria@harness.io> Co-authored-by: Amit Kumar Das <amit.das@harness.io> Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com> Signed-off-by: andoriyaprashant <prashantandoriya@gmail.com>
sagnik3788
pushed a commit
to sagnik3788/litmus
that referenced
this issue
Oct 5, 2024
…os#4666) * fix: Invalid version details in backend. Signed-off-by: JanhaviAlekar <janhavialekar@gmail.com> * Checking CIVersion at start Signed-off-by: JanhaviAlekar <janhavialekar@gmail.com> --------- Signed-off-by: JanhaviAlekar <janhavialekar@gmail.com> Co-authored-by: Vedant Shrotria <vedant.shrotria@harness.io> Co-authored-by: Amit Kumar Das <amit.das@harness.io> Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com> Signed-off-by: sagnik3788 <116512372+sagnik3788@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:

When all the infra are listed in chaos infrastructure we are getting invalid version format error.
Its due to in
updateVersionFormat
,here we are converting version string to integer and "ci" is invalid string for converting into numberWhere can this issue be corrected? (optional)
In
updateVersionFormat
we can ignore the "ci" version stringHow to reproduce it (as minimally and precisely as possible):

Go to all chaos enable infrastructure window
The text was updated successfully, but these errors were encountered: