Skip to content

Commit

Permalink
chore: updated the credentials for updating the mapping repository to…
Browse files Browse the repository at this point in the history
… be of ivy-branch (#27044)
  • Loading branch information
vedpatwardhan committed Oct 17, 2023
1 parent bbf1ca6 commit f17d94c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/array-api-det-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
source-directory: tests/
destination-github-username: 'unifyai'
destination-repository-name: 'Mapping'
user-email: [email protected]
user-email: [email protected]
commit-message: Update Array API Tests Mapping
target-branch: main
2 changes: 1 addition & 1 deletion .github/workflows/det-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
source-directory: tests/
destination-github-username: 'unifyai'
destination-repository-name: 'Mapping'
user-email: [email protected]
user-email: [email protected]
commit-message: Update Mapping
target-branch: master${{ matrix.branch }}
7 changes: 3 additions & 4 deletions docs/overview/deep_dive/continuous_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ Now, that the SSH key of the Runner has permissions to push and clone the Mappin

.. code-block::
USER_EMAIL="[email protected]"
USER_NAME="Rashul Chutani"
USER_EMAIL="[email protected]"
USER_NAME="ivy-branch"
TARGET_BRANCH=$1
GITHUB_SERVER="github.com"
mkdir --parents "$HOME/.ssh"
Expand Down Expand Up @@ -314,8 +314,7 @@ follow the following steps:
Manual Tests are also available for PRs.
You can also run the Manual Tests Workflow on a Fork Repository (while reviewing PRs), as follows:

1. Visit https://github.com/RashulChutani/ivy/actions/workflows/manual-tests-pr.yml by going to the
“Actions” Tab on the Fork, and selecting the manual-tests-pr workflow from the left pane.
1. Visit the “Actions” Tab on the Fork, and selecting the manual-tests-pr workflow from the left pane.
2. Trigger the Workflow by following Steps 2-4 described above.

This might take some time to run as the Fork may have limited runners.
Expand Down
4 changes: 2 additions & 2 deletions scripts/shell/clone_mapping.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
USER_EMAIL="[email protected]"
USER_NAME="Rashul Chutani"
USER_EMAIL="[email protected]"
USER_NAME="ivy-branch"
TARGET_BRANCH=$1
CLONE_DIR=$(mktemp -d)
GITHUB_SERVER="github.com"
Expand Down

0 comments on commit f17d94c

Please sign in to comment.