Use x86_64 as target for x86_64_v2 arch

This commit is contained in:
Eduard Abdullin 2025-02-18 03:37:32 +00:00 committed by AlmaLinux Autopatch
commit adf00998b2
6 changed files with 105 additions and 2 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -0,0 +1,43 @@
---
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
build.appstudio.openshift.io/repo: '{{ source_url }}/-/tree/{{ revision }}'
build.appstudio.redhat.com/commit_sha: '{{ revision }}'
build.appstudio.redhat.com/pull_request_number: '{{ pull_request_number }}'
build.appstudio.redhat.com/target_branch: '{{ target_branch }}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request"
creationTimestamp: null
labels:
appstudio.openshift.io/application: rhel-10-workload-apps-unsorted
appstudio.openshift.io/component: rhel-10-star
pipelines.appstudio.openshift.io/type: build
name: rhel-10-star-on-pull-request
namespace: rhel-sst-cs-database-tenant
spec:
params:
- name: application
value: rhel-10-workload-apps-unsorted
- name: package-name
value: star
- name: git-url
value: "{{ source_url }}"
- name: revision
value: "{{ revision }}"
- name: target-branch
value: "{{ target_branch }}"
pipelineRef:
resolver: git
params:
- name: url
value: "https://gitlab.cee.redhat.com/rhel-on-konflux/rpmbuild-pipeline.git"
- name: revision
value: main
- name: pathInRepo
value: pipeline/build-rhel-package.yaml
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'

View File

@ -0,0 +1,42 @@
---
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
build.appstudio.openshift.io/repo: '{{ source_url }}/-/tree/{{ revision }}'
build.appstudio.redhat.com/commit_sha: '{{ revision }}'
build.appstudio.redhat.com/target_branch: '{{ target_branch }}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push"
creationTimestamp: null
labels:
appstudio.openshift.io/application: rhel-10-workload-apps-unsorted
appstudio.openshift.io/component: rhel-10-star
pipelines.appstudio.openshift.io/type: build
name: rhel-10-star-on-push
namespace: rhel-sst-cs-database-tenant
spec:
params:
- name: application
value: rhel-10-workload-apps-unsorted
- name: package-name
value: star
- name: git-url
value: "{{ source_url }}"
- name: revision
value: "{{ revision }}"
- name: target-branch
value: "{{ target_branch }}"
pipelineRef:
resolver: git
params:
- name: url
value: "https://gitlab.cee.redhat.com/rhel-on-konflux/rpmbuild-pipeline.git"
- name: revision
value: main
- name: pathInRepo
value: pipeline/build-rhel-package.yaml
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/all.functional}

7
plan/all.fmf Normal file
View File

@ -0,0 +1,7 @@
summary: test plan with all tests
discover:
how: fmf
url: https://pkgs.devel.redhat.com/git/tests/star
execute:
how: tmt

View File

@ -3,7 +3,7 @@
Summary: An archiving tool with ACL support
Name: star
Version: 1.6
Release: 16%{?dist}.alma.1
Release: 17%{?dist}.alma.1
License: CDDL-1.0 AND GPL-2.0-only
URL: http://freecode.com/projects/star
Source: https://downloads.sourceforge.net/s-tar/%{name}-%{version}.tar.bz2
@ -216,9 +216,12 @@ fi
%{_sysconfdir}/rmt
%changelog
* Tue Dec 10 2024 Eduard Abdullin <eabdullin@almalinux.org> - 1.6-16.alma.1
* Tue Feb 18 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2:1.6-17.alma.1
- Use x86_64 as target for x86_64_v2 arch
* Mon Feb 17 2025 Michal Srb <michal@redhat.com> - 1.6-17
- rebuilt
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.6-16
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018