Skip to content

Cleanup env.rb env var method definitions

George Koltsov requested to merge acunskis-env-cleanup into master

Cleans up the class and reduces confusion when sometimes it looks like both method and key value pair has to be defined together.

  • Move env var accessor method which do not have any additional logic to the ENV_VARS hashmap
  • Add NO_ADMIN, SMOKE_ONLY env vars which are read by test metrics exporter to determine run type
Edited by George Koltsov

Merge request reports