Skip to content

Commit

Permalink
devel: plugin replay
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio committed Mar 7, 2024
1 parent a17cd9c commit dcb2812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openshift-tests-provider-cert/plugin/executor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ EOF
rm -vf "${REPLAY_CONFIG_FILE}"
fi
os_log_info "[openshift-tests-plugin][replay][20] Consolidating /tmp/failures-plugin-*"
cat /tmp/failures-plugin-* "${REPLAY_CONFIG_FILE}"
cat /tmp/failures-plugin-* | sort > "${REPLAY_CONFIG_FILE}"

if [[ -s "${REPLAY_CONFIG_FILE}" ]]; then
os_log_info "[openshift-tests-plugin][replay] Running e2e from custom config ${REPLAY_CONFIG_FILE}"
Expand Down
2 changes: 1 addition & 1 deletion openshift-tests-provider-cert/plugin/global_fn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ init_config() {
elif [[ "${PLUGIN_ID:-}" == "${PLUGIN_ID_OPENSHIFT_ARTIFACTS_COLLECTOR}" ]]
then
PLUGIN_NAME="${PLUGIN_NAME_OPENSHIFT_ARTIFACTS_COLLECTOR}"
PLUGIN_BLOCKED_BY+=("${PLUGIN_NAME_OPENSHIFT_CONFORMANCE}")
PLUGIN_BLOCKED_BY+=("${PLUGIN_NAME_TESTS_REPLAY}")

else
err="[init_config] Unknown value for PLUGIN_ID=[${PLUGIN_ID:-}]"
Expand Down

0 comments on commit dcb2812

Please sign in to comment.