mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +08:00
cirrus: disable apiv2 task
Business as usual. It's flaky and we agreed to only run the system tests. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
56
.cirrus.yml
56
.cirrus.yml
@ -411,32 +411,32 @@ unit_test_task:
|
|||||||
always: *runner_stats
|
always: *runner_stats
|
||||||
|
|
||||||
|
|
||||||
apiv2_test_task:
|
#apiv2_test_task:
|
||||||
name: "APIv2 test on $DISTRO_NV"
|
# name: "APIv2 test on $DISTRO_NV"
|
||||||
alias: apiv2_test
|
# alias: apiv2_test
|
||||||
skip: *tags
|
# skip: *tags
|
||||||
depends_on:
|
# depends_on:
|
||||||
- validate
|
# - validate
|
||||||
gce_instance: *standardvm
|
# gce_instance: *standardvm
|
||||||
env:
|
# env:
|
||||||
<<: *stdenvars
|
# <<: *stdenvars
|
||||||
TEST_FLAVOR: apiv2
|
# TEST_FLAVOR: apiv2
|
||||||
clone_script: *noop # Comes from cache
|
# clone_script: *noop # Comes from cache
|
||||||
gopath_cache: *ro_gopath_cache
|
# gopath_cache: *ro_gopath_cache
|
||||||
setup_script: *setup
|
# setup_script: *setup
|
||||||
main_script: *main
|
# main_script: *main
|
||||||
always: &logs_artifacts
|
# always: &logs_artifacts
|
||||||
<<: *runner_stats
|
# <<: *runner_stats
|
||||||
# Required for `contrib/cirrus/logformatter` to work properly
|
# # Required for `contrib/cirrus/logformatter` to work properly
|
||||||
html_artifacts:
|
# html_artifacts:
|
||||||
path: ./*.html
|
# path: ./*.html
|
||||||
type: text/html
|
# type: text/html
|
||||||
package_versions_script: '$SCRIPT_BASE/logcollector.sh packages'
|
# package_versions_script: '$SCRIPT_BASE/logcollector.sh packages'
|
||||||
df_script: '$SCRIPT_BASE/logcollector.sh df'
|
# df_script: '$SCRIPT_BASE/logcollector.sh df'
|
||||||
audit_log_script: '$SCRIPT_BASE/logcollector.sh audit'
|
# audit_log_script: '$SCRIPT_BASE/logcollector.sh audit'
|
||||||
journal_script: '$SCRIPT_BASE/logcollector.sh journal'
|
# journal_script: '$SCRIPT_BASE/logcollector.sh journal'
|
||||||
podman_system_info_script: '$SCRIPT_BASE/logcollector.sh podman'
|
# podman_system_info_script: '$SCRIPT_BASE/logcollector.sh podman'
|
||||||
time_script: '$SCRIPT_BASE/logcollector.sh time'
|
# time_script: '$SCRIPT_BASE/logcollector.sh time'
|
||||||
|
|
||||||
|
|
||||||
# Execute the podman integration tests on all primary platforms and release
|
# Execute the podman integration tests on all primary platforms and release
|
||||||
@ -549,7 +549,8 @@ local_system_test_task: &local_system_test_task
|
|||||||
gopath_cache: *ro_gopath_cache
|
gopath_cache: *ro_gopath_cache
|
||||||
setup_script: *setup
|
setup_script: *setup
|
||||||
main_script: *main
|
main_script: *main
|
||||||
always: *logs_artifacts
|
always: &logs_artifacts
|
||||||
|
<<: *runner_stats
|
||||||
|
|
||||||
|
|
||||||
remote_system_test_task:
|
remote_system_test_task:
|
||||||
@ -684,7 +685,6 @@ success_task:
|
|||||||
- osx_alt_build
|
- osx_alt_build
|
||||||
- docker-py_test
|
- docker-py_test
|
||||||
- unit_test
|
- unit_test
|
||||||
- apiv2_test
|
|
||||||
- local_system_test
|
- local_system_test
|
||||||
- remote_system_test
|
- remote_system_test
|
||||||
- rootless_system_test
|
- rootless_system_test
|
||||||
|
Reference in New Issue
Block a user