Or I thought I did @Gaëtan Gilbert how do you set the env variables for triggering the bench?
As in which variable did you use before
coq_opam_packages Screenshot_20220401_131407.png
impossible when retrying a job AFAICT, you need a new commit
If I delete the job, then I get the same screen with the variables.
This is what I did but it seems to have ignored my input
Do you know if the "key value" occurs in the log? I couldn't find it
it should be in the printenv and also in the DEBUG: coq_opam_packages
how do you delete jobs?
When you cancel there is a bin icon
Have a go with mine: https://gitlab.com/coq/coq/-/jobs/2280170209
When you click the cancel button there should be a delete jobs button there too
Once you click that it should bring you back (maybe I refreshed) to the start job screen with the value and keys
Thats what I used to trigger it last time but it didn't seem to work
Looks like it didn't cleanup gracefully there
Yeah as you can see coq_opam_packages is the same as before
yeah
just push a new commit
(commit --amend works)
I pushed a temp commit for now restricting to two jobs
Let's see if triggering one still works
Alright trying just coq-bignums : https://gitlab.com/coq/coq/-/jobs/2280435968
Looks like it worked
Since GitLab rolled this feature out a few weeks ago I guess it has some rough edges
Do you know where I should report GitLab issues?
only the api part is new, not the web interface part
Ali Caglayan said:
Do you know where I should report GitLab issues?
https://gitlab.com/gitlab-org/gitlab/-/issues/ maybe
By the way if anybody is interested, I use the Stylish plugin for firefox which lets me override some css. I have one set up that reduces the line gap in GitLab logs.
image.png
compared with
image.png
if you want to tweak it like I did, override:
.log-line {
line-height: 0.95;
min-height: 0.0;
}
Beware that extensions like Stylish essentially have permission to see all your browsing activity. I recommend reading the privacy section of https://en.wikipedia.org/wiki/Stylish
@Maxime Dénès Wow I did not know about that. Thanks for letting me know
I found an open source fork of stylish instead which is called stylus https://github.com/openstyles/stylus/
Yes, that's what I used to have. Beware though, that it is still an attack surface.
What do people do to tweak css safely then?
I'm on stylus
Yes, I don't think there's a problem with Stylus. But there also used to be no problem with Stylish. So my point was not "you shouldn't do it", but rather that giving permissions to an extension to read the content you browse is still something.
Last updated: May 31 2023 at 16:01 UTC