summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4678a5c)
raw | patch | inline | side by side (parent: 4678a5c)
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Sun, 8 Aug 2010 14:49:27 +0000 (14:49 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 18 Aug 2010 19:42:14 +0000 (12:42 -0700) |
The smoke server supports a free form text field with comments about a
report, and a comma delimited list of tags. Change the smoke_report
target to expose this functionality. Now smokers can send more data
that explains and categorizes the reports they're submitting.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
report, and a comma delimited list of tags. Change the smoke_report
target to expose this functionality. Now smokers can send more data
that explains and categorizes the reports they're submitting.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/Makefile | patch | blob | history | |
t/README | patch | blob | history |
diff --git a/t/Makefile b/t/Makefile
index 00f64820c2297438b6cf43dd53df93766fbfd402..b81fb91b52af7cd127d243f6d96170cc757d7e5e 100644 (file)
--- a/t/Makefile
+++ b/t/Makefile
ifdef SMOKE_USERNAME
SMOKE_UPLOAD_FLAGS += -F username="$(SMOKE_USERNAME)" -F password="$(SMOKE_PASSWORD)"
endif
+ifdef SMOKE_COMMENT
+ SMOKE_UPLOAD_FLAGS += -F comments="$(SMOKE_COMMENT)"
+endif
+ifdef SMOKE_TAGS
+ SMOKE_UPLOAD_FLAGS += -F tags="$(SMOKE_TAGS)"
+endif
smoke_report: smoke
curl \
diff --git a/t/README b/t/README
index 5ed06f62d5aa02faa5ea6a6e239c57f505812cfe..336871fe42ac5c69ec7ca349346b85b15a93e4e0 100644 (file)
--- a/t/README
+++ b/t/README
SMOKE_USERNAME=<username> SMOKE_PASSWORD=<password> make smoke_report
+You can also add an additional comment to attach to the report, and/or
+a comma separated list of tags:
+
+ SMOKE_USERNAME=<username> SMOKE_PASSWORD=<password> \
+ SMOKE_COMMENT=<comment> SMOKE_TAGS=<tags> \
+ make smoke_report
+
Once the report is uploaded it'll be made available at
http://smoke.git.nix.is, here's an overview of Recent Smoke Reports
for Git: