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-14739: [JS] Ensure docs point to right source #11728

Closed
wants to merge 5 commits into from

Conversation

domoritz
Copy link
Member

No description provided.

@github-actions
Copy link

@github-actions
Copy link

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

Comment on lines 35 to 36
elif [ $(git config --get remote.upstream.url) == "https://github.com/apache/arrow.git" ]; then
yarn doc --gitRemote upstream
Copy link
Member

Choose a reason for hiding this comment

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

Could you also add apache case?

  elif [ $(git config --get remote.apache.url) == "https://github.com/apache/arrow.git" ]; then
    yarn doc --gitRemote apache

We're using apache in our release document: https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide

Copy link
Member Author

@domoritz domoritz Nov 17, 2021

Choose a reason for hiding this comment

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

Will do. https://arrow.apache.org/docs/developers/contributing.html says to use upstream btw.

The apache remote should be git@github.com:apache/arrow.git, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done in 192f828

@kou
Copy link
Member

kou commented Nov 17, 2021

@github-actions crossbow submit test-ubuntu-default-docs

@github-actions
Copy link

Revision: 192f828

Submitted crossbow builds: ursacomputing/crossbow @ actions-1161

Task Status
test-ubuntu-default-docs Azure

@domoritz
Copy link
Member Author

@github-actions crossbow submit test-ubuntu-default-docs

@github-actions
Copy link

Revision: f2905f6

Submitted crossbow builds: ursacomputing/crossbow @ actions-1162

Task Status
test-ubuntu-default-docs Azure

@domoritz
Copy link
Member Author

@kuo @kszucs, it looks like the remote in the CI isn't set as described in https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide. Can you help with that?

Screen Shot 2021-11-18 at 09 01 09

@kou
Copy link
Member

kou commented Nov 18, 2021

Could you try this?

diff --git a/dev/tasks/docker-tests/azure.linux.yml b/dev/tasks/docker-tests/azure.linux.yml
index b8f1151f7..dfa07a0d5 100644
--- a/dev/tasks/docker-tests/azure.linux.yml
+++ b/dev/tasks/docker-tests/azure.linux.yml
@@ -43,6 +43,7 @@ jobs:
       git -C arrow fetch -t {{ arrow.remote }} {{ arrow.branch }}
       git -C arrow checkout FETCH_HEAD
       git -C arrow submodule update --init --recursive
+      git -C arrow remote add upstream https://github.com/apache/arrow.git
     displayName: Clone arrow
 
   - script: pip install -e arrow/dev/archery[docker]

@domoritz
Copy link
Member Author

@github-actions crossbow submit test-ubuntu-default-docs

@github-actions
Copy link

Revision: d71bc65

Submitted crossbow builds: ursacomputing/crossbow @ actions-1163

Task Status
test-ubuntu-default-docs Azure

@domoritz domoritz changed the title ARROW-14739: [JS] ensure docs point to right source ARROW-14739: [JS] Ensure docs point to right source Nov 18, 2021
ci/scripts/js_build.sh Outdated Show resolved Hide resolved
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

@kou kou closed this in a25aa8d Nov 19, 2021
@ursabot
Copy link

ursabot commented Nov 19, 2021

Benchmark runs are scheduled for baseline = de5aa54 and contender = a25aa8d. a25aa8d 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
[Failed ⬇️2.6% ⬆️0.43%] ursa-i9-9960x
[Finished ⬇️0.22% ⬆️0.0%] 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants