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

Migrate utilities specific to test/cmd/secrets.sh into the test script #11779

Merged

Conversation

stevekuznetsov
Copy link
Contributor

@Miciah please review the second commit

Copy link
Contributor

@Miciah Miciah 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 like this change does two things:
(1) move files from various temporary directories under $BASETMPDIR to $ARTIFACTS_DIR
(2) change quoting to be safer and to log variable values instead of names.

The commit message is terse, but the changes themselves look fine.

Utility functions that are one-off an not likely to be used in any other
place by other scripts should live inline or next to the code that does
use them. This commit migrates those functions to test/cmd/secrets.h as
appropriate. Furthermore, we amend the location of temporary files that
the functions create to correctly be placed in $ARTIFACT_DIR.

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
@stevekuznetsov
Copy link
Contributor Author

Squashed and added a real commit message. @danmcp this is ready to merge

@stevekuznetsov stevekuznetsov changed the title Skuznets/move test cmd func Migrate utilities specific to test/cmd/secrets.sh into the test script Nov 4, 2016
@danmcp
Copy link

danmcp commented Nov 4, 2016

[merge]

@openshift-bot
Copy link
Contributor

openshift-bot commented Nov 4, 2016

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/11144/) (Image: devenv-rhel7_5319)

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to aa7f9bd

@openshift-bot
Copy link
Contributor

[Test]ing while waiting on the merge queue

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to aa7f9bd

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/11144/) (Base Commit: f883216)

@openshift-bot openshift-bot merged commit 21e31a7 into openshift:master Nov 4, 2016
@stevekuznetsov stevekuznetsov deleted the skuznets/move-test-cmd-func branch January 31, 2017 14:20
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.

4 participants