Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis: rename stage; allow version branches #343

Merged
merged 4 commits into from
Jun 5, 2020

Conversation

ennru
Copy link
Contributor

@ennru ennru commented May 28, 2020

and update readme

references #294

@@ -58,6 +59,7 @@ jobs:

stages:
- name: validations
- name: test
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep validations and test in a single stage. A silly error in validations will mask further errors in test.

How about splitting the following way:

  • validations and tests-JDK11 (3 jobs in the first stage both scala 2.12 and 2.13)
  • tests-JDK8 (2 extra jobs)
  • other stages

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the wasted Travis jobs I wanted to get rid off, it's now as before.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. I come from maintaining 40+min builds so these wasted travis jobs look like peanuts. :-)

Copy link
Member

@ignasi35 ignasi35 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment above: jdk11-tests wit validations

@ennru ennru changed the title Travis: run validations before testing; allow version branches Travis: rename stage; allow version branches Jun 3, 2020
- /^\d+\.\d+(\.\d+)?(-\S*)?$/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch!

@@ -58,6 +59,7 @@ jobs:

stages:
- name: validations
- name: test
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. I come from maintaining 40+min builds so these wasted travis jobs look like peanuts. :-)

@mergify mergify bot merged commit 0fda192 into playframework:master Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants