Skip to content

Commit

Permalink
add os tranfer start script
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcoo committed Oct 22, 2024
1 parent 8d5d6c4 commit 2462fae
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
10 changes: 10 additions & 0 deletions easypackages/rpm_package_transfer/job-centos9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
suite: rpmbuild-centos9
category: functional
rpmbuild:
group_id: rpmbuild-centos9
custom_repo_name: centos9
mount_repo_addr: https://api.compass-ci.openeuler.org:20018/rpm/testing/openeuler-24.03-LTS/centos9/\$basearch
mount_repo_name: centos9
os: openeuler
os_version: 24.03-LTS
runtime: 1d
10 changes: 10 additions & 0 deletions easypackages/rpm_package_transfer/rpm_next_iterate_list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
https://dl.fedoraproject.org/pub/epel/next/9/Everything/source/tree/Packages/r/rmol-1.00.11-1.el9.next.src.rpm rmol-1.00.11-1.el9.next.src.rpm
https://dl.fedoraproject.org/pub/epel/next/9/Everything/source/tree/Packages/r/rust-cargo-0.79.0-2.el9.next.src.rpm rust-cargo-0.79.0-2.el9.next.src.rpm
https://dl.fedoraproject.org/pub/epel/next/9/Everything/source/tree/Packages/r/rust-cargo-c-0.9.32-1.el9.next.src.rpm rust-cargo-c-0.9.32-1.el9.next.src.rpm
https://dl.fedoraproject.org/pub/epel/next/9/Everything/source/tree/Packages/r/rust-cargo-credential-0.4.6-1.el9.next.src.rpm rust-cargo-credential-0.4.6-1.el9.next.src.rpm
https://dl.fedoraproject.org/pub/epel/next/9/Everything/source/tree/Packages/r/rust-cargo-credential-libsecret-0.4.6-1.el9.next.src.rpm rust-cargo-credential-libsecret-0.4.6-1.el9.next.src.rpm
https://dl.fedoraproject.org/pub/epel/next/9/Everything/source/tree/Packages/r/rust-cargo-util-0.2.13-1.el9.next.src.rpm rust-cargo-util-0.2.13-1.el9.next.src.rpm
https://dl.fedoraproject.org/pub/epel/next/9/Everything/source/tree/Packages/r/rust-cargo-util-schemas-0.3.1-1.el9.next.src.rpm rust-cargo-util-schemas-0.3.1-1.el9.next.src.rpm
https://dl.fedoraproject.org/pub/epel/next/9/Everything/source/tree/Packages/r/rust-crates-io-0.40.3-1.el9.next.src.rpm rust-crates-io-0.40.3-1.el9.next.src.rpm
https://dl.fedoraproject.org/pub/epel/next/9/Everything/source/tree/Packages/r/rust-fd-find-10.1.0-1.el9.next.src.rpm rust-fd-find-10.1.0-1.el9.next.src.rpm
https://dl.fedoraproject.org/pub/epel/next/9/Everything/source/tree/Packages/t/trademgen-1.00.11-1.el9.next.src.rpm trademgen-1.00.11-1.el9.next.src.rpm
14 changes: 14 additions & 0 deletions easypackages/rpm_package_transfer/start-submit-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

rpm_src_list=rpm_next_iterate_list.txt
aarch_type=aarch64
job_config=job-centos9.yaml
# 需要创建一个本地执行文件的目录
submit_log_dir=run_log_2024_10_22

sh -x submit-repair.sh -l ${rpm_src_list} \
-h ${aarch_type} \
-t vm-2p8g \
-p check_rpm_install=yes \
-y ${job_config} \
-g ${submit_log_dir}

0 comments on commit 2462fae

Please sign in to comment.