Skip to content

Commit 9a17638

Browse files
authored
Merge pull request #964 from Altinity/builds/24.8.14/download_correct_packages
24.8 Download Correct Packages
2 parents 2558dfa + 0f5e65c commit 9a17638

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/release_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ jobs:
551551
uses: ./.github/workflows/regression.yml
552552
secrets: inherit
553553
with:
554-
runner_type: altinity-on-demand, altinity-type-cpx51, altinity-image-x86-app-docker-ce, altinity-setup-regression
554+
runner_type: altinity-on-demand, altinity-regression-tester
555555
commit: e3c00be97a045aa04e9d1a6ec50cc64f4c387b70
556556
arch: release
557557
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
@@ -562,7 +562,7 @@ jobs:
562562
uses: ./.github/workflows/regression.yml
563563
secrets: inherit
564564
with:
565-
runner_type: altinity-on-demand, altinity-type-cax41, altinity-image-arm-app-docker-ce, altinity-setup-regression
565+
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
566566
commit: e3c00be97a045aa04e9d1a6ec50cc64f4c387b70
567567
arch: aarch64
568568
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

.github/workflows/reusable_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ contains(fromJson(inputs.data).jobs_data.jobs_to_do, inputs.build_name) || inputs.force }}
5959
env:
6060
GITHUB_JOB_OVERRIDDEN: Build-${{inputs.build_name}}
61-
runs-on: [self-hosted, altinity-type-ccx53, altinity-on-demand, altinity-image-x86-snapshot-22.04-amd, altinity-startup-snapshot, altinity-setup-none]
61+
runs-on: [self-hosted, altinity-on-demand, altinity-builder]
6262
steps:
6363
- name: Check out repository code
6464
uses: Altinity/checkout@19599efdf36c4f3f30eb55d5bb388896faea69f6

tests/ci/ci.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ def _pre_action(s3, job_name, batch, indata, pr_info):
301301
# testing), otherwise reports won't be found
302302
if not (pr_info.is_scheduled or pr_info.is_dispatched):
303303
report_prefix = Utils.normalize_string(pr_info.head_ref)
304+
elif pr_info.is_pr:
305+
report_prefix = str(pr_info.number)
304306
print(
305307
f"Use report prefix [{report_prefix}], pr_num [{pr_info.number}], head_ref [{pr_info.head_ref}]"
306308
)

0 commit comments

Comments
 (0)