Merge pull request #9505 from BbolroC/remove-crio-nightly-test-s390x

gha: Remove k8s-cri-containerd-rhel9-e2e-tests for s390x
This commit is contained in:
Hyounggyu Choi 2024-04-18 09:31:07 +02:00 committed by GitHub
commit 566a6de594
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,25 +19,3 @@ jobs:
/home/${USER}/script/handle_test_log.sh download $file_name
env:
TEST_TITLE: ${{ matrix.test_title }}
k8s-cri-containerd-rhel9-e2e-tests:
runs-on: s390x-rhel9
steps:
- name: Take a pre-action for self-hosted runner
run: |
${HOME}/script/pre_action.sh rhel9-nightly
- name: Run k8s/cri-containerd e2e tests on RHEL9
run: |
export WORKSPACE=$GITHUB_WORKSPACE
export GITHUB_ACTION=""
bash ci_crio_entry_point.sh
env:
BAREMETAL: "true"
REPO_OWNER: "cri-o"
REPO_NAME: "cri-o"
- name: Take a post-action for self-hosted runner
if: always()
run: |
${HOME}/script/post_action.sh rhel9-nightly