ci: Split traces.yml file per driver
[mesa.git] / .gitlab-ci / bare-metal / init.sh
index f59ec918da6eca9adc8d114826ad91a819fff207..f956e61f79fd36c6c7b57b0ff9107a3f7cb11b9f 100755 (executable)
@@ -19,9 +19,6 @@ echo "nameserver 8.8.8.8" > /etc/resolv.conf
 # Not all DUTs have network
 sntp -sS pool.ntp.org || true
 
-# Overwrite traces.yml file with the baremetal version
-cp /install/traces-baremetal.yml /install/traces.yml
-
 # Start a little daemon to capture the first devcoredump we encounter.  (They
 # expire after 5 minutes, so we poll for them).
 ./capture-devcoredump.sh &