Skip to content

Commit 498b793

Browse files
committed
CI: Add rocky support to process_build_logs.py
Change-Id: I57e05a235359547a4477dc869e92047818dc5c15
1 parent 405f950 commit 498b793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/files/process_build_logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
required=True)
3131
args = vars(parser.parse_args())
3232

33-
if args['base'] not in ['centos']:
33+
if args['base'] not in ['rocky', 'centos']:
3434
print("Non rpm-based distros are not yet supported.")
3535
sys.exit()
3636

0 commit comments

Comments
 (0)