1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-29 06:34:08 +00:00
Commit Graph

572 Commits

Author SHA1 Message Date
popcor255
2f1f8b32fc Updated helm catalog to access external helm repos
As a user, I would like to use helm repos to deploy my applications. A helm chart was added to support this usecase. As a user having a chart called helm-update and helm-update repo is confusing. Helm charts were renamed and the tests were updated. As a user having all caps params can be confusing because they are reserved for environment variables. Charts were updated for increased readadbility.
2020-07-10 08:25:57 +01:00
Scott
f2ab700283 Update READMEs of tasks that use workspaces in place of pipeline resources
The tasks in this commit were updated at some point to use workspaces instead of
pipeline resources but their readmes still refer to the resources.

This commit updates the readmes to remove mention of pipeline resources and link
out to pipeline's workspaces doc.
2020-07-09 15:41:56 +01:00
ishani2412
7a481c53c5 Improve the README in master branch
Signed-off-by: ishani2412 <ishani.1613039@kiet.edu>
2020-07-06 09:20:03 +01:00
Divyansh42
a312a82134 Add Git CLI task
Added Git CLI task, this task can be used to run git commands.
Git command need to be passed as a script to the task

Signed-off-by: Divyansh42 <diagrawa@redhat.com>
2020-07-01 13:04:02 +01:00
Ian Coffey
6d8de3f7f1 link ko instructions to cloudevent readme 2020-06-30 18:47:01 +01:00
Ian Coffey
552c8f2d7f fix formatting for event markdown 2020-06-30 18:47:01 +01:00
Ian Coffey
00e315031c Add cloudevent task to send events 2020-06-30 18:47:01 +01:00
PuneetPunamiya
e680707ec9 Enables the yamllint job
Issue: #387

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-06-25 17:20:59 +01:00
PuneetPunamiya
29a74cb125 Fix yaml lint errors and warnings
Issue: #387

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-06-25 17:20:59 +01:00
Ian Coffey
c827a5fbd4 link bentoml repo from catalog readme 2020-06-25 15:05:59 +01:00
Ian Coffey
24ffc67151 fix task and run yaml formatting for bentoml task 2020-06-25 15:05:59 +01:00
Ian Coffey
1b9d811f66 revert bentoml task to v1beta1 task 2020-06-25 15:05:59 +01:00
Ian Coffey
644d783b26 fix owners file in bentoml task 2020-06-25 15:05:59 +01:00
Ian Coffey
7a54c16562 Add a bentoml task, a readme and a test run 2020-06-25 15:05:59 +01:00
Ian Coffey
703fd10e2f Add bentoml catalog task 2020-06-25 15:05:59 +01:00
Divyansh42
b367ff9f65 Add Git Rebase task
This task will rebase the branch based
on the user input. Before rebase, if `squashing` of the commits is required,
then it can also be done by the task.

Signed-off-by: Divyansh42 <diagrawa@redhat.com>
2020-06-25 13:58:59 +01:00
savitaashture
cf584d8b8f Bump git-init image to 0.13.2 2020-06-24 07:58:58 +01:00
Maneesh Mehra
b417ffad5a #368: Added owners file 2020-06-23 17:35:59 +01:00
Maneesh Mehra
108eaf4939 368: Task for generating unique build id 2020-06-23 17:35:59 +01:00
Chmouel Boudjnah
b79765dbbd test-runner: Do not show logs on success
This can grow the log pretty big with message that not a lot of people will care
about.

when we show the logs on failure, make sure we are not failing if we can't show
them. Sometime some container may be in "Terminated" state until k8 cleans them
up. (i.e: affinity-assistant) so no need to worry if those are failing/exiting before
showing the next container log.

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
2020-06-23 15:06:59 +01:00
Dibyo Mukherjee
903370fd9f Wait until all TaskRuns are complete to print logs
The loop in the test runner script that was waiting for all TaskRuns to
complete had a bug where it would break out of the loop as soon as any one of
the TaskRuns completed. The test runner then tries to print the logs for all
TaskRuns (which includes some Running ones) which will sometimes fail e.g. if
the TaskRun's pod is in a PodInitializing state.

Fixes #379

Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
2020-06-22 23:06:58 +01:00
Vincent Demeester
9cdec565b3
README.md: update v1alpha1/v1beta1 header
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-06-19 16:08:03 +02:00
Vincent Demeester
fa2c4398bf Merge remote-tracking branch 'upstream/v1beta1'
Overwrite anything in master from v1beta1 👼
2020-06-19 16:02:39 +02:00
Florian Hopfensperger
2fa2e40357 Moved example TaskRun to sub dir 2020-06-19 10:58:57 +01:00
Florian Hopfensperger
fe6e041a03 changed to apply yaml; avoid create error in tests 2020-06-19 10:58:57 +01:00
Florian Hopfensperger
226ce969b5 Changed Service Account name 2020-06-19 10:58:57 +01:00
Florian Hopfensperger
3babb5939a Added service account for testing 2020-06-19 10:58:57 +01:00
Florian Hopfensperger
5bcf9a096f This Task can be used to install/upgrade a helm chart into a Kubernetes/OpenShift Cluster.
Signed-off-by: Florian Hopfensperger <florian.hopfensperger@de.ibm.com>
2020-06-19 10:58:57 +01:00
Christie Wilson
4ce31b6c8d Update automation to test against 0.13.2
Eventually we want to be able to have Tasks declare what versions they
are compatible with and test against those
(https://github.com/tektoncd/catalog/issues/373) but in the meantime, it
seems reasonable to bump the version every time we do a release (and
even once we have #373, we would want to be running tests against new
versions as well - and this could have the benefit of giving us
information about issues in a release early, before users notice them!)
2020-06-18 21:15:57 +01:00
Billy Lynch
cb2cad2009 Add Kythe golang extractor task.
This task allows you to generate Kythe annotation metadata for a given
Go project. This follows the workspace model as presented by the `git`
Task. The expectation is that any results place in the workspace will be
exported by another Task in the pipeline for remote storage (e.g. GCS,
etc).

(cherry picked from commit 20d449cd43)
2020-06-16 12:21:56 +01:00
yuege01
82a433e397 added a pinned version of buildpack-deps 2020-06-16 11:54:56 +01:00
yuege01
480fbbbb06 add wget image url as a param 2020-06-16 11:54:56 +01:00
yuege01
72bc0d1e43 pin alpine to alpine:3 2020-06-16 11:54:56 +01:00
yuege01
40c1f0aa33 change container image
alpine image already installed up-to-date wget
2020-06-16 11:54:56 +01:00
yuege01
6367cbd96d fix workspace name in steps 2020-06-16 11:54:56 +01:00
yuege01
67f0f4ca48 change workspace name
change workspace name to pass test
2020-06-16 11:54:56 +01:00
yuege01
cd163708fe change workspace name
make workspace name same as in the task yaml file
2020-06-16 11:54:56 +01:00
yuege01
e1bbfd1e34 modified description of some params
deleted some unnecessary params and modifies descriptions of param to make them same as in the readme
2020-06-16 11:54:56 +01:00
yuege01
813a2306d5 Changed some descriptions in readme 2020-06-16 11:54:56 +01:00
yuege01
37e5a9e27b create a simple task run to test if wget works 2020-06-16 11:54:56 +01:00
yuege01
b0b0069b71 create a tests directory for adding test yaml file 2020-06-16 11:54:56 +01:00
yuege01
9270bc52c2 A sample taskrun of wget 2020-06-16 11:54:56 +01:00
yuege01
4183379718 create wget-task version1 2020-06-16 11:54:56 +01:00
yolandadu
f62f6ea70f Add prettier task with tests 2020-06-16 09:35:56 +01:00
Harshad Reddy Nalla
1c4a03f95e Task to publish python module to PyPI
This Task publishes python packages to PyPI index using Twine utility module.

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>
2020-06-16 09:08:56 +01:00
Meixing Dong
9847e3660a remove service account example in README.md 2020-06-16 08:42:57 +01:00
Meixing Dong
70e173bc68 remove gcs-generic-taskRun because this test will fail as no such a secret exists. 2020-06-16 08:42:57 +01:00
Meixing Dong
88577ddc05 Add gcs-generic Task and update README.md with a TaskRun example 2020-06-16 08:42:57 +01:00
Meixing Dong
7ee3335dc2 Add gcs-generic Task and update README.md with a TaskRun example 2020-06-16 08:42:57 +01:00
Chmouel Boudjnah
cfe711305b Pin maven repo test to a revision
Since the "master" branch has been renamed to "main", let's make sure we pin to
a revision and fix if there is other rename going on.

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
2020-06-16 07:50:56 +01:00