Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/build_test_lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: true
default: 'dev'
os:
description: 'OS for Docker image: ubuntu20'
description: 'OS for Docker image: ubuntu24'
required: true
default: 'ubuntu24'
args:
Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/build_test_win.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/images_build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
os: [ubuntu-24.04]
image_os: [ubuntu24]
image_distribution: [runtime]
exclude:
- os: ubuntu-24.04
image_os: winserver2019
- os: windows-2019
image_os: centos7
- os: windows-2019
image_os: ubuntu24
- os: windows-2019
image_os: ubuntu24
runs-on: ${{ matrix.os }}
steps:
- name: Code checkout
Expand All @@ -39,9 +30,6 @@ jobs:
- name: Build Linux image (runtime, latest release)
if: ${{ matrix.os == 'ubuntu-24.04' && ! startsWith(matrix.image_os, 'win') }}
run: python docker_openvino.py build --dist ${{ matrix.image_distribution }} -d cpu -d gpu -os ${{ matrix.image_os }}
- name: Build Windows image (runtime, latest release)
if: ${{ matrix.os == 'windows-2019' && startsWith(matrix.image_os, 'win') }}
run: python docker_openvino.py build --dist ${{ matrix.image_distribution }} -os ${{ matrix.image_os }}
- name: Checking resulting image
if: ${{ always() }}
run: docker images
Expand Down
91 changes: 0 additions & 91 deletions .github/workflows/manual_publish.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/update_dockerfiles.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docker_openvino.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2019-2024 Intel Corporation
# Copyright (C) 2019-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
"""Main script of this framework, putting all the logic together"""
import argparse
Expand Down
107 changes: 0 additions & 107 deletions dockerfiles/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions dockerfiles/rhel8/autobuild/README.md

This file was deleted.

Loading
Loading