Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Change OCI image name to fix CI (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas authored Aug 14, 2023
1 parent d07423b commit 6b21734
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gunicorn_rock/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.

name: gunicorn-k8s-operator
name: gunicorn
summary: An OCI image for use with the gunicorn-k8s-operator.
description: Runs a basic gunicorn workload that dumps environment variables to a web page.
license: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def pytest_addoption(parser):
parser: Pytest parser.
"""
parser.addoption("--charm-file", action="store")
parser.addoption("--gunicorn-k8s-operator-image", action="store")
parser.addoption("--gunicorn-image", action="store")
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async def app(
check=True,
)
resources = {
"gunicorn-image": pytestconfig.getoption("--gunicorn-k8s-operator-image"),
"gunicorn-image": pytestconfig.getoption("--gunicorn-image"),
"statsd-prometheus-exporter-image": statsd_exporter_image,
}
assert ops_test.model
Expand Down

0 comments on commit 6b21734

Please sign in to comment.