Skip to content

Commit

Permalink
different branch names for better race condition resiliance
Browse files Browse the repository at this point in the history
Background: sometimes projects are not fully deleted yet and are already used by the next build
so they are basically still used while also deleted
  • Loading branch information
Schnitzel committed Aug 24, 2018
1 parent 4658e53 commit 2b8f19a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tests/features.yaml
Expand Up @@ -53,7 +53,7 @@
testname: "ENVIRONMENT TYPE DEVELOPMENT"
git_repo_name: features.git
project: ci-features
branch: develop
branch: environment-type
environment_type: development
check_url: "http://node.{{ project | regex_replace('_', '-') }}.{{ branch | regex_replace('/', '-') }}.{{ lookup('env','OPENSHIFT_ROUTE_SUFFIX') }}"

Expand All @@ -62,7 +62,7 @@
testname: "CUSTOM DEPLOYMENT TEMPLATES docker-compose"
git_repo_name: features.git
project: ci-features
branch: develop
branch: branch/custom-template
expected_template_filename: .lagoon.node.yml
check_url: "http://node.{{ project | regex_replace('_', '-') }}.{{ branch | regex_replace('/', '-') }}.{{ lookup('env','OPENSHIFT_ROUTE_SUFFIX') }}"

Expand Down Expand Up @@ -115,5 +115,5 @@
testname: "SUBFOLDER"
git_repo_name: features-subfolder.git
project: ci-features-subfolder
branch: branch1
branch: subfolder
check_url: "http://node.{{ project | regex_replace('_', '-') }}.{{ branch | regex_replace('/', '-') }}.{{ lookup('env','OPENSHIFT_ROUTE_SUFFIX') }}"

0 comments on commit 2b8f19a

Please sign in to comment.