Skip to content

Commit fd637fe

Browse files
chore: remove obsolete release job configs (#3095)
* chore: remove obsolete release job configs * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 6eff68e commit fd637fe

19 files changed

+7
-1049
lines changed

β€Ž.kokoro/build.shβ€Ž

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -62,41 +62,22 @@ javadoc)
6262
integration)
6363
mvn -B ${INTEGRATION_TEST_ARGS} \
6464
-ntp \
65-
-Dtest=ITBigQueryTest,ITRemoteUDFTest \
65+
-Penable-integration-tests \
6666
-DtrimStackTrace=false \
6767
-Dclirr.skip=true \
6868
-Denforcer.skip=true \
6969
-fae \
7070
verify
7171
RETURN_CODE=$?
7272
;;
73-
nightly-it)
74-
mvn -B ${INTEGRATION_TEST_ARGS} \
75-
-ntp \
76-
-Dtest=ITNightlyBigQueryTest,ITRemoteUDFTest \
77-
-DtrimStackTrace=false \
78-
-Dclirr.skip=true \
79-
-Denforcer.skip=true \
80-
-fae \
81-
verify
82-
RETURN_CODE=$?
83-
;;
8473
graalvm)
85-
# Run Integration Tests with Native Image. Skip running nightly tests in presubmits.
86-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Dtest=ITBigQueryTest,ITRemoteUDFTest -Pnative -Penable-integration-tests test
74+
# Run Unit and Integration Tests with Native Image
75+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
8776
RETURN_CODE=$?
8877
;;
8978
graalvm17)
90-
# Run Integration Tests with Native Image. Skip running nightly tests in presubmits.
91-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Dtest=ITBigQueryTest,ITRemoteUDFTest -Pnative -Penable-integration-tests test
92-
RETURN_CODE=$?
93-
;;
94-
nightly-graalvm)
95-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Dtest=ITNightlyBigQueryTest,ITRemoteUDFTest -Pnative -Penable-integration-tests test
96-
RETURN_CODE=$?
97-
;;
98-
nightly-graalvm17)
99-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Dtest=ITNightlyBigQueryTest,ITRemoteUDFTest -Pnative -Penable-integration-tests test
79+
# Run Unit and Integration Tests with Native Image
80+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
10081
RETURN_CODE=$?
10182
;;
10283
samples)

β€Ž.kokoro/release/bump_snapshot.cfgβ€Ž

Lines changed: 0 additions & 53 deletions
This file was deleted.

β€Ž.kokoro/release/bump_snapshot.shβ€Ž

Lines changed: 0 additions & 30 deletions
This file was deleted.

β€Ž.kokoro/release/common.cfgβ€Ž

Lines changed: 0 additions & 49 deletions
This file was deleted.

β€Ž.kokoro/release/common.shβ€Ž

Lines changed: 0 additions & 50 deletions
This file was deleted.

β€Ž.kokoro/release/drop.cfgβ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.

β€Ž.kokoro/release/drop.shβ€Ž

Lines changed: 0 additions & 32 deletions
This file was deleted.

β€Ž.kokoro/release/promote.cfgβ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.

β€Ž.kokoro/release/promote.shβ€Ž

Lines changed: 0 additions & 34 deletions
This file was deleted.

β€Ž.kokoro/release/publish_javadoc.cfgβ€Ž

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
Β (0)