<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/.gitlab-ci.yml, branch arti-v1.2.6</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-07-31T15:42:02Z</updated>
<entry>
<title>CI: Only preserve rust-recent artifacts, don't process rust-latest ones</title>
<updated>2024-07-31T15:42:02Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-31T15:41:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f6ebf65bcdfb0f42625d4e0f8a49f4571b0abc9'/>
<id>urn:sha1:7f6ebf65bcdfb0f42625d4e0f8a49f4571b0abc9</id>
<content type='text'>
The -latest jobs don't actually have artifacts. But:

In the -latest jobs this can cause errors due to duplication: the
artifacts from the -recent jobs in the same pipeline result in EEXIST
errors.
</content>
</entry>
<entry>
<title>CI: Use YAML anchors rather than .extends for rust-recent/rust-latest</title>
<updated>2024-07-31T15:41:40Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-31T15:39:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2887a2b04c48bc7741c5224d5f3f3a76acb36b56'/>
<id>urn:sha1:2887a2b04c48bc7741c5224d5f3f3a76acb36b56</id>
<content type='text'>
This will let us make the artifact processing only happen when we want
to save artifacts.
</content>
</entry>
<entry>
<title>CI: Add TODOs about rethinking matrix_test.</title>
<updated>2024-07-30T18:16:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-07-30T18:16:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0539cd05d14ce7c711128827a02c6cf4b04c3404'/>
<id>urn:sha1:0539cd05d14ce7c711128827a02c6cf4b04c3404</id>
<content type='text'>
Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2275#note_3054040
</content>
</entry>
<entry>
<title>CI: Add cli-test job.</title>
<updated>2024-07-30T14:49:48Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-07-18T13:24:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b62d8480f25b941504b42c32bc7bd44dbaab028d'/>
<id>urn:sha1:b62d8480f25b941504b42c32bc7bd44dbaab028d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CI: Rename "latest" jobs to "recent"; pin them; and replace them.</title>
<updated>2024-07-29T11:42:11Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-29T10:38:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=04d28dc6be1cbe4a8d818a7b4852928911c7a24d'/>
<id>urn:sha1:04d28dc6be1cbe4a8d818a7b4852928911c7a24d</id>
<content type='text'>
We replace uses of `amd64/rust:bookworm` in the `recent-*` jobs.

We add new latest-* jobs which
 * aren't used for artifacts
 * occur later in the pipeline
 * only run on main, since we don't want them to block MRs

This is done with templates, to reuse the script parts.
</content>
</entry>
<entry>
<title>CI: Use RECENT_RUST_IMAGE instead of unpinned Rust, in most jobs</title>
<updated>2024-07-29T10:47:32Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-29T10:30:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ee7a2d4c71fd7b248b4353974301091d0f322437'/>
<id>urn:sha1:ee7a2d4c71fd7b248b4353974301091d0f322437</id>
<content type='text'>
Replace almost all the open-coded occurrences of `amd64/rust:bookworm`.

This rewinds us to Rust 1.79.

We can update after
  https://github.com/rustsec/rustsec/issues/1217
is fixed upstream.

We're going to handle the rust-latest-* jobs specially.

There are still a few other images that look, from the name, like they
might be uncontrolled inputs into our CI, but they don't look risky.
Let's leave them for now.
</content>
</entry>
<entry>
<title>CI: Introduce RECENT_RUST_IMAGE variable</title>
<updated>2024-07-29T10:35:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-29T10:30:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ed5d20a0e7c4178f8228d4023bff635c9379dd29'/>
<id>urn:sha1:ed5d20a0e7c4178f8228d4023bff635c9379dd29</id>
<content type='text'>
So far only used by the cargo-audit job.
</content>
</entry>
<entry>
<title>Use a pinned compiler version to run cargo audit</title>
<updated>2024-07-29T08:50:20Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-29T08:31:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80a0615f8012dcb06bcaebd19b9d023092a55d7f'/>
<id>urn:sha1:80a0615f8012dcb06bcaebd19b9d023092a55d7f</id>
<content type='text'>
This avoids CI failures like this
  https://gitlab.torproject.org/nickm/arti/-/jobs/617654
arising from situations like this
  cargo-audit install fails with rust 1.80
    https://github.com/rustsec/rustsec/issues/1217
  error[E0282]: type annotations needed for Box&lt;_&gt;
    https://github.com/time-rs/time/issues/693

IMO we should pin many of the other images too but I suspect that may
be controversial.  I'm hoping that pinning this one to get CI working
is uncontroversial (perhaps only on a temporary basis).

The other way to solve this would be to remove --locked which IMO is
going in the wrong direction, by exposing us to more rather than fewer
uncontrolled inputs from our upstreams.
</content>
</entry>
<entry>
<title>Run update-shell-includes, to forbid cwd-dependent script includes</title>
<updated>2024-07-16T11:49:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-16T11:49:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ec282dbcb5b9b8c08d5a814d62e87503b2c0b3a9'/>
<id>urn:sha1:ec282dbcb5b9b8c08d5a814d62e87503b2c0b3a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to maint/common/forbid-script-extensions</title>
<updated>2024-07-16T11:43:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-16T11:43:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=05dc202de3434bd2f92691b46c8fbb11ed4dab16'/>
<id>urn:sha1:05dc202de3434bd2f92691b46c8fbb11ed4dab16</id>
<content type='text'>
</content>
</entry>
</feed>
