Skip to content

Commit

Permalink
Revert "Remove unnecessary separate CI job for Redshift"
Browse files Browse the repository at this point in the history
This reverts commit dc8d3fa.

The job is not unnecessary since the default profile includes all tests
which don't need a running Redshift instance - `TestRedshiftConfig`,
`TestRedshiftPlugin` etc.
  • Loading branch information
hashhar committed Jun 9, 2023
1 parent c553481 commit bed8cc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ jobs:
!:trino-postgresql,
!:trino-raptor-legacy,
!:trino-redis,
!:trino-redshift,
!:trino-singlestore,
!:trino-sqlserver,
!:trino-test-jdbc-compatibility-old-server,
Expand Down Expand Up @@ -578,6 +579,7 @@ jobs:
- { modules: plugin/trino-postgresql }
- { modules: plugin/trino-raptor-legacy }
- { modules: plugin/trino-redis }
- { modules: plugin/trino-redshift }
- { modules: plugin/trino-redshift, profile: cloud-tests }
- { modules: plugin/trino-redshift, profile: fte-tests }
- { modules: plugin/trino-singlestore }
Expand Down

0 comments on commit bed8cc3

Please sign in to comment.