-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-12263: [Dev][Packaging] Move Crossbow to Archery #9913
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
Closed
Closed
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
bcc4c90
Move crossbow to archery
kszucs 27d63f3
Enable using jinja in tasks.yml
kszucs 43670b7
Rewrite more template
kszucs 459c7c3
Rewrite more templates
kszucs 121bd2d
Fix jinja errors
kszucs 88dcc11
Remove all usage of crossbow.py
kszucs 3ec8c1f
Locating archery command requires editable install
kszucs b7127c8
Fix tests and remove toolz dependency
kszucs 438cdff
Missing newline
kszucs 86165a5
Fix indentation for the arm64 wheel builds
kszucs 5e5f98d
Fix indentation for the arm64 linux builds
kszucs 29d06d2
Param conflict
kszucs 3c1b203
Template fixes
kszucs 0dbfe4b
Macro fixes
kszucs 40bfa61
Debug
kszucs 8c219f3
Additional templating
kszucs 3d88117
Fix conda builds
kszucs 7d44edc
Finalizing
kszucs 982b4a4
Fix bot test case, flake8, RAT
kszucs bc3438c
Cleanup
kszucs 57dc36b
Use bash on azure pipelines for uploading the release assets
kszucs 30d6aca
Debug CI error
kszucs 9bbb77b
Create empty git crossbow repo
kszucs e95e92d
Test crossbow submit
kszucs 83e5d23
Run crossbow test case on gha
kszucs 3b24b9d
Author information
kszucs fd7b098
Configure author from the CI yml
kszucs 39c6a20
Debug test error
kszucs c43c87d
checkout
kszucs 68b3005
Disable test
kszucs 71d4e7c
Update check-config command
kszucs b525b51
WIP
kszucs 6fc6b6c
WIP
kszucs a67c403
WIP
kszucs 6246f1c
WIP
kszucs 051f41e
WIP
kszucs abbce18
WIP
kszucs b5b4a9a
WIP
kszucs 11cfd58
WIP
kszucs 2033b64
WIP
kszucs 0fa26f4
RAT
kszucs 8d4de65
Fix import error
kszucs 86640b1
Fix azure docker template
kszucs f41949b
Mark tasks without any builds scheduled as failed
kszucs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that
pull_request.basealways refersapache/arrownot${USER}/arrow: #9977 (comment)Should w use
pull_request.headhere?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kszucs ↑
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should, sorry about that! The fix is at #9978
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
It works now!