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

[SimWF] Protect the -e argument #1551

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

benedikt-voelkel
Copy link
Contributor

Without this, passing -embedding would work and produce a workflow.json. However, the resulting WF has nothing to with embedding, since the real flag for that has 2 dashed: --embedding
What really happened was that the engine would now be "mbedding"

So far there are no clashes for -j or -o which are also valid arguments.

Without this, passing -embedding would work and produce a workflow.json.
However, the resulting WF has nothing to with embedding, since the real
flag for that has 2 dashed: --embedding
What really happened was that the engine would now be "mbedding"

So far there are no clashes for -j or -o which are also valid arguments.
Copy link

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2022-pp-apass4
async-2023-pbpb-apass
async-2023-pp-apass1
async-data
async-mc
async-2022-pp-apass6

@benedikt-voelkel benedikt-voelkel added async-2022-pp-apass4 async-2023-pbpb-apass4 Request porting to async-2023-pbpb-apass4 mc labels Mar 22, 2024
@benedikt-voelkel benedikt-voelkel merged commit d8bf2aa into AliceO2Group:master Mar 23, 2024
7 checks passed
@benedikt-voelkel benedikt-voelkel deleted the sim-wf branch March 23, 2024 10:33
benedikt-voelkel added a commit that referenced this pull request Apr 26, 2024
Without this, passing -embedding would work and produce a workflow.json.
However, the resulting WF has nothing to with embedding, since the real
flag for that has 2 dashed: --embedding
What really happened was that the engine would now be "mbedding"

So far there are no clashes for -j or -o which are also valid arguments.

Co-authored-by: Benedikt Volkel <[email protected]>
benedikt-voelkel added a commit that referenced this pull request Apr 26, 2024
Without this, passing -embedding would work and produce a workflow.json.
However, the resulting WF has nothing to with embedding, since the real
flag for that has 2 dashed: --embedding
What really happened was that the engine would now be "mbedding"

So far there are no clashes for -j or -o which are also valid arguments.

Co-authored-by: Benedikt Volkel <[email protected]>
@benedikt-voelkel benedikt-voelkel removed the async-2023-pbpb-apass4 Request porting to async-2023-pbpb-apass4 label May 7, 2024
benedikt-voelkel added a commit to benedikt-voelkel/O2DPG that referenced this pull request May 14, 2024
Without this, passing -embedding would work and produce a workflow.json.
However, the resulting WF has nothing to with embedding, since the real
flag for that has 2 dashed: --embedding
What really happened was that the engine would now be "mbedding"

So far there are no clashes for -j or -o which are also valid arguments.

Co-authored-by: Benedikt Volkel <[email protected]>
benedikt-voelkel added a commit that referenced this pull request May 14, 2024
Without this, passing -embedding would work and produce a workflow.json.
However, the resulting WF has nothing to with embedding, since the real
flag for that has 2 dashed: --embedding
What really happened was that the engine would now be "mbedding"

So far there are no clashes for -j or -o which are also valid arguments.

Co-authored-by: Benedikt Volkel <[email protected]>
(cherry picked from commit d8bf2aa)
benedikt-voelkel added a commit that referenced this pull request May 16, 2024
Without this, passing -embedding would work and produce a workflow.json.
However, the resulting WF has nothing to with embedding, since the real
flag for that has 2 dashed: --embedding
What really happened was that the engine would now be "mbedding"

So far there are no clashes for -j or -o which are also valid arguments.

Co-authored-by: Benedikt Volkel <[email protected]>
(cherry picked from commit d8bf2aa)
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.

1 participant