Skip to content

Commit

Permalink
Update job to test with
Browse files Browse the repository at this point in the history
  • Loading branch information
calebevans committed Jun 28, 2024
1 parent 2bd0414 commit b779488
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

@pytest.fixture
def job_name():
yield "periodic-ci-openshift-pipelines-release-tests-release-v1.11-openshift-pipelines-ocp4.14-lp-interop-openshift-pipelines-interop-aws"
yield "periodic-ci-openshift-pipelines-release-tests-release-v1.14-openshift-pipelines-ocp4.16-lp-interop-openshift-pipelines-interop-aws"


@pytest.fixture
Expand All @@ -40,7 +40,7 @@ def job_name_safe():

@pytest.fixture
def build_id():
yield "1739164176636448768"
yield "1805119554108526592"


@pytest.fixture
Expand Down
4 changes: 2 additions & 2 deletions tests/unittests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
FIREWATCH_CONFIG_ENV_VAR = "FIREWATCH_CONFIG"

BUILD_IDS_TO_TEST = [
"1739164176636448768",
"1805119554108526592",
]

DEFAULT_JIRA_PROJECTS_TO_TEST = [
Expand Down Expand Up @@ -216,7 +216,7 @@ def firewatch_config(jira):
@pytest.fixture
def job(firewatch_config, build_id):
yield Job(
name="periodic-ci-openshift-pipelines-release-tests-release-v1.11-openshift-pipelines-ocp4.14-lp-interop-openshift-pipelines-interop-aws",
name="periodic-ci-openshift-pipelines-release-tests-release-v1.14-openshift-pipelines-ocp4.16-lp-interop-openshift-pipelines-interop-aws",
name_safe="openshift-pipelines-interop-aws",
build_id=build_id,
gcs_bucket="test-platform-results",
Expand Down

0 comments on commit b779488

Please sign in to comment.