Skip to content

Commit 7c4368f

Browse files
committed
No need for a darwin/amd64 gate. Just rely on the daily job.
1 parent 42658be commit 7c4368f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

vm/ci/ci_includes/vm.jsonnet

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,7 @@ local graal_common = import '../../../ci/ci_common/common.jsonnet';
132132
notify_groups:: ['deploy'],
133133
},
134134
# Darwin/AMD64
135-
# vm_common.graalvm_complete_build_deps('ce', 'darwin', 'amd64', java_version='latest') + vm_common.darwin_deploy + vm_common.vm_base('darwin', 'amd64', 'gate', jdk_hint='Latest') + vm_common.maven_deploy_base_functions.base_object('darwin', 'amd64', dry_run=true, remote_mvn_repo=$.maven_deploy_repository, remote_non_mvn_repo=$.binaries_repository, local_repo='local') + {
136-
# name: 'gate-vm-maven-dry-run-darwin-amd64',
137-
# timelimit: '1:00:00',
138-
#},
135+
# We do not have a gate that executes a dry-run of Maven deployment for darwin/amd64. We just rely on the daily job defined below.
139136
vm_common.graalvm_complete_build_deps('ce', 'darwin', 'amd64', java_version='latest') + vm_common.darwin_deploy + vm_common.vm_base('darwin', 'amd64', 'daily', deploy=true, jdk_hint='Latest') + vm_common.maven_deploy_base_functions.base_object('darwin', 'amd64', dry_run=false, remote_mvn_repo=$.maven_deploy_repository, remote_non_mvn_repo=$.binaries_repository, local_repo='local') + {
140137
name: 'daily-deploy-vm-maven-darwin-amd64',
141138
timelimit: '1:00:00',

0 commit comments

Comments
 (0)