This commit is contained in:
Amaury Chamayou 2024-07-17 15:05:35 +01:00 коммит произвёл GitHub
Родитель 59f20c4760
Коммит 1721658f12
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 4 добавлений и 7 удалений

Просмотреть файл

@ -11,7 +11,7 @@ jobs:
variables:
Codeql.SkipTaskAutoInjection: true
skipComponentGovernanceDetection: true
container: ccfmsrc.azurecr.io/ccf/ci:2024-06-26-virtual-clang15
container: ghcr.io/microsoft/ccf/ci/default:latest
pool:
vmImage: ubuntu-20.04

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "CCF Development Environment",
"image": "ccfmsrc.azurecr.io/ccf/ci:2024-06-26-virtual-clang15",
"image": "ghcr.io/microsoft/ccf/ci/default:latest",
"runArgs": [],
"extensions": [
"eamodio.gitlens",

2
.github/workflows/bencher.yml поставляемый
Просмотреть файл

@ -11,7 +11,7 @@ jobs:
name: Continuous Benchmarking with Bencher
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
container:
image: ccfmsrc.azurecr.io/ccf/ci:2024-06-26-virtual-clang15
image: ghcr.io/microsoft/ccf/ci/default:build-26-06-2024
steps:
- uses: actions/checkout@v4
with:

Просмотреть файл

@ -130,10 +130,7 @@ def make_dev_container(id, name, image, command, ports, with_volume):
def parse_aci_args(parser: ArgumentParser) -> Namespace:
# Generic options
parser.add_argument(
"--aci-image",
help="The name of the image to deploy in the ACI",
type=str,
default="ccfmsrc.azurecr.io/ccf/ci:2024-06-26-snp",
"--aci-image", help="The name of the image to deploy in the ACI", type=str
)
parser.add_argument(
"--aci-type",