Skip to content

Commit 4d6af6f

Browse files
committed
add configuration to ignore Gradle wrapper files and Oracle extensions for Allstar binary artifacts policy
1 parent 15c57b4 commit 4d6af6f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.allstar/binary_artifacts.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
ignorePaths:
2+
# Ignore reason: These files are used for the Gradle wrapper, which is useful for
3+
# building the project without installing Gradle locally
4+
- databases/aws-rds-tls/gradle/wrapper/gradle-wrapper.jar
5+
# Ignore reason: These files are necessary for making an Oracle database connection
6+
# and used by the Oracle integration tests
7+
# See https://github.com/cloud-gov/aws-broker/blob/main/ci/pipeline.yml#L1249-L1260
8+
- databases/aws-rds/include/oracle/libmql1.so
9+
- databases/aws-rds/include/oracle/libocijdbc19.so
10+
- databases/aws-rds/include/oracle/liboramysql19.so

0 commit comments

Comments
 (0)