Skip to content

Commit

Permalink
Test out if label is affecting the runner VM name
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Sep 9, 2024
1 parent ab43422 commit 424694f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_runner_manager_openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

@pytest.fixture(scope="module", name="runner_label")
def runner_label(app_name: str):
return f"{app_name}-{token_hex(6)}"
return f"{app_name}-test-{token_hex(6)}"


@pytest.fixture(scope="module", name="log_dir_base_path")
Expand Down

0 comments on commit 424694f

Please sign in to comment.