diff options
author | Chris Evich <cevich@redhat.com> | 2019-10-07 13:42:43 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-10-07 13:43:00 -0400 |
commit | e18dfe69f51b0b620b18236cd07089905210369a (patch) | |
tree | 1a623491b22c70007da10fe8031955fce575dc4a | |
parent | 0f69032a4b7ff6138fefbc8356a4499ecad9b40c (diff) | |
download | podman-e18dfe69f51b0b620b18236cd07089905210369a.tar.gz podman-e18dfe69f51b0b620b18236cd07089905210369a.tar.bz2 podman-e18dfe69f51b0b620b18236cd07089905210369a.zip |
Cirrus: Remove broken/failing testing_crun task
This task was to enable cross-environment testing of crun. However it
was decided to only run testing w/ crun on F31. Since F31 release is
imminent, remove this task.
Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r-- | .cirrus.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index e2f55b377..08d5b7ac4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -369,38 +369,6 @@ testing_task: audit_log_script: '$SCRIPT_BASE/logcollector.sh audit' journal_script: '$SCRIPT_BASE/logcollector.sh journal' -# Test crun only on latest Fedora -testing_crun_task: - - depends_on: - - "gating" - - "vendor" - - "varlink_api" - - "build_each_commit" - - "build_without_cgo" - - # Only test build cache-images, if that's what's requested - only_if: $CIRRUS_CHANGE_MESSAGE !=~ '.*\*\*\*\s*CIRRUS:\s*TEST\s*IMAGES\s*\*\*\*.*' - - timeout_in: 120m - - env: - ADD_SECOND_PARTITION: true - OCI_RUNTIME: "/usr/bin/crun" - - networking_script: '${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/networking.sh' - setup_environment_script: '$SCRIPT_BASE/setup_environment.sh |& ${TIMESTAMP}' - install_crun_script: 'dnf install -y crun' - unit_test_script: '$SCRIPT_BASE/unit_test.sh |& ${TIMESTAMP}' - integration_test_script: '$SCRIPT_BASE/integration_test.sh |& ${TIMESTAMP}' - system_test_script: '$SCRIPT_BASE/system_test.sh |& ${TIMESTAMP}' - - on_failure: - failed_branch_script: '$CIRRUS_WORKING_DIR/$SCRIPT_BASE/notice_branch_failure.sh' - - always: - <<: *standardlogs - # This task executes tests under unique environments/conditions special_testing_rootless_task: @@ -686,7 +654,6 @@ success_task: - "meta" - "image_prune" - "testing" - - "testing_crun" - "special_testing_rootless" - "special_testing_in_podman" - "special_testing_cgroupv2" |