https://github.com/cilium/cilium
Revision 51df5157d735483f71f52967888d33bdd9743bcf authored by Paul Chaignon on 28 June 2021, 15:58:56 UTC, committed by André Martins on 28 June 2021, 23:06:22 UTC
GitHub jobs are usually set to status 'error' when cancelled. We should
do the same for ci-xxx jobs when they are cancelled. Having the state
appear as an error clarifies that the author, janitor, and reviewers
should take notice of that workflow's result.

Signed-off-by: Paul Chaignon <paul@cilium.io>
1 parent f263235
Raw File
Tip revision: 51df5157d735483f71f52967888d33bdd9743bcf authored by Paul Chaignon on 28 June 2021, 15:58:56 UTC
.github: Set commit status to error when workflow are cancelled
Tip revision: 51df515
vagrant_box_defaults.rb
# -*- mode: ruby -*-
# vi: set ft=ruby
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-dev"
$SERVER_VERSION= "202"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "97"
@v54_SERVER_BOX= "cilium/ubuntu-5-4"
@v54_SERVER_VERSION= "5"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "41"
@v49_SERVER_BOX= "cilium/ubuntu"
@v49_SERVER_VERSION= "202"
back to top