Skip to content

Commit

Permalink
Change bench client version and infra version
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Nov 13, 2024
1 parent d3ec4e2 commit be821f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/ci/bench-job-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
spec:
containers:

Check warning

Code scanning / SonarCloud

Service account permissions should be restricted Medium

Bind this resource's automounted service account to RBAC or disable automounting. See more on SonarQube Cloud
- name: bench-session

Check warning

Code scanning / SonarCloud

Memory limits should be enforced Medium

Specify a memory limit for this container. See more on SonarQube Cloud

Check warning

Code scanning / SonarCloud

Storage limits should be enforced Medium

Specify a storage limit for this container. See more on SonarQube Cloud
image: dockerhubaneo/armonik_core_bench_test_client:@@ARMONIK_CORE_VERSION@@
image: dockerhubaneo/armonik_core_bench_test_client:0.27.3-jgaddcancelbench.1.2ea0c98a #@@ARMONIK_CORE_VERSION@@
env:
- name: BenchOptions__NTasks
value: "@@NTASKS@@"
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/python/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def poll_session_ending(

while datetime.datetime.now() < timeout_date:
session_status = sessions_client.get_session(session_id).status
if session_status != SessionStatus.CANCELLED:
if session_status != SessionStatus.CLOSED:
logger.info(
"Waiting for session to end",
extra={"context": {"Session id": session_id}},
Expand Down
2 changes: 1 addition & 1 deletion versions.tfvars.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"armonik_versions": {
"armonik": "2.20.0",
"infra": "jd/scopeo",
"infra": "147539d629abbab01f2523638af0778e2ef390e7",
"infra_plugins": "0.1.1",
"core": "0.24.3",
"api": "3.19.0",
Expand Down

0 comments on commit be821f8

Please sign in to comment.