File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 52
52
- name : Checkout branch
53
53
uses : actions/checkout@v4
54
54
with :
55
- ref : ${{ env.BRANCH_NAME }}
55
+ ref : ${{ main }}
56
56
57
57
- name : Create a new branch
58
58
run : |
@@ -66,10 +66,10 @@ jobs:
66
66
ref : ${{ env.TMP_BRANCH }}
67
67
fetch-depth : 0
68
68
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 }}"
73
73
74
74
- name : Commit Changes
75
75
run : |
Original file line number Diff line number Diff line change 45
45
RELEASE_NAME : ${{ github.event.inputs.release_name }}
46
46
BRANCH : ${{ github.event.inputs.branch }}
47
47
USER_HASH : ${{ github.event.inputs.user-hash }}
48
- REPO_OWNER : opendatahub-io
48
+ REPO_OWNER : mtchoum1
49
49
REPO_NAME : notebooks
50
50
VERSION : ${{ github.event.inputs.buildconfigs_version}}
51
51
52
52
jobs :
53
53
# 1. Update the params-latest.env and commit-latest.env files with new SHAs
54
54
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
56
56
with :
57
57
branch : ${{ github.event.inputs.branch }}
58
58
user-hash : ${{ github.event.inputs.user_hash }}
88
88
89
89
# Polling loop to wait for the PR to be merged total timeout=5h
90
90
MAX_ATTEMPTS=30
91
- SLEEP_DURATION=600
91
+ SLEEP_DURATION=30
92
92
93
93
for (( i=1; i<=MAX_ATTEMPTS; i++ )); do
94
94
echo "Checking if PR #$PR_NUMBER is merged (Attempt $i/$MAX_ATTEMPTS)..."
@@ -113,7 +113,7 @@ jobs:
113
113
# 3. Update the BuildConfigs for CUDA RStudio and RStudio
114
114
Update-buildConfigs :
115
115
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
117
117
with :
118
118
branch : ${{ github.event.inputs.branch }}
119
119
version : ${{ github.event.inputs.buildconfigs_version }}
You can’t perform that action at this time.
0 commit comments