Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fixes and Issue Resolution in Tuning-Halving #382

Merged
merged 1 commit into from
Dec 26, 2022

Conversation

alannair
Copy link
Collaborator

@alannair alannair commented Dec 1, 2022

This PR is analogous to PR #374. It incorporates the following into the tuning-halving benchmark.

  • Applies Updated Knative Runners. Closes #267.
  • In a previous commit, the github workflow manifests had not been updated. This caused the Test Docker Compose job to fail, as the environment variable BUCKET_NAME had not been configured, causing an empty string to be passed to the function (see log). This has also been fixed in this PR.
    Note that os.getenv('ENV_VAR', 'DEFAULT_VAL') returns DEFAULT_VAL only if ENV_VAR is not set. This does not happen if ENV_VAR is set to an empty string, which occurs when ENV_VAR is created (in docker-compose.yaml) but not set to a value.
  • Updated Readme, Placed repeated environment variables in the workflow at a single place, etc.

@alannair alannair force-pushed the tuning-halving-fixes branch 2 times, most recently from ce18261 to 6bc2022 Compare December 2, 2022 15:56
Copy link
Contributor

@dhschall dhschall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks al right but maybe @shyamjesal knows more

@alannair alannair force-pushed the tuning-halving-fixes branch from 6bc2022 to 2478429 Compare December 19, 2022 18:49
@alannair
Copy link
Collaborator Author

@dhschall @shyamjesal I updated the PR description (it had become outdated) and reverted the unnecessary changes I made in the Readme in a new commit. Code changes are the same as before.

@alannair alannair merged commit df4cd61 into main Dec 26, 2022
@alannair alannair deleted the tuning-halving-fixes branch December 26, 2022 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apply new knative runners to: tuning-halving
3 participants