hgssh: record vctnode on hgssh3 instead of hgssh1 (Bug 1888564) r=jcristau
authorConnor Sheehan <sheehan@mozilla.com>
Thu, 24 Oct 2024 11:31:39 -0400
changeset 8195 ded2583c00a19b5797141151ee9880ddd4d59449
parent 8194 a97b10eb4eab6a4a263117b88a7a2db0467a429d
child 8196 6d40b75f952768944b170094c1cbddba1407695f
push id4143
push user[email protected]
push dateThu, 24 Oct 2024 15:31:52 +0000
treeherderversion-control-tools@ded2583c00a1 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewersjcristau
bugs1888564
hgssh: record vctnode on hgssh3 instead of hgssh1 (Bug 1888564) r=jcristau
ansible/deploy-hgssh.yml
--- a/ansible/deploy-hgssh.yml
+++ b/ansible/deploy-hgssh.yml
@@ -52,9 +52,9 @@
       - { topic: replicatedpushdata, partitions: 1 }
 
   - name: record deployment of this changeset
     copy: dest=/etc/mercurial/deployed_vct_changeset
           content={{ lookup('file', '../.vctnode') }}
           owner=root
           group=root
           mode=0644
-    when: ansible_hostname == 'hgssh1'
\ No newline at end of file
+    when: ansible_hostname == 'hgssh3'