Skip to content

Commit

Permalink
Test: delete "diff manifests" test case
Browse files Browse the repository at this point in the history
This is not adding any value any more, since all image definitions are
defined in the osbuild/images repository and just vendored in this one.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
  • Loading branch information
thozza authored and jrusz committed Dec 22, 2023
1 parent 42a9091 commit cfc6329
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 132 deletions.
18 changes: 0 additions & 18 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -714,24 +714,6 @@ Installer:
- rhos-01/rhel-9.4-nightly-x86_64
- rhos-01/centos-stream-9-x86_64

Manifest-diff:
stage: test
extends: .terraform
rules:
# don't run on main
- if: '$CI_COMMIT_BRANCH != "main"'
script:
- ./test/cases/diff-manifests.sh
variables:
RUNNER: aws/rhel-9.2-ga-x86_64
INTERNAL_NETWORK: "true"
GIT_STRATEGY: "clone"
GIT_CHECKOUT: "true"
GIT_DEPTH: 500
artifacts:
paths:
- manifests.diff

SonarQube:
stage: test
extends: .terraform
Expand Down
114 changes: 0 additions & 114 deletions test/cases/diff-manifests.sh

This file was deleted.

0 comments on commit cfc6329

Please sign in to comment.