1
0
mirror of synced 2026-01-07 09:05:45 -05:00
Commit Graph

8 Commits

Author SHA1 Message Date
Topher Lubaway
d82c2a0505 Same logic as before with more clear user facing (#11700)
Old code was hard to understand errors from.

this should communicate problems more clearly
2022-04-04 13:16:16 -07:00
Greg Solovyev
afc1976a80 Skip empty line output from gradle (#11667)
Currently, every time this script attempts to launch a github action for an empty connector name
  see log output here: https://github.com/airbytehq/airbyte/runs/5786705935?check_suite_focus=true
  This change fixes this minor bug.
2022-04-04 09:47:47 -07:00
Sherif A. Nada
168b0b3aa1 Periodic connector tests workflow: add Accept header per github docs recommendation (#4722) 2021-07-12 23:23:24 -07:00
Jared Rhizor
1bd19d1bae put all integration test tasks under integrationTest (#1231)
* always re-run standardSourceTestPython

* rename and regroup to integrationTest

* add comment
2020-12-07 10:10:26 -08:00
Jared Rhizor
2ac26e3285 prevent launching duplicate integration tests from master (#1205) 2020-12-04 13:00:22 -08:00
Jared Rhizor
784a28547a show workflow url in comment requesting integration test (#1186)
* move integration test launching after caching

* run in separate job so it's not blocking

* move if to job level

* edit comment

* fix yaml error

* switch to using workflow path

* dump github context

* add comment id propagation

* add comment updates when things finish

* only have reactions for slash command dispatch, not the actual worker

* fix syntax

* fix syntax better

* yaml is terrible

* remove todo comments

* add error message and use not success

* final tweaks

* oops

* remove context dump
2020-12-03 16:31:19 -08:00
jrhizor
f88a1c4fac hotfix: use inputs for connector workflow dispatch 2020-12-03 15:11:43 -08:00
Jared Rhizor
b10d46cc05 add ability to launch all integration/standard tests from slash commands (#1169)
* add shopify singer

* temporarily run exchangerate on push

* depend on base singer docker output, not just base

* add static arg ref

* add integration test runner

* fmt

* add echos to show what is happening in script

* remove integration test and standard test building as part of main workflow

* remove empty integration test launcher script and re-enable checking for image existing

* format

* automatically run everything on master

* test running all on branch

* use list

* add required regex flag

* move inputs up to root of action

* move back to workflow dispath

* handle default value in non-dispatch workflows

* fix typo

* add exit 1 on failure to find connector

* add launcher

* make launcher executable

* add workflow launcher script
2020-12-03 15:05:50 -08:00