Skip to content

Commit

Permalink
Adapt to the change from F36 to F38 in the CI base container. (distri…
Browse files Browse the repository at this point in the history
…buted-system-analysis#3449)

* Correct half-bit rounding errors in legacy post-processing test gold files
These differences are due to the change in the CI container from F36 to F38.
* Correct the alembic-migration check command invocation

PBENCH-1161
  • Loading branch information
webbnh authored Jun 5, 2023
1 parent 2b2fbfb commit 1f4087f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@
}
],
"uid" : "client_hostname:%client_hostname%",
"value" : 4032829.66081469
"value" : 4032829.6608147
},
{
"client_hostname" : "perf36-1",
Expand Down
2 changes: 1 addition & 1 deletion agent/tool-scripts/postprocess/gold/uperf-0/result.json
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@
}
],
"uid" : "client_hostname:%client_hostname%-server_hostname:%server_hostname%-server_port:%server_port%",
"value" : 92.9351098640984
"value" : 92.9351098640983
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion agent/tool-scripts/postprocess/gold/uperf-1/result.json
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@
}
],
"uid" : "client_hostname:%client_hostname%-server_hostname:%server_hostname%-server_port:%server_port%",
"value" : 0.503149997412358
"value" : 0.503149997412359
},
{
"client_hostname" : "perf102",
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ isort --check .
make -C dashboard run_lint
# We need to invoke the alembic check with host networking so that it can reach
# the PostgreSQL pod it creates.
EXTRA_PODMAN_SWITCHES="--network host" jenkins/run tox -e alembic-migration check
EXTRA_PODMAN_SWITCHES="--network host" jenkins/run tox -e alembic-migration -- check
set +x

# Run unit tests
Expand Down

0 comments on commit 1f4087f

Please sign in to comment.