Skip to content

Commit 4f87998

Browse files
Update template files
1 parent ca1d638 commit 4f87998

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

buildrpm/istio-envoy.spec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ Summary: Envoy is an L7 proxy and communication bus designed for large modern se
1919
License: Apache License 2.0
2020
Vendor: Oracle America
2121
URL: https://github.com/istio/envoy
22-
{{{- if semverCompare "<1.18.0" $version }}}
23-
ExclusiveArch: x86_64
24-
{{{- end }}}
2522
Source0: %{name}-%{version}.tar.bz2
2623

2724
%description

olm/jenkins/ci/Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ def postBuildOL8 = {
1313
}
1414

1515
olcnePipeline(
16-
branchPattern: new BranchPattern(master: 'oracle/release/{{{.major}}}.{{{.minor}}}.{{{.patch}}}', feature: 'feature/.*'),
16+
branchPattern: new BranchPattern(master: 'oracle/release/{{{.major}}}.{{{.minor}}}.{{{.patch}}}', feature: '(?!^release/.*$)(^.*$)'),
1717
platforms: ['ol8'],
18-
{{{- if semverCompare ">=1.18.0" $version }}}
1918
architectures: ['x86_64', 'aarch64'],
20-
{{{- end }}}
2119
yumOL8Repos: ['ol8_appstream', 'ol8_codeready_builder'],
2220
customPlatformStages: [
2321
customPlatformSteps: [

0 commit comments

Comments
 (0)