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

More skip options #1103

Open
michielbdejong opened this issue Sep 13, 2024 · 0 comments
Open

More skip options #1103

michielbdejong opened this issue Sep 13, 2024 · 0 comments

Comments

@michielbdejong
Copy link
Contributor

IIUC the current default behaviour is:

  • load from snapshots (for 'pre run')
  • record version ('pre run')
  • fetch source documents
  • record snapshots
  • load ('read back') from snapshots
  • record version

And the extractOnly flag changes this to:

  • load from snapshots
  • record version

I would like to have the following behaviour in our instance:

  • skip the pre run (IIUC this is only needed if the declaration or the software version changed, and we can do an explicit pre run in those situations)
  • skip the read back
  • maybe even skip the recoding of snapshots altogether.

So the behaviours I would like to have access to would be:

  1. skipPreRun + skipReadBack:
  • fetch source documents
  • record snapshots
  • record version
  1. skipPreRun + skipSnapshots
  • fetch source documents
  • record version

I'll create a PR that adds the skipPreRun, skipReadBack and skipSnapshots options, OK?

michielbdejong added a commit to tosdr/ota-engine that referenced this issue Sep 13, 2024
michielbdejong added a commit to tosdr/ota-engine that referenced this issue Sep 13, 2024
michielbdejong added a commit to tosdr/ota-engine that referenced this issue Sep 13, 2024
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

No branches or pull requests

1 participant