Skip to content

Conversation

@marc-hb
Copy link
Collaborator

@marc-hb marc-hb commented Nov 24, 2020

4 commits, commits MUST be reviewed individually otherwise github shows a very large code change when it's actually quite small.

No code change, pure rename to help git track the rename.

Cannot add a multiple-pipeline-capture.sh wrapper in this commit too
otherwise git fails to track the rename which breaks git blame,
cherry-pick, merge etc. Next commit.

First step towards converging with multiple-pipeline-playback.sh

Preferring -capture over -playback because capture has more detailed
history.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
@marc-hb
Copy link
Collaborator Author

marc-hb commented Nov 24, 2020

https://sof-ci.01.org/softestpr/PR532/build427/devicetest/ passed for the most part but this change confused Jenkins which timed out. I think this because this change makes the test looks like a "Sub-Test", so the last line printed is: Sub-Test: [REMOTE_INFO] Test Result: PASS! which is not enough for Jenkins. @xiulipan, @aiChaoSONG would this explanation make sense? If correct then any recommendation?

Not in previous commit otherwise git fails to track the rename which
breaks git blame, cherry-pick, merge etc.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
multiple-pipeline-capture.sh is now multiple-pipeline.sh -f c

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
Finally removes massive duplication with multiple-pipeline-capture.sh

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
@marc-hb
Copy link
Collaborator Author

marc-hb commented Nov 24, 2020

I think this because this change makes the test looks like a "Sub-Test",

Fixed in https://sof-ci.01.org/softestpr/PR532/build438/devicetest/ thanks to exec

@marc-hb marc-hb marked this pull request as ready for review November 24, 2020 21:21
@marc-hb marc-hb requested a review from a team as a code owner November 24, 2020 21:21
@marc-hb marc-hb requested a review from ranj063 November 24, 2020 22:48
OPT_OPT_lst['f']='first'
OPT_DESC_lst['f']='Fill either playback (p) or capture (c) first'
OPT_PARM_lst['f']=1 OPT_VALUE_lst['f']='p'

Choose a reason for hiding this comment

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

@marc-hb The option f means first, that's good for now. In fact, I want one more option for all pipelines, then the first may not be proper.

@marc-hb
Copy link
Collaborator Author

marc-hb commented Nov 30, 2020

The option f means first, that's good for now. In fact, I want one more option for all pipelines, then the first may not be proper.

Good point, how about -o(rder)?

I'm going to merge this because it's been submitted 7 days ago, should make no functional change and it's blocking further, actual functional changes. I can submit a follow-up commit that just renames the option as the option does not have any external user yet.

@marc-hb marc-hb merged commit 1398cf4 into thesofproject:master Nov 30, 2020
@marc-hb marc-hb deleted the dedup-multi branch November 30, 2020 19: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.

2 participants