validate_task:
depends_on: build
- only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" && $CIRRUS_BRANCH != "nightly-build"
+ only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" && $CIRRUS_BRANCH != "branch-nightly-build"
timeout_in: 90m
gke_container:
dockerfile: private/docker/Dockerfile-build
qa_task:
depends_on: build
- only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" && $CIRRUS_BRANCH != "nightly-build"
+ only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" && $CIRRUS_BRANCH != "branch-nightly-build"
gke_container:
dockerfile: private/docker/Dockerfile-build
builder_image_project: ci-cd-215716
- build
- validate
- qa
- only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" && $CIRRUS_BRANCH != "nightly-build"
+ only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" && $CIRRUS_BRANCH != "branch-nightly-build"
gke_container:
dockerfile: private/docker/Dockerfile-build
builder_image_project: ci-cd-215716
depends_on: build
# Comment the following line and commit with message "DO NOT MERGE" in order to run
# this task on your branch
- only_if: $CIRRUS_BRANCH == "nightly-build"
+ only_if: $CIRRUS_BRANCH == "branch-nightly-build"
gke_container:
dockerfile: private/docker/Dockerfile-build
builder_image_project: ci-cd-215716
depends_on: build
# Comment the following line and commit with message "DO NOT MERGE" in order to run
# this task on your branch
- only_if: $CIRRUS_BRANCH == "nightly-build"
+ only_if: $CIRRUS_BRANCH == "branch-nightly-build"
gke_container:
dockerfile: private/docker/Dockerfile-build
builder_image_project: ci-cd-215716
depends_on: build
# Comment the following line and commit with message "DO NOT MERGE" in order to run
# this task on your branch
- only_if: $CIRRUS_BRANCH == "nightly-build"
+ only_if: $CIRRUS_BRANCH == "branch-nightly-build"
gke_container:
dockerfile: private/docker/Dockerfile-build
builder_image_project: ci-cd-215716
depends_on: build
# Comment the following line and commit with message "DO NOT MERGE" in order to run
# this task on your branch
- only_if: $CIRRUS_BRANCH == "nightly-build"
+ only_if: $CIRRUS_BRANCH == "branch-nightly-build"
gke_container:
dockerfile: private/docker/Dockerfile-build
builder_image_project: ci-cd-215716
depends_on: build
# Comment the following line and commit with message "DO NOT MERGE" in order to run
# this task on your branch
- only_if: $CIRRUS_BRANCH == "nightly-build"
+ only_if: $CIRRUS_BRANCH == "branch-nightly-build"
gke_container:
dockerfile: private/docker/Dockerfile-build
builder_image_project: ci-cd-215716