Skip to content

Commit

Permalink
tests: improve base image creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jan 24, 2024
1 parent c8de8f0 commit ecd5160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/scenarios/_common/base_images/rocky-nightly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN /root/ansible/install_role.sh test-config-generator
RUN /root/ansible/install_role.sh local_tests

# improve startup time of grafana after first launch
RUN omd config demo set GRAFANA on && ( omd start demo grafana || omd start demo grafana ) && omd stop demo grafana && omd config demo set GRAFANA off
RUN omd config demo set GRAFANA on && ( omd start demo grafana || ( sleep 60 && omd restart demo grafana ) ) && omd stop demo grafana && omd config demo set GRAFANA off

# improve startup time of influxdb after first launch
RUN omd config demo set INFLUXDB on; omd start demo influxdb; omd stop demo influxdb; omd config demo set INFLUXDB off

0 comments on commit ecd5160

Please sign in to comment.