Skip to content

Commit

Permalink
Revert "Adapt files for the SLE-15-SP5 branch"
Browse files Browse the repository at this point in the history
This reverts commit 0a2f52f.
  • Loading branch information
lslezak committed Mar 3, 2023
1 parent 0a2f52f commit 54332c4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:

strategy:
fail-fast: false
matrix:
distro: [ "tumbleweed", "leap_latest" ]

container:
image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby

steps:

Expand All @@ -32,14 +34,16 @@ jobs:

# send the coverage report to coveralls.io
- name: Coveralls Report
# send it only from the TW build to avoid duplicate submits
if: ${{ matrix.distro == 'tumbleweed' }}
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

# FIXME: Rubocop is not used here
# Rubocop:
# runs-on: ubuntu-latest
# container: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby:latest
# container: registry.opensuse.org/yast/head/containers/yast-ruby:latest

# steps:

Expand All @@ -54,9 +58,11 @@ jobs:

strategy:
fail-fast: false
matrix:
distro: [ "tumbleweed", "leap_latest" ]

container:
image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby

steps:

Expand All @@ -71,9 +77,11 @@ jobs:

strategy:
fail-fast: false
matrix:
distro: [ "leap_latest" ]

container:
image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby

steps:

Expand All @@ -90,9 +98,11 @@ jobs:

strategy:
fail-fast: false
matrix:
distro: [ "leap_latest" ]

container:
image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby

steps:

Expand Down
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
require "yast/rake"

Yast::Tasks.submit_to :sle15sp5

Yast::Tasks.configuration do |conf|
end

0 comments on commit 54332c4

Please sign in to comment.