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

Update samples with stable image tag #1248

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

git-hyagi
Copy link
Collaborator

Our pipeline was failing for tests with nightly image, but was running fine for tests using stable. API logs:

2024-04-12T18:00:24.335914694Z pulp [e336954360eb4dd7907c1885ece3aca6]: django.request:ERROR: Internal Server Error: /v2/test/fixture/blobs/uploads/
2024-04-12T18:00:24.335953256Z Traceback (most recent call last):
2024-04-12T18:00:24.335959187Z   File "/usr/local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
2024-04-12T18:00:24.335965158Z     response = get_response(request)
...
2024-04-12T18:00:24.336152879Z     raise LookupError("Could not determine ViewSet base name for model {}".format(model_class))
2024-04-12T18:00:24.336158811Z LookupError: Could not determine ViewSet base name for model <class 'pulp_container.app.models.Upload'>

Checking the versions of pulp_container plugin in each installation:

stable
  "container": "2.19.2",
nightly
  "container": "2.20.0.dev",

Updating the samples to use the same image to keep consistency and avoid such "misdirection" where the pipeline failure was not really because of the operator.

[noissue]

Thank you for your contribution!

If your PR needs a changelog entry:

If not, please add [noissue] to your commit message

Our pipeline was failing for tests with nightly image, but was running fine for tests using stable.
API logs:
```
2024-04-12T18:00:24.335914694Z pulp [e336954360eb4dd7907c1885ece3aca6]: django.request:ERROR: Internal Server Error: /v2/test/fixture/blobs/uploads/
2024-04-12T18:00:24.335953256Z Traceback (most recent call last):
2024-04-12T18:00:24.335959187Z   File "/usr/local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
2024-04-12T18:00:24.335965158Z     response = get_response(request)
...
2024-04-12T18:00:24.336152879Z     raise LookupError("Could not determine ViewSet base name for model {}".format(model_class))
2024-04-12T18:00:24.336158811Z LookupError: Could not determine ViewSet base name for model <class 'pulp_container.app.models.Upload'>
```

Checking the versions of pulp_container plugin in each installation:
stable
  "container": "2.19.2",
nightly
  "container": "2.20.0.dev",

Updating the samples to use the same image to keep consistency and avoid such "misdirection" where the pipeline failure was not really because of the operator.

[noissue]
Copy link

openshift-ci bot commented Apr 12, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: git-hyagi

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@git-hyagi git-hyagi merged commit 12d2356 into pulp:main Apr 12, 2024
28 of 29 checks passed
@git-hyagi git-hyagi deleted the samples-image-version branch April 12, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant