summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-01-30 01:56:12 +0900
committerShinya Maeda <shinya@gitlab.com>2018-02-06 15:50:08 +0900
commitc9ed3b2d4d208b7452fc2e057f11d28356c08887 (patch)
tree19c2ae6b63f4a901a98346f51a1bff85739672f0 /spec/fixtures
parentedc936cde2730bb7c417343c582f2b8cf5b571c3 (diff)
downloadgitlab-ce-c9ed3b2d4d208b7452fc2e057f11d28356c08887.tar.gz
Add essential tests
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/trace/sample_trace18
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/fixtures/trace/sample_trace b/spec/fixtures/trace/sample_trace
new file mode 100644
index 00000000000..f06e981df52
--- /dev/null
+++ b/spec/fixtures/trace/sample_trace
@@ -0,0 +1,18 @@
+Running with gitlab-runner 10.0.2 (a9a76a50)
+ on ShinyaMaedas-MacBook-Pro.local (e1e5600d)
+Using Docker executor with image ruby:2.1 ...
+Using docker image sha256:35c04f14f9926d1c8c68927cb43f69435fda36ecbaa3ca6f92218205363a2b99 for predefined container...
+Pulling docker image ruby:2.1 ...
+Using docker image ruby:2.1 ID=sha256:223d1eaa9523fa64e78f5a92b701c9c11cbc507f0ff62246dbbacdae395ffea3 for build container...
+Running on runner-e1e5600d-project-12-concurrent-0 via ShinyaMaedas-MacBook-Pro.local...
+Fetching changes...
+Removing hoge.txt
+HEAD is now at bc8d55a Update .gitlab-ci.yml
+Checking out bc8d55ab as master...
+Skipping Git submodules setup
+$ echo "hoge" >> hoge.txt
+Uploading artifacts...
+hoge.txt: found 1 matching files 
+Uploading artifacts to coordinator... ok  id=1045 responseStatus=201 Created token=c1uexKnX
+Job succeeded
+ \ No newline at end of file