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

Specifying more than one explicit version results no experiments to be queued. #317

Open
vulder opened this issue Oct 19, 2020 · 0 comments
Assignees
Labels

Comments

@vulder
Copy link
Collaborator

vulder commented Oct 19, 2020

When trying to run an experiment on two version, explicitly specifying both results in nothing being queued. However, both on separate calles work.

> benchbuild -vv run -E GenerateBlameReport xz@869b9d1b4e xz@a3148c0446
Number of actions to execute: 1

Experiment: GenerateBlameReport


Summary:
1 actions were in the queue.
0 actions failed to execute.

This run took:    0.158 seconds.
> benchbuild -vv run -E GenerateBlameReport xz@a3148c0446
Number of actions to execute: 13

Experiment: GenerateBlameReport
 * echo: Start experiment: GenerateBlameReport
 * All required:
   * xz: Clean the directory: /home/vulder/vara-root/benchbuild/results/GenerateBlameReport/xz-c_projects@a3148c0446
   * xz: Create the build directory
   * echo: Selected xz with version a3148c0446
   * Project environment for: xz @ (Variant(version='a3148c0446'),)
   * xz: Compile
   * xz: Execute configured action.
   * xz: Execute configured action.
   * xz: Clean the directory: /home/vulder/vara-root/benchbuild/results/GenerateBlameReport/xz-c_projects@a3148c0446
> benchbuild -vv run -E GenerateBlameReport xz@869b9d1b4e
Number of actions to execute: 13

Experiment: GenerateBlameReport
 * echo: Start experiment: GenerateBlameReport
 * All required:
   * xz: Clean the directory: /home/vulder/vara-root/benchbuild/results/GenerateBlameReport/xz-c_projects@869b9d1b4e
   * xz: Create the build directory
   * echo: Selected xz with version 869b9d1b4e
   * Project environment for: xz @ (Variant(version='869b9d1b4e'),)
   * xz: Compile
   * xz: Execute configured action.
   * xz: Execute configured action.
   * xz: Clean the directory: /home/vulder/vara-root/benchbuild/results/GenerateBlameReport/xz-c_projects@869b9d1b4e
@vulder vulder added the bug label Oct 19, 2020
@simbuerg simbuerg self-assigned this Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants