Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
56eff0b
gara sign
davco01a Mar 23, 2023
5052596
Merge branch 'main' into gara_sign
davco01a Mar 23, 2023
122d0d3
cd pipeline and mult-arch
davco01a Mar 27, 2023
dc0c051
jenkins file updates
davco01a Mar 27, 2023
aa179c7
rco updates
davco01a Mar 27, 2023
26aa00e
rco updates
davco01a Mar 27, 2023
75de6ac
delete unneeded files
davco01a Mar 27, 2023
5ff1331
test branch
davco01a Mar 28, 2023
5618e84
Merge branch 'main' into multi-arch-davec
davco01a Mar 30, 2023
28b7f2e
review and fix
davco01a Mar 31, 2023
e204859
fix
davco01a Mar 31, 2023
f5d4b24
to rco
davco01a Mar 31, 2023
af10416
replace from main
davco01a Mar 31, 2023
52b24b5
fix from Melissa
davco01a Apr 3, 2023
057d68f
fix
davco01a Apr 3, 2023
49bc74e
rco demand ID
davco01a Apr 3, 2023
d139dc7
linter
davco01a Apr 3, 2023
43757c7
Sync scripts, Makefile and Dockerfile with WLO
idlewis Mar 28, 2023
0731479
ocp cluster sync
davco01a Apr 3, 2023
5a2af9f
Merge remote-tracking branch 'origin/wlo-sync' into multi-arch-davec-01
davco01a Apr 3, 2023
6432de8
quoted
davco01a Apr 3, 2023
bf6a3a9
comment out problem line
davco01a Apr 4, 2023
746ea28
Merge branch 'main' into multi-arch-davec-01
davco01a Apr 4, 2023
30e6160
Add supported architecture labels to CSV
idlewis Apr 4, 2023
ee19952
Add node affinity for manager deployment
idlewis Apr 4, 2023
76186d6
Changes to all multi arch automated testing
yongja79 Apr 4, 2023
d3703b1
Missing env added
yongja79 Apr 4, 2023
f2ef1e3
Final makefile tweaks
idlewis Apr 4, 2023
6952490
Merge branch 'main' into multi-arch-davec-01
davco01a Apr 4, 2023
dbce9ef
Merge remote-tracking branch 'origin/auto-multi-arch-test' into multi…
davco01a Apr 5, 2023
d9e99dc
change Z plan
davco01a Apr 5, 2023
09d4c9a
debug
davco01a Apr 7, 2023
da76fca
not needed use UA now
davco01a Apr 11, 2023
a09cf86
remove cat of private key
davco01a Apr 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add supported architecture labels to CSV
  • Loading branch information
idlewis committed Apr 4, 2023
commit 30e6160653319e8ffe884d5f198d43abfed68a2e
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ metadata:
description: Deploys any runtime component with dynamic and auto-tuning configuration
repository: https://github.com/application-stacks/runtime-component-operator
support: Community
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/os.linux: supported
name: runtime-component.v0.0.0
namespace: placeholder
spec:
Expand Down