diff options
author | Chris Evich <cevich@redhat.com> | 2019-05-01 10:40:35 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-05-03 15:04:48 -0400 |
commit | 6c8b548160fc8ee98b9f03f141d6f9314f3489d1 (patch) | |
tree | 4fe29514bfb30421eae2e52f09bcde8fd6b7767f | |
parent | b648ca08102ae9b1c140a96b5bfc02fcc303d585 (diff) | |
download | podman-6c8b548160fc8ee98b9f03f141d6f9314f3489d1.tar.gz podman-6c8b548160fc8ee98b9f03f141d6f9314f3489d1.tar.bz2 podman-6c8b548160fc8ee98b9f03f141d6f9314f3489d1.zip |
Cirrus: Add missing task dependencies
Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r-- | .cirrus.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 25ca058fc..514889969 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -208,6 +208,8 @@ build_each_commit_task: depends_on: - "gating" + - "vendor" + - "varlink_api" # $CIRRUS_BASE_BRANCH is only set when testing a PR only_if: $CIRRUS_BRANCH != 'master' @@ -260,6 +262,8 @@ testing_task: depends_on: - "gating" + - "varlink_api" + - "vendor" - "build_each_commit" gce_instance: @@ -303,6 +307,8 @@ special_testing_task: depends_on: - "gating" + - "varlink_api" + - "vendor" - "build_each_commit" gce_instance: @@ -416,6 +422,8 @@ success_task: depends_on: # ignores any dependent task conditions - "gating" + - "varlink_api" + - "vendor" - "build_each_commit_task" - "testing" - "rootless_testing_task" |