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

Changing gluu-server version is kind of exaustive #55

Open
5 tasks
christian-hawk opened this issue Jan 5, 2021 · 1 comment
Open
5 tasks

Changing gluu-server version is kind of exaustive #55

christian-hawk opened this issue Jan 5, 2021 · 1 comment

Comments

@christian-hawk
Copy link
Contributor

Version downloaded here:

echo "deb https://repo.gluu.org/ubuntu/ bionic-devel main" > /etc/apt/sources.list.d/gluu-repo.list

Should be able to be easily changed.

For example right now we are testing with latest stable.

As gluu is downloaded on droplet startup, I'm not sure what's the best way.
It would be nice to do it automatically, but then the droplet will need to be waiting for some kind of external (jenkins) input somewhere between startup and gluu package download.

Today the way to do it is:

  • Creating the test droplet from snapshot manually
  • Setup accordingly
  • Clean existing gluu install
  • create new snapshot
  • change snapshot Id on config file at jenkins server

We can also create 2 snapshots, 1 for latest dev, and 1 for latest stable, and run both tests.

What do you think about this @kdhttps ?

@kdhttps
Copy link
Contributor

kdhttps commented Jan 6, 2021

@christian-hawk agree. it is good to test on dev and stable both.

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

No branches or pull requests

2 participants