1
0

9 Commits

Author SHA1 Message Date
James Ketrenos
7a1c3fb247 Fixed .gitlab-ci.yml and scripts/test-image.sh to correctly mount data volume
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2020-01-29 13:54:01 -08:00
James Ketrenos
2861b457ac Switch from 'git clean -fd' to 'git clean -fdx' to remove untracked files
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2020-01-29 10:52:40 -08:00
James Ketrenos
c85cf7c19c Do not chown data for test-image; chmod 777 instead
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2020-01-28 14:13:22 -08:00
James Ketrenos
09ab6062ea Set data permissions and output some additional log info during test run
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2020-01-28 11:42:07 -08:00
James Ketrenos
763a50adf1 Add default volume mount of /home/jketreno/docker/intel-media-ffmpeg/data:/data to test-image.sh
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2020-01-28 10:59:19 -08:00
James Ketrenos
8c53d42110 Updated to latest xe-solutions test-image script
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2020-01-28 10:22:58 -08:00
James P. Ketrenos
dbbf9c0c16 Add render group to Docker container run line
Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
2019-12-18 16:04:33 -08:00
James Ketrenos
9d7b325a9d Add video group from host
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2019-12-18 14:33:16 -08:00
James Ketrenos
363f40de52 Refactored scripts/* and .gitlab-ci.yml
Fix #6: Define TAG in .gitlab-ci.yml and update scripts to defer to it.

renamed:    scripts/push-test-image.sh -> scripts/push-image.sh
renamed:    scripts/test-tag.sh -> scripts/test-image.sh

Refactored some of the scripts/* so they are generic and not tied to CI usages.

Added error checking and output to push-rolling-image.sh and remove-tag.sh

Added scripts/trigger.sh to auto-trigger builds.

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2019-12-17 21:04:52 -08:00