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

ARROW-14408: [Packaging][Crossbow] Option for skipping artifact pattern validation #11490

Closed
wants to merge 4 commits into from

Conversation

kszucs
Copy link
Member

@kszucs kszucs commented Oct 20, 2021

Only download the artifacts belonging to the manylinux tasks but without validating the expected artifact names:

archery crossbow download-artifacts --no-fetch release-6.0.0-rc1-0 --task-filter "*manylinux*" --skip-pattern-validation

--task-filter: useful to restrict the download script for certain tasks
--skip-pattern-validation: occasionally useful, like in the current case where the manylinux2014 wheels names now contain two platform tags

cc @kou

@kszucs kszucs changed the title [Packaging][Crossbow] Option for skipping artifact pattern validation ARROW-14408: [Packaging][Crossbow] Option for skipping artifact pattern validation Oct 21, 2021
@apache apache deleted a comment from github-actions bot Oct 21, 2021
Copy link
Member Author

@kszucs kszucs left a comment

Choose a reason for hiding this comment

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

+1, merging on green

@github-actions
Copy link

@github-actions
Copy link

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

@kszucs kszucs closed this in eee80f1 Oct 21, 2021
@ursabot
Copy link

ursabot commented Oct 21, 2021

Benchmark runs are scheduled for baseline = 47f9176 and contender = eee80f1. eee80f1 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Scheduled] ursa-i9-9960x
[Scheduled] ursa-thinkcentre-m75q
Supported benchmarks:
ursa-i9-9960x: langs = Python, R, JavaScript
ursa-thinkcentre-m75q: langs = C++, Java
ec2-t3-xlarge-us-east-2: cloud = True

@ElenaHenderson
Copy link
Contributor

Benchmark runs are scheduled for baseline = 47f9176 and contender = eee80f1. eee80f1 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Scheduled] ursa-i9-9960x
[Finished ⬇️0.27% ⬆️0.09%] ursa-thinkcentre-m75q
Supported benchmarks:
ursa-i9-9960x: langs = Python, R, JavaScript
ursa-thinkcentre-m75q: langs = C++, Java
ec2-t3-xlarge-us-east-2: cloud = True

1 similar comment
@ElenaHenderson
Copy link
Contributor

Benchmark runs are scheduled for baseline = 47f9176 and contender = eee80f1. eee80f1 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Scheduled] ursa-i9-9960x
[Finished ⬇️0.27% ⬆️0.09%] ursa-thinkcentre-m75q
Supported benchmarks:
ursa-i9-9960x: langs = Python, R, JavaScript
ursa-thinkcentre-m75q: langs = C++, Java
ec2-t3-xlarge-us-east-2: cloud = True

@ElenaHenderson
Copy link
Contributor

ElenaHenderson commented Oct 22, 2021

Benchmark runs are scheduled for baseline = 47f9176 and contender = eee80f1. eee80f1 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Finished ⬇️0.0% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.27% ⬆️0.09%] ursa-thinkcentre-m75q
Supported benchmarks:
ursa-i9-9960x: langs = Python, R, JavaScript
ursa-thinkcentre-m75q: langs = C++, Java
ec2-t3-xlarge-us-east-2: cloud = True

ViniciusSouzaRoque pushed a commit to s1mbi0se/arrow that referenced this pull request Nov 3, 2021
…rn validation

Only download the artifacts belonging to the `manylinux` tasks but without validating the expected artifact names:

```
archery crossbow download-artifacts --no-fetch release-6.0.0-rc1-0 --task-filter "*manylinux*" --skip-pattern-validation
```

`--task-filter`: useful to restrict the download script for certain tasks
`--skip-pattern-validation`: occasionally useful, like in the current case where the manylinux2014 wheels names now contain two platform tags

cc @kou

Closes apache#11490 from kszucs/crossbow-pattern-validation

Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
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.

3 participants