Commit Graph

24 Commits

Author SHA1 Message Date
Chris Cranford
ce87f06751 [ci] Fix Oracle test workflow worker space failure
A GitHub worker only has so much space and currently when this stage of the job runs concurrently with the
"test-connector" stage, we are facing a worker out of space problem. To attempt to combat this issue, the
REST extension tests will run sequentially after the "test-connector" stage has concluded.
2024-02-09 18:24:00 -05:00
dependabot[bot]
5a493bea58 [ci] Bump actions/cache from 2 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 15:12:11 +01:00
dependabot[bot]
e05fd49854 [ci] Bump actions/setup-java from 2 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 06:40:17 +01:00
Chris Cranford
b0e0674ef2 DBZ-6763 Don't hard fail the secrets check 2023-11-02 09:00:45 +01:00
rkerner
de6c1976f9 DBZ-6763 Add integration tests for the Debezium Connect REST extension for the Oracle connector / Oracle Connect REST extension
closes to https://issues.redhat.com/browse/DBZ-6763
2023-11-02 09:00:45 +01:00
dependabot[bot]
6644eeefb9 [ci] Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 10:09:29 +02:00
Jiri Pechanec
a3cee9e0bc [ci] Skip not fail Oracle on missing credentials 2023-04-12 15:48:03 +02:00
ani-sha
66ee2dd4eb DBZ-6239 Use pull_request instead of pull_request_target 2023-03-21 14:51:58 +01:00
ani-sha
3874160834 DBZ-6115 Use correct conditional clause for build step 2023-03-16 08:51:12 +01:00
Anisha Mohanty
a46bc2903b DBZ-6115 Oracle CI on pull request events 2023-02-28 13:53:33 +01:00
dependabot[bot]
8136c6a3e1 [ci] Bump actions
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 06:57:23 +01:00
Anisha Mohanty
58a0500015 DBZ-5998 Use correct format for GITHUB_OUTPUT in CI & throw error in case of failed checks 2023-01-12 12:05:13 +01:00
Mark Lambert
d42b5480a3 DBZ-5870 Upgrade all usages of actions/checkout to v3 2022-11-24 10:33:52 +01:00
Mark Lambert
1ed3a46ea6 DBZ-5824 refactor GitHub Actions deprecated set-output command 2022-11-10 12:36:36 -05:00
Chris Cranford
7a27e0db25 DBZ-5349 Run Oracle connector tests on pushes 2022-07-01 12:49:15 -04:00
Chris Cranford
124bc6a515 DBZ-5234 Align GitHub actions with Oracle profile changes
* Removed oracle-ci profile entirely, no longer required
  The default build with no profiles explicitly uses the previous oracle-ci behavior.
* Removed the use of the oracle profile, the Oracle connector enabled by default
* Removed the xstream-dependency usage, Xstream dependencies aren't enabled by default.
2022-06-24 12:19:23 +02:00
Mark Bereznitsky
cd0f66e31a DBZ-5207 change workflows to use the Maven wrapper instead of hardcoding the version 2022-06-13 10:58:24 +02:00
Anisha Mohanty
719af4da32 DBZ-5064 Use Maven 3.8.4 for GitHub CI 2022-04-28 13:39:14 +02:00
Anisha Mohanty
e4e9e514c2 DBZ-4971 Add triggers for 2.x paths in Github CI 2022-04-08 13:04:10 +02:00
Jiri Pechanec
7deb5b9b01 [ci] Add BOM as explicit rebuild 2022-04-08 10:31:54 +02:00
Chris Cranford
4ec6fba6b1 DBZ-4562 Improve build time in GH workflows 2022-01-25 18:41:06 +01:00
Chris Cranford
224332ba87 DBZ-732 Re-split workflows 2022-01-12 13:00:54 -05:00
Chris Cranford
7e6a16312c DBZ-732 Merge workflows 2022-01-12 13:00:54 -05:00
Jiri Pechanec
5f11790920 DBZ-732 Execute Oracle ITs on CI 2022-01-12 13:00:54 -05:00