You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our gitlabci.sh script contains this line export VIRTUALIZATION_PARAMETERS_FILE=virtualization/parameters_test.yml
which is a bit problematic because the parameters_test.yml may contain a different configuration than parameters.yml. Just had major issues because the latter contained the directive to use Ubuntu instead of Debian, whereas the _test version didn't
This file is apparently only part of the liip-amboss fork.
My proposal:
Check if we still need it, or if the main project offers another way of running stuff on CI
If we do need it, fix it so it'll consider values set in parameters.yml on CI as well
The text was updated successfully, but these errors were encountered:
Our gitlabci.sh script contains this line
export VIRTUALIZATION_PARAMETERS_FILE=virtualization/parameters_test.yml
which is a bit problematic because the
parameters_test.yml
may contain a different configuration thanparameters.yml
. Just had major issues because the latter contained the directive to use Ubuntu instead of Debian, whereas the_test
version didn'tThis file is apparently only part of the liip-amboss fork.
My proposal:
parameters.yml
on CI as wellThe text was updated successfully, but these errors were encountered: