Skip to content

Commit

Permalink
Fix teardown of projects in CI (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Jun 28, 2024
1 parent 7fe0124 commit 600785f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/generatesteps.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def benchmark_to_steps(python, connection_class, nox_session):
"EC_PROJECT_PREFIX": f"esv-client-python-{nox_session}-{python}-{connection_class}",
},
"command": ".buildkite/teardown-tests",
"depends_on": f"run_{python.replace('.', '_')}_{connection_class}",
"depends_on": f"run_{python.replace('.', '_')}_{connection_class}_{nox_session}",
"allow_dependency_failure": True,
},
],
Expand Down

0 comments on commit 600785f

Please sign in to comment.