Skip to content

Commit

Permalink
[GR-51063] Revert "Restore some post-merge snapshots builds."
Browse files Browse the repository at this point in the history
PullRequest: graal/16944
  • Loading branch information
rschatz committed Feb 13, 2024
2 parents a0b5df9 + 2de8efc commit ed57ddd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion vm/ci/ci_common/common.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ local devkits = graal_common.devkits;
deploy_vm_base_javaLatest_linux_amd64: vm.vm_java_Latest + self.full_vm_build_linux_amd64 + self.linux_deploy + self.vm_base('linux', 'amd64', 'post-merge', deploy=true) + self.deploy_graalvm_base('latest') + {name: 'post-merge-deploy-vm-base-java-latest-linux-amd64', notify_groups:: ["deploy"]},
deploy_vm_installables_standalones_javaLatest_linux_amd64: vm.vm_java_Latest + self.full_vm_build_linux_amd64 + self.linux_deploy + self.vm_base('linux', 'amd64', 'daily', deploy=true) + self.deploy_graalvm_components('latest', installables=false, standalones=true, record_file_sizes=true) + {name: 'daily-deploy-vm-installables-standalones-java-latest-linux-amd64', notify_groups:: ["deploy"]},
# - JDK21
deploy_vm_base_java21_linux_amd64: vm.vm_java_21 + self.full_vm_build_linux_amd64 + self.linux_deploy + self.vm_base('linux', 'amd64', 'post-merge', deploy=true) + self.deploy_graalvm_base("java21") + {name: 'post-merge-deploy-vm-base-java21-linux-amd64', notify_groups:: ["deploy"]},
deploy_vm_base_java21_linux_amd64: vm.vm_java_21 + self.full_vm_build_linux_amd64 + self.linux_deploy + self.vm_base('linux', 'amd64', 'weekly', deploy=true) + self.deploy_graalvm_base("java21") + {name: 'weekly-deploy-vm-base-java21-linux-amd64', notify_groups:: ["deploy"]},
deploy_vm_installables_standalones_java21_linux_amd64: vm.vm_java_21_llvm + self.full_vm_build_linux_amd64 + self.linux_deploy + self.vm_base('linux', 'amd64', 'weekly', deploy=true) + self.deploy_graalvm_components("java21", installables=true, standalones=true, record_file_sizes=true) + {name: 'weekly-deploy-vm-installables-standalones-java21-linux-amd64', notify_groups:: ["deploy"]},

# Linux/AARCH64
Expand Down
1 change: 0 additions & 1 deletion vm/ci/ci_includes/vm.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ local graal_common = import '../../../ci/ci_common/common.jsonnet';
],
runAfter: [
'post-merge-deploy-vm-base-java-latest-linux-amd64',
'post-merge-deploy-vm-base-java21-linux-amd64',
'daily-deploy-vm-installables-standalones-java-latest-linux-amd64',
'daily-deploy-vm-base-java-latest-linux-aarch64',
'daily-deploy-vm-installables-standalones-java-latest-linux-aarch64',
Expand Down

0 comments on commit ed57ddd

Please sign in to comment.