-
Notifications
You must be signed in to change notification settings - Fork 187
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
[POC] setting up tests with eos on drone-ci #519
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
98febbe
to
708eab0
Compare
@felixboehm , I have added some scripts that could start up a new hcloud machine with eos. |
Looks good! |
tests/spwan_eos.sh
Outdated
@@ -0,0 +1,28 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file name s/spwan/spawn/
0466030
to
f4fc87d
Compare
I ran the scripts from my local machine and it was able to create a new machine with eos setup on hcloud. If we add credentials for hcloud in drone, it should be able to do the same. |
46398c4
to
f02a95e
Compare
7dd5201
to
10b178e
Compare
10b178e
to
73941e0
Compare
62a9743
to
4d61170
Compare
4d61170
to
c9349db
Compare
Blocked by #586 |
eos tests are no longer covered by ocis ci. it should run in reva or elsewhere. |
this PR adds scripts for creating a new eos instance in HCloud so that we can run our API tests with the EOS storage backend.