Skip to content

Commit 8767783

Browse files
committed
Merge branch 'notebooks-release-branch' into notebooks-release-v3
2 parents 3e93e70 + b6da61c commit 8767783

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/notebooks-digest-updater.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout branch
5353
uses: actions/checkout@v4
5454
with:
55-
ref: ${{ env.BRANCH_NAME }}
55+
ref: ${{ main }}
5656

5757
- name: Create a new branch
5858
run: |
@@ -66,10 +66,10 @@ jobs:
6666
ref: ${{ env.TMP_BRANCH }}
6767
fetch-depth: 0
6868

69-
- name: Invoke ci/sha-digest-updater.sh script to handle the updates
70-
shell: bash
71-
run: |
72-
bash "${GITHUB_WORKSPACE}/ci/sha-digest-updater.sh" "${{ env.USER_HASH }}" "${{ env.REPO_ORG }}" "${{ env.BRANCH_NAME }}" "${{ env.REPO_NAME }}"
69+
# - name: Invoke ci/sha-digest-updater.sh script to handle the updates
70+
# shell: bash
71+
# run: |
72+
# bash "${GITHUB_WORKSPACE}/ci/sha-digest-updater.sh" "${{ env.USER_HASH }}" "${{ env.REPO_ORG }}" "${{ env.BRANCH_NAME }}" "${{ env.REPO_NAME }}"
7373

7474
- name: Commit Changes
7575
run: |

.github/workflows/notebooks-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ env:
4545
RELEASE_NAME: ${{ github.event.inputs.release_name }}
4646
BRANCH: ${{ github.event.inputs.branch }}
4747
USER_HASH: ${{ github.event.inputs.user-hash }}
48-
REPO_OWNER: opendatahub-io
48+
REPO_OWNER: mtchoum1
4949
REPO_NAME: notebooks
5050
VERSION: ${{ github.event.inputs.buildconfigs_version}}
5151

5252
jobs:
5353
#1. Update the params-latest.env and commit-latest.env files with new SHAs
5454
Update-manifests:
55-
uses: opendatahub-io/notebooks/.github/workflows/notebooks-digest-updater.yaml@main
55+
uses: mtchoum1/notebooks/.github/workflows/notebooks-digest-updater.yaml@main
5656
with:
5757
branch: ${{ github.event.inputs.branch }}
5858
user-hash: ${{ github.event.inputs.user_hash }}
@@ -88,7 +88,7 @@ jobs:
8888
8989
# Polling loop to wait for the PR to be merged total timeout=5h
9090
MAX_ATTEMPTS=30
91-
SLEEP_DURATION=600
91+
SLEEP_DURATION=30
9292
9393
for (( i=1; i<=MAX_ATTEMPTS; i++ )); do
9494
echo "Checking if PR #$PR_NUMBER is merged (Attempt $i/$MAX_ATTEMPTS)..."
@@ -113,7 +113,7 @@ jobs:
113113
# 3. Update the BuildConfigs for CUDA RStudio and RStudio
114114
Update-buildConfigs:
115115
if: ${{ github.event.inputs.update_buildconfigs == 'true' && github.event.inputs.release-type == 'Release' }}
116-
uses: opendatahub-io/notebooks/.github/workflows/update-buildconfigs.yaml@main
116+
uses: mtchoum1/notebooks/.github/workflows/update-buildconfigs.yaml@main
117117
with:
118118
branch: ${{ github.event.inputs.branch }}
119119
version: ${{ github.event.inputs.buildconfigs_version }}

0 commit comments

Comments
 (0)