Skip to content

drop testing against LS 5.x#4

Closed
kares wants to merge 3 commits into
logstash-plugins:masterfrom
kares:share-travis-config
Closed

drop testing against LS 5.x#4
kares wants to merge 3 commits into
logstash-plugins:masterfrom
kares:share-travis-config

Conversation

@kares

@kares kares commented Feb 11, 2020

Copy link
Copy Markdown
Contributor

also renamed config to unit.travis.yml as we will want to import - thus name should be clear:

---
version: ~> 1.0
import: logstash-plugins/.ci:unit.travis.yml@master

@elasticsearch-bot elasticsearch-bot self-assigned this Feb 11, 2020
Comment thread .travis.yml.example
install: ci/unit/docker-setup.sh
script: ci/unit/docker-run.sh
version: ~> 1.0
import: logstash-plugins/.ci:unit.travis.yml@master

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🤔

Would it make sense to just import the environment matrix, and to keep the rest of the config in the example? This would allow us to start sharing the matrix even on plugins that need environment-specific install or script params.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

not sure I understand, this is just here as a simple example on how to import the unit.travis.yml
one can easily override script/install parts, you would just want to make it clear here, than?

version: ~> 1.0
import: logstash-plugins/.ci:unit.travis.yml@master
install: ci/unit/docker-setup.sh
script: ci/unit/docker-run.sh

@yaauie yaauie assigned yaauie and unassigned elasticsearch-bot Feb 12, 2020
@jsvd

jsvd commented Mar 18, 2020

Copy link
Copy Markdown
Member

dropping 5.x has been done in #5 , closing here

@jsvd jsvd closed this Mar 18, 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.

4 participants