From a0190ca6fd16f6fb56c1825a55941f53a601d18d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Wed, 4 Sep 2024 10:59:21 +0200 Subject: [PATCH] avoid building --- .github/workflows/ci.yml | 67 +--------------------------------------- 1 file changed, 1 insertion(+), 66 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13ea8ebc01a..965b5efbd2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,55 +63,6 @@ jobs: volumes: - ../sssd:/sssd:rw - - name: Build SSSD on the client and IPA - uses: SSSD/sssd-ci-containers/actions/exec@master - with: - log-file: build.log - working-directory: /sssd - where: | - client - ipa - script: | - #!/bin/bash - set -ex - - ./contrib/ci/run --deps-only - autoreconf -if - - mkdir -p /dev/shm/sssd - pushd /dev/shm/sssd - /sssd/configure --enable-silent-rules - make rpms - - - name: Install SSSD on the client and IPA - uses: SSSD/sssd-ci-containers/actions/exec@master - with: - log-file: install.log - user: root - where: | - client - ipa - script: | - #!/bin/bash - set -ex - - dnf install -y /dev/shm/sssd/rpmbuild/RPMS/*/*.rpm - rm -fr /dev/shm/sssd - - # We need to reenable sssd-kcm since it was disabled by removing sssd not not enabled again - systemctl enable --now sssd-kcm.socket - - - name: Restart SSSD on IPA server - uses: SSSD/sssd-ci-containers/actions/exec@master - with: - user: root - where: ipa - script: | - #!/bin/bash - set -ex - - systemctl restart sssd || systemctl status sssd - - name: Patch the SSH configuration uses: SSSD/sssd-ci-containers/actions/exec@master with: @@ -122,6 +73,7 @@ jobs: sed -e 's/GlobalKnownHostsFile/#GlobalKnownHostsFile/' \ -e 's/ProxyCommand \/usr\/bin\/sss_ssh_knownhostsproxy -p %p %h/KnownHostsCommand \/usr\/bin\/sss_ssh_knownhosts %H/' \ -i /etc/ssh/ssh_config.d/04-ipa.conf + exit 0 - name: Install system tests dependencies shell: bash @@ -152,23 +104,6 @@ jobs: run: | yq -i 'del(.domains[0].hosts.[] | select(.role == "ad"))' mhc.yaml - - name: Check polarion metadata - shell: bash - working-directory: ./sssd/src/tests/system - run: | - # Run pytest in collect only mode to quickly catch issues in Polarion metadata. - set -ex -o pipefail - - mkdir -p $GITHUB_WORKSPACE/artifacts - source .venv/bin/activate - pytest \ - --color=yes \ - --mh-config=./mhc.yaml \ - --mh-artifacts-dir=$GITHUB_WORKSPACE/artifacts \ - --polarion-config=../polarion.yaml \ - --output-polarion-testcase=$GITHUB_WORKSPACE/artifacts/testcase.xml \ - --collect-only . |& tee $GITHUB_WORKSPACE/pytest-collect.log - - name: Run tests shell: bash working-directory: ./sssd/src/tests/system